COLOR #B9D4BA

HEX: #B9D4BA
RGB: (185,212,186)

Color info

#B9D4BA contains red, green and blue colors in about the same proportion. Web safe color of #B9D4BA is #CCCCCC (or #CCC).

RGB color model

#B9D4BA color RGB value is (185,212,186).

  • red value is 185;
  • green value is 212;
  • blue value is 186.
RGB:
(185,212,186)
(73%,83%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 186 of 255 = 73%

185
212
186

R + G + B ~ 76%. #B9D4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 186 = 583 (100%)
R 185 of 583 ~ 31.73%
G 212 of 583 ~ 36.36%
B 186 of 583 ~ 31.9%

%31.73
%36.36
%31.9

CMYK color model

#B9D4BA color CMYK value is (13,0,12,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 16.86%
CMYK:
(13,0,12,17)
C13M0Y12K17 
(13%,0%,12%,17%)
(0.13/0.00/0.12/0.17)	

CMYK percentages

%12.74
%0
%12.26
%16.86

Codes

Color #B9D4BA in popluar color models

B9D4BA
RGB185212186
HSL122°23.89%77.84%
HSB/HSV122°12.74%83.14%
CMYK12.74%0.00%12.26%
16.86%

Color #B9D4BA in popluar number systems.

HEXB9D4BA
Decimal185212186
Binary101110011101010010111010
Octal271324272

Shades and tints

Shades of #B9D4BA

#B9D4BA
(185,212,186)
#A9C1AA
(169,193,170)
#99AE9A
(153,174,154)
#899B8A
(137,155,138)
#79887A
(121,136,122)
#69756A
(105,117,106)
#59625A
(89,98,90)
#494F4A
(73,79,74)
#393C3A
(57,60,58)
#29292A
(41,41,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9D4BA

#B9D4BA
(185,212,186)
#BFD7C0
(191,215,192)
#C5DAC6
(197,218,198)
#CBDDCC
(203,221,204)
#D1E0D2
(209,224,210)
#D7E3D8
(215,227,216)
#DDE6DE
(221,230,222)
#E3E9E4
(227,233,228)
#E9ECEA
(233,236,234)
#EFEFF0
(239,239,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D4BA color. Also use rgb(185,212,186) instead hex code.

Text Font Color

.myTextColor { color: #B9D4BA; }

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

This text font color is #B9D4BA.


Background Color

.myBgColor { background-color: #B9D4BA; }

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

This div background color is #B9D4BA.


Border color

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

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

This div border color is #B9D4BA.


Opacity

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

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

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

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

This text has shadow with #B9D4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4BA on black background.


Color preview on white background

This text has color #B9D4BA on white background.



Black color preview on #B9D4BA background

This text has black color on #B9D4BA background.


White color preview on #B9D4BA background

This text has white color on #B9D4BA background.