COLOR #B9CDBA

HEX: #B9CDBA
RGB: (185,205,186)

Color info

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

RGB color model

#B9CDBA color RGB value is (185,205,186).

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

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 186 of 255 = 73%

185
205
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 186 = 576 (100%)
R 185 of 576 ~ 32.12%
G 205 of 576 ~ 35.59%
B 186 of 576 ~ 32.29%

%32.12
%35.59
%32.29

CMYK color model

#B9CDBA color CMYK value is (10,0,9,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 19.61%
CMYK:
(10,0,9,20)
C10M0Y9K20 
(10%,0%,9%,20%)
(0.10/0.00/0.09/0.20)	

CMYK percentages

%9.76
%0
%9.27
%19.61

Codes

Color #B9CDBA in popluar color models

B9CDBA
RGB185205186
HSL123°16.67%76.47%
HSB/HSV123°9.76%80.39%
CMYK9.76%0.00%9.27%
19.61%

Color #B9CDBA in popluar number systems.

HEXB9CDBA
Decimal185205186
Binary101110011100110110111010
Octal271315272

Shades and tints

Shades of #B9CDBA

#B9CDBA
(185,205,186)
#A9BBAA
(169,187,170)
#99A99A
(153,169,154)
#89978A
(137,151,138)
#79857A
(121,133,122)
#69736A
(105,115,106)
#59615A
(89,97,90)
#494F4A
(73,79,74)
#393D3A
(57,61,58)
#292B2A
(41,43,42)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #B9CDBA

#B9CDBA
(185,205,186)
#BFD1C0
(191,209,192)
#C5D5C6
(197,213,198)
#CBD9CC
(203,217,204)
#D1DDD2
(209,221,210)
#D7E1D8
(215,225,216)
#DDE5DE
(221,229,222)
#E3E9E4
(227,233,228)
#E9EDEA
(233,237,234)
#EFF1F0
(239,241,240)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDBA; }

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

This text font color is #B9CDBA.


Background Color

.myBgColor { background-color: #B9CDBA; }

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

This div background color is #B9CDBA.


Border color

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

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

This div border color is #B9CDBA.


Opacity

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

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

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

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

This text has shadow with #B9CDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDBA on black background.


Color preview on white background

This text has color #B9CDBA on white background.



Black color preview on #B9CDBA background

This text has black color on #B9CDBA background.


White color preview on #B9CDBA background

This text has white color on #B9CDBA background.