COLOR #B9CDBB

HEX: #B9CDBB
RGB: (185,205,187)

Color info

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

RGB color model

#B9CDBB color RGB value is (185,205,187).

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

RGB channels and saturation

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

185
205
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 187 = 577 (100%)
R 185 of 577 ~ 32.06%
G 205 of 577 ~ 35.53%
B 187 of 577 ~ 32.41%

%32.06
%35.53
%32.41

CMYK color model

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

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • 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
%8.78
%19.61

Codes

Color #B9CDBB in popluar color models

B9CDBB
RGB185205187
HSL126°16.67%76.47%
HSB/HSV126°9.76%80.39%
CMYK9.76%0.00%8.78%
19.61%

Color #B9CDBB in popluar number systems.

HEXB9CDBB
Decimal185205187
Binary101110011100110110111011
Octal271315273

Shades and tints

Shades of #B9CDBB

#B9CDBB
(185,205,187)
#A9BBAA
(169,187,170)
#99A999
(153,169,153)
#899788
(137,151,136)
#798577
(121,133,119)
#697366
(105,115,102)
#596155
(89,97,85)
#494F44
(73,79,68)
#393D33
(57,61,51)
#292B22
(41,43,34)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #B9CDBB

#B9CDBB
(185,205,187)
#BFD1C1
(191,209,193)
#C5D5C7
(197,213,199)
#CBD9CD
(203,217,205)
#D1DDD3
(209,221,211)
#D7E1D9
(215,225,217)
#DDE5DF
(221,229,223)
#E3E9E5
(227,233,229)
#E9EDEB
(233,237,235)
#EFF1F1
(239,241,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDBB; }

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

This text font color is #B9CDBB.


Background Color

.myBgColor { background-color: #B9CDBB; }

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

This div background color is #B9CDBB.


Border color

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

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

This div border color is #B9CDBB.


Opacity

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

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

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

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

This text has shadow with #B9CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDBB on black background.


Color preview on white background

This text has color #B9CDBB on white background.



Black color preview on #B9CDBB background

This text has black color on #B9CDBB background.


White color preview on #B9CDBB background

This text has white color on #B9CDBB background.