COLOR #B9CDC8

HEX: #B9CDC8 RGB: (185,205,200)

Color info

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

RGB color model

#B9CDC8 color RGB value is (185,205,200).

RGB: (185,205,200) (73%, 80%, 78%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 200 of 255 = 78%

185
205
200

R + G + B ~ 77%. #B9CDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 200 = 590 (100%)
R 185 of 590 ~ 31.36%
G 205 of 590 ~ 34.75%
B 200 of 590 ~ 33.9'%

%31.36
%34.75
%33.9

CMYK color model

#B9CDC8 color CMYK value is (10,0,2,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%
CMYK: (10,0,2,20) C10M0Y2K20 (10%,0%,2%,20%) (0.10/0.00/0.02/0.20) 

CMYK percentages

%9.76
%0
%2.44
%19.61

Codes

Color #B9CDC8 in popluar color models

B9 CD C8
RGB 185 205 200
HSL 165° 16.67% 76.47%
HSB/HSV 165° 9.76% 80.39%
CMYK 9.76% 0.00% 2.44%
19.61%

Color #B9CDC8 in popluar number systems.

HEX B9 CD C8
Decimal 185 205 200
Binary 10111001 11001101 11001000
Octal 271 315 310

Shades and tints

Shades of #B9CDC8

#B9CDC8
(185,205,200)
#A9BBB6
(169,187,182)
#99A9A4
(153,169,164)
#899792
(137,151,146)
#798580
(121,133,128)
#69736E
(105,115,110)
#59615C
(89,97,92)
#494F4A
(73,79,74)
#393D38
(57,61,56)
#292B26
(41,43,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #B9CDC8

#B9CDC8
(185,205,200)
#BFD1CD
(191,209,205)
#C5D5D2
(197,213,210)
#CBD9D7
(203,217,215)
#D1DDDC
(209,221,220)
#D7E1E1
(215,225,225)
#DDE5E6
(221,229,230)
#E3E9EB
(227,233,235)
#E9EDF0
(233,237,240)
#EFF1F5
(239,241,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDC8; }

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

This text font color is #B9CDC8.

Background Color

.myBgColor { background-color: #B9CDC8; }

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

This div background color is #B9CDC8.

Border color

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

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

This div border color is #B9CDC8.

Opacity

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

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

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

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

This text has shadow with #B9CDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CDC8.

Preview

Color preview on black background

This text has color #B9CDC8 on black background.


Color preview on white background

This text has color #B9CDC8 on white background.


Black color preview on #B9CDC8 background

This text has black color on #B9CDC8 background.


White color preview on #B9CDC8 background

This text has white color on #B9CDC8 background.


Related colors

Complementary color

Complementary color for #hex is #463237.


I love getcolorcode.com

Triadic colors

1 #C8B9CD and #CDC8B9 with #B9CDC8 are triadic colors.

2 #C8CDB9 and #CDB9C8 with #B9CDC8 are triadic colors.