COLOR #B0DFA6

HEX: #B0DFA6
RGB: (176,223,166)

Color info

#B0DFA6 contains red, green and blue colors in about the same proportion. Web safe color of #B0DFA6 is #99CC99 (or #9C9).

RGB color model

#B0DFA6 color RGB value is (176,223,166).

  • red value is 176;
  • green value is 223;
  • blue value is 166.
RGB:
(176,223,166)
(69%,87%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 166 of 255 = 65%

176
223
166

R + G + B ~ 74%. #B0DFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 166 = 565 (100%)
R 176 of 565 ~ 31.15%
G 223 of 565 ~ 39.47%
B 166 of 565 ~ 29.38%

%31.15
%39.47
%29.38

CMYK color model

#B0DFA6 color CMYK value is (21,0,26,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(21,0,26,13)
C21M0Y26K13 
(21%,0%,26%,13%)
(0.21/0.00/0.26/0.13)	

CMYK percentages

%21.08
%0
%25.56
%12.55

Codes

Color #B0DFA6 in popluar color models

B0DFA6
RGB176223166
HSL109°47.11%76.27%
HSB/HSV109°25.56%87.45%
CMYK21.08%0.00%25.56%
12.55%

Color #B0DFA6 in popluar number systems.

HEXB0DFA6
Decimal176223166
Binary101100001101111110100110
Octal260337246

Shades and tints

Shades of #B0DFA6

#B0DFA6
(176,223,166)
#A0CB97
(160,203,151)
#90B788
(144,183,136)
#80A379
(128,163,121)
#708F6A
(112,143,106)
#607B5B
(96,123,91)
#50674C
(80,103,76)
#40533D
(64,83,61)
#303F2E
(48,63,46)
#202B1F
(32,43,31)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #B0DFA6

#B0DFA6
(176,223,166)
#B7E1AE
(183,225,174)
#BEE3B6
(190,227,182)
#C5E5BE
(197,229,190)
#CCE7C6
(204,231,198)
#D3E9CE
(211,233,206)
#DAEBD6
(218,235,214)
#E1EDDE
(225,237,222)
#E8EFE6
(232,239,230)
#EFF1EE
(239,241,238)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DFA6 color. Also use rgb(176,223,166) instead hex code.

Text Font Color

.myTextColor { color: #B0DFA6; }

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

This text font color is #B0DFA6.


Background Color

.myBgColor { background-color: #B0DFA6; }

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

This div background color is #B0DFA6.


Border color

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

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

This div border color is #B0DFA6.


Opacity

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

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

Text with #B0DFA6 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 #B0DFA6;}

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

This text has shadow with #B0DFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DFA6 on black background.


Color preview on white background

This text has color #B0DFA6 on white background.



Black color preview on #B0DFA6 background

This text has black color on #B0DFA6 background.


White color preview on #B0DFA6 background

This text has white color on #B0DFA6 background.