COLOR #B0DFA9

HEX: #B0DFA9
RGB: (176,223,169)

Color info

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

RGB color model

#B0DFA9 color RGB value is (176,223,169).

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

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 169 of 255 = 66%

176
223
169

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

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 169 = 568 (100%)
R 176 of 568 ~ 30.99%
G 223 of 568 ~ 39.26%
B 169 of 568 ~ 29.75%

%30.99
%39.26
%29.75

CMYK color model

#B0DFA9 color CMYK value is (21,0,24,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(21,0,24,13)
C21M0Y24K13 
(21%,0%,24%,13%)
(0.21/0.00/0.24/0.13)	

CMYK percentages

%21.08
%0
%24.22
%12.55

Codes

Color #B0DFA9 in popluar color models

B0DFA9
RGB176223169
HSL112°45.76%76.86%
HSB/HSV112°24.22%87.45%
CMYK21.08%0.00%24.22%
12.55%

Color #B0DFA9 in popluar number systems.

HEXB0DFA9
Decimal176223169
Binary101100001101111110101001
Octal260337251

Shades and tints

Shades of #B0DFA9

#B0DFA9
(176,223,169)
#A0CB9A
(160,203,154)
#90B78B
(144,183,139)
#80A37C
(128,163,124)
#708F6D
(112,143,109)
#607B5E
(96,123,94)
#50674F
(80,103,79)
#405340
(64,83,64)
#303F31
(48,63,49)
#202B22
(32,43,34)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0DFA9

#B0DFA9
(176,223,169)
#B7E1B0
(183,225,176)
#BEE3B7
(190,227,183)
#C5E5BE
(197,229,190)
#CCE7C5
(204,231,197)
#D3E9CC
(211,233,204)
#DAEBD3
(218,235,211)
#E1EDDA
(225,237,218)
#E8EFE1
(232,239,225)
#EFF1E8
(239,241,232)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DFA9; }

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

This text font color is #B0DFA9.


Background Color

.myBgColor { background-color: #B0DFA9; }

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

This div background color is #B0DFA9.


Border color

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

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

This div border color is #B0DFA9.


Opacity

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

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

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

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

This text has shadow with #B0DFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DFA9 on black background.


Color preview on white background

This text has color #B0DFA9 on white background.



Black color preview on #B0DFA9 background

This text has black color on #B0DFA9 background.


White color preview on #B0DFA9 background

This text has white color on #B0DFA9 background.