COLOR #B0DBAF

HEX: #B0DBAF
RGB: (176,219,175)

Color info

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

RGB color model

#B0DBAF color RGB value is (176,219,175).

  • red value is 176;
  • green value is 219;
  • blue value is 175.
RGB:
(176,219,175)
(69%,86%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 175 of 255 = 69%

176
219
175

R + G + B ~ 75%. #B0DBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 175 = 570 (100%)
R 176 of 570 ~ 30.88%
G 219 of 570 ~ 38.42%
B 175 of 570 ~ 30.7%

%30.88
%38.42
%30.7

CMYK color model

#B0DBAF color CMYK value is (20,0,20,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 14.12%
CMYK:
(20,0,20,14)
C20M0Y20K14 
(20%,0%,20%,14%)
(0.20/0.00/0.20/0.14)	

CMYK percentages

%19.63
%0
%20.09
%14.12

Codes

Color #B0DBAF in popluar color models

B0DBAF
RGB176219175
HSL119°37.93%77.25%
HSB/HSV119°20.09%85.88%
CMYK19.63%0.00%20.09%
14.12%

Color #B0DBAF in popluar number systems.

HEXB0DBAF
Decimal176219175
Binary101100001101101110101111
Octal260333257

Shades and tints

Shades of #B0DBAF

#B0DBAF
(176,219,175)
#A0C8A0
(160,200,160)
#90B591
(144,181,145)
#80A282
(128,162,130)
#708F73
(112,143,115)
#607C64
(96,124,100)
#506955
(80,105,85)
#405646
(64,86,70)
#304337
(48,67,55)
#203028
(32,48,40)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0DBAF

#B0DBAF
(176,219,175)
#B7DEB6
(183,222,182)
#BEE1BD
(190,225,189)
#C5E4C4
(197,228,196)
#CCE7CB
(204,231,203)
#D3EAD2
(211,234,210)
#DAEDD9
(218,237,217)
#E1F0E0
(225,240,224)
#E8F3E7
(232,243,231)
#EFF6EE
(239,246,238)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DBAF color. Also use rgb(176,219,175) instead hex code.

Text Font Color

.myTextColor { color: #B0DBAF; }

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

This text font color is #B0DBAF.


Background Color

.myBgColor { background-color: #B0DBAF; }

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

This div background color is #B0DBAF.


Border color

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

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

This div border color is #B0DBAF.


Opacity

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

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

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

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

This text has shadow with #B0DBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBAF on black background.


Color preview on white background

This text has color #B0DBAF on white background.



Black color preview on #B0DBAF background

This text has black color on #B0DBAF background.


White color preview on #B0DBAF background

This text has white color on #B0DBAF background.