COLOR #B0DF9F

HEX: #B0DF9F
RGB: (176,223,159)

Color info

#B0DF9F contains mainly red and green colors. Web safe color of #B0DF9F is #99CC99 (or #9C9).

RGB color model

#B0DF9F color RGB value is (176,223,159).

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

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 159 of 255 = 62%

176
223
159

R + G + B ~ 73%. #B0DF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 159 = 558 (100%)
R 176 of 558 ~ 31.54%
G 223 of 558 ~ 39.96%
B 159 of 558 ~ 28.49%

%31.54
%39.96
%28.49

CMYK color model

#B0DF9F color CMYK value is (21,0,29,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 12.55%
CMYK:
(21,0,29,13)
C21M0Y29K13 
(21%,0%,29%,13%)
(0.21/0.00/0.29/0.13)	

CMYK percentages

%21.08
%0
%28.7
%12.55

Codes

Color #B0DF9F in popluar color models

B0DF9F
RGB176223159
HSL104°50.00%74.90%
HSB/HSV104°28.70%87.45%
CMYK21.08%0.00%28.70%
12.55%

Color #B0DF9F in popluar number systems.

HEXB0DF9F
Decimal176223159
Binary101100001101111110011111
Octal260337237

Shades and tints

Shades of #B0DF9F

#B0DF9F
(176,223,159)
#A0CB91
(160,203,145)
#90B783
(144,183,131)
#80A375
(128,163,117)
#708F67
(112,143,103)
#607B59
(96,123,89)
#50674B
(80,103,75)
#40533D
(64,83,61)
#303F2F
(48,63,47)
#202B21
(32,43,33)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0DF9F

#B0DF9F
(176,223,159)
#B7E1A7
(183,225,167)
#BEE3AF
(190,227,175)
#C5E5B7
(197,229,183)
#CCE7BF
(204,231,191)
#D3E9C7
(211,233,199)
#DAEBCF
(218,235,207)
#E1EDD7
(225,237,215)
#E8EFDF
(232,239,223)
#EFF1E7
(239,241,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DF9F; }

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

This text font color is #B0DF9F.


Background Color

.myBgColor { background-color: #B0DF9F; }

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

This div background color is #B0DF9F.


Border color

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

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

This div border color is #B0DF9F.


Opacity

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

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

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

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

This text has shadow with #B0DF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DF9F on black background.


Color preview on white background

This text has color #B0DF9F on white background.



Black color preview on #B0DF9F background

This text has black color on #B0DF9F background.


White color preview on #B0DF9F background

This text has white color on #B0DF9F background.