COLOR #B0F8AC

HEX: #B0F8AC
RGB: (176,248,172)

Color info

#B0F8AC contains mainly green color. Web safe color of #B0F8AC is #99FF99 (or #9F9).

RGB color model

#B0F8AC color RGB value is (176,248,172).

  • red value is 176;
  • green value is 248;
  • blue value is 172.
RGB:
(176,248,172)
(69%,97%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 172 of 255 = 67%

176
248
172

R + G + B ~ 78%. #B0F8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 248 + 172 = 596 (100%)
R 176 of 596 ~ 29.53%
G 248 of 596 ~ 41.61%
B 172 of 596 ~ 28.86%

%29.53
%41.61
%28.86

CMYK color model

#B0F8AC color CMYK value is (29,0,31,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 2.75%
CMYK:
(29,0,31,3)
C29M0Y31K3 
(29%,0%,31%,3%)
(0.29/0.00/0.31/0.03)	

CMYK percentages

%29.03
%0
%30.65
%2.75

Codes

Color #B0F8AC in popluar color models

B0F8AC
RGB176248172
HSL117°84.44%82.35%
HSB/HSV117°30.65%97.25%
CMYK29.03%0.00%30.65%
2.75%

Color #B0F8AC in popluar number systems.

HEXB0F8AC
Decimal176248172
Binary101100001111100010101100
Octal260370254

Shades and tints

Shades of #B0F8AC

#B0F8AC
(176,248,172)
#A0E29D
(160,226,157)
#90CC8E
(144,204,142)
#80B67F
(128,182,127)
#70A070
(112,160,112)
#608A61
(96,138,97)
#507452
(80,116,82)
#405E43
(64,94,67)
#304834
(48,72,52)
#203225
(32,50,37)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #B0F8AC

#B0F8AC
(176,248,172)
#B7F8B3
(183,248,179)
#BEF8BA
(190,248,186)
#C5F8C1
(197,248,193)
#CCF8C8
(204,248,200)
#D3F8CF
(211,248,207)
#DAF8D6
(218,248,214)
#E1F8DD
(225,248,221)
#E8F8E4
(232,248,228)
#EFF8EB
(239,248,235)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F8AC color. Also use rgb(176,248,172) instead hex code.

Text Font Color

.myTextColor { color: #B0F8AC; }

<p style="color:#B0F8AC">This sample text font color is #B0F8AC.</p>

This text font color is #B0F8AC.


Background Color

.myBgColor { background-color: #B0F8AC; }

<div style="background-color:#B0F8AC">Inner text</div>

This div background color is #B0F8AC.


Border color

.myBorderColor { border: 1px solid #B0F8AC; }

<div style="border:3px solid #B0F8AC">Div</div>

This div border color is #B0F8AC.


Opacity

.myOpacity80 { color: #B0F8AC; opacity: 0.8; }

<p style="color:#B0F8AC;opacity:0.8;">80%</p>

Text with #B0F8AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B0F8AC;}

<p style="text-shadow: 3px 3px 1px #B0F8AC">Text here.</p>

This text has shadow with #B0F8AC color.

.textShadow {text-shadow: 3px 3px 1px #B0F8AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B0F8AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #B0F8AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0F8AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B0F8AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #B0F8AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B0F8AC;
  -webkit-box-shadow:	1px 1px 3px 2px #B0F8AC;
  box-shadow:		1px 1px 3px 2px #B0F8AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0F8AC;
-webkit-box-shadow: 1px 1px 3px 2px #B0F8AC;
box-shadow:1px 1px 3px 2px #B0F8AC;">
Div content here</div>
This div box has shadow with color #B0F8AC.

Preview

Color preview on black background

This text has color #B0F8AC on black background.


Color preview on white background

This text has color #B0F8AC on white background.



Black color preview on #B0F8AC background

This text has black color on #B0F8AC background.


White color preview on #B0F8AC background

This text has white color on #B0F8AC background.