COLOR #B9D0BA

HEX: #B9D0BA
RGB: (185,208,186)

Color info

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

RGB color model

#B9D0BA color RGB value is (185,208,186).

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

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 186 of 255 = 73%

185
208
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 208 + 186 = 579 (100%)
R 185 of 579 ~ 31.95%
G 208 of 579 ~ 35.92%
B 186 of 579 ~ 32.12%

%31.95
%35.92
%32.12

CMYK color model

#B9D0BA color CMYK value is (11,0,11,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(11,0,11,18)
C11M0Y11K18 
(11%,0%,11%,18%)
(0.11/0.00/0.11/0.18)	

CMYK percentages

%11.06
%0
%10.58
%18.43

Codes

Color #B9D0BA in popluar color models

B9D0BA
RGB185208186
HSL123°19.66%77.06%
HSB/HSV123°11.06%81.57%
CMYK11.06%0.00%10.58%
18.43%

Color #B9D0BA in popluar number systems.

HEXB9D0BA
Decimal185208186
Binary101110011101000010111010
Octal271320272

Shades and tints

Shades of #B9D0BA

#B9D0BA
(185,208,186)
#A9BEAA
(169,190,170)
#99AC9A
(153,172,154)
#899A8A
(137,154,138)
#79887A
(121,136,122)
#69766A
(105,118,106)
#59645A
(89,100,90)
#49524A
(73,82,74)
#39403A
(57,64,58)
#292E2A
(41,46,42)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #B9D0BA

#B9D0BA
(185,208,186)
#BFD4C0
(191,212,192)
#C5D8C6
(197,216,198)
#CBDCCC
(203,220,204)
#D1E0D2
(209,224,210)
#D7E4D8
(215,228,216)
#DDE8DE
(221,232,222)
#E3ECE4
(227,236,228)
#E9F0EA
(233,240,234)
#EFF4F0
(239,244,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D0BA; }

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

This text font color is #B9D0BA.


Background Color

.myBgColor { background-color: #B9D0BA; }

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

This div background color is #B9D0BA.


Border color

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

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

This div border color is #B9D0BA.


Opacity

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

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

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

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

This text has shadow with #B9D0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D0BA on black background.


Color preview on white background

This text has color #B9D0BA on white background.



Black color preview on #B9D0BA background

This text has black color on #B9D0BA background.


White color preview on #B9D0BA background

This text has white color on #B9D0BA background.