COLOR #B9CDBC

HEX: #B9CDBC
RGB: (185,205,188)

Color info

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

RGB color model

#B9CDBC color RGB value is (185,205,188).

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

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 188 of 255 = 74%

185
205
188

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 188 = 578 (100%)
R 185 of 578 ~ 32.01%
G 205 of 578 ~ 35.47%
B 188 of 578 ~ 32.53%

%32.01
%35.47
%32.53

CMYK color model

#B9CDBC color CMYK value is (10,0,8,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%
CMYK:
(10,0,8,20)
C10M0Y8K20 
(10%,0%,8%,20%)
(0.10/0.00/0.08/0.20)	

CMYK percentages

%9.76
%0
%8.29
%19.61

Codes

Color #B9CDBC in popluar color models

B9CDBC
RGB185205188
HSL129°16.67%76.47%
HSB/HSV129°9.76%80.39%
CMYK9.76%0.00%8.29%
19.61%

Color #B9CDBC in popluar number systems.

HEXB9CDBC
Decimal185205188
Binary101110011100110110111100
Octal271315274

Shades and tints

Shades of #B9CDBC

#B9CDBC
(185,205,188)
#A9BBAB
(169,187,171)
#99A99A
(153,169,154)
#899789
(137,151,137)
#798578
(121,133,120)
#697367
(105,115,103)
#596156
(89,97,86)
#494F45
(73,79,69)
#393D34
(57,61,52)
#292B23
(41,43,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9CDBC

#B9CDBC
(185,205,188)
#BFD1C2
(191,209,194)
#C5D5C8
(197,213,200)
#CBD9CE
(203,217,206)
#D1DDD4
(209,221,212)
#D7E1DA
(215,225,218)
#DDE5E0
(221,229,224)
#E3E9E6
(227,233,230)
#E9EDEC
(233,237,236)
#EFF1F2
(239,241,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDBC; }

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

This text font color is #B9CDBC.


Background Color

.myBgColor { background-color: #B9CDBC; }

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

This div background color is #B9CDBC.


Border color

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

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

This div border color is #B9CDBC.


Opacity

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

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

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

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

This text has shadow with #B9CDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDBC on black background.


Color preview on white background

This text has color #B9CDBC on white background.



Black color preview on #B9CDBC background

This text has black color on #B9CDBC background.


White color preview on #B9CDBC background

This text has white color on #B9CDBC background.