COLOR #B9C8DE

HEX: #B9C8DE RGB: (185,200,222)

Color info

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

RGB color model

#B9C8DE color RGB value is (185,200,222).

RGB: (185,200,222) (73%, 78%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 222 of 255 = 87%

185
200
222

R + G + B ~ 79%. #B9C8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 200 + 222 = 607 (100%)
R 185 of 607 ~ 30.48%
G 200 of 607 ~ 32.95%
B 222 of 607 ~ 36.57'%

%30.48
%32.95
%36.57

CMYK color model

#B9C8DE color CMYK value is (17,10,0,13).

  • cyan value is 16.67%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,10,0,13)
C17M10Y0K13 (17%, 10%, 0%, 13%)
(0.17 / 0.10 / 0.00 / 0.13)

CMYK percentages

%16.67
%9.91
%0
%12.94

Codes

Color #B9C8DE in popluar color models

B9 C8 DE
RGB 185 200 222
HSL 216° 35.92% 79.80%
HSB/HSV 216° 16.67% 87.06%
CMYK 16.67% 9.91% 0.00%
12.94%

Color #B9C8DE in popluar number systems.

HEX B9 C8 DE
Decimal 185 200 222
Binary 10111001 11001000 11011110
Octal 271 310 336

Shades and tints

Shades of #B9C8DE

#B9C8DE
(185,200,222)
#A9B6CA
(169,182,202)
#99A4B6
(153,164,182)
#8992A2
(137,146,162)
#79808E
(121,128,142)
#696E7A
(105,110,122)
#595C66
(89,92,102)
#494A52
(73,74,82)
#39383E
(57,56,62)
#29262A
(41,38,42)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9C8DE

#B9C8DE
(185,200,222)
#BFCDE1
(191,205,225)
#C5D2E4
(197,210,228)
#CBD7E7
(203,215,231)
#D1DCEA
(209,220,234)
#D7E1ED
(215,225,237)
#DDE6F0
(221,230,240)
#E3EBF3
(227,235,243)
#E9F0F6
(233,240,246)
#EFF5F9
(239,245,249)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8DE; }

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

This text font color is #B9C8DE.

Background Color

.myBgColor { background-color: #B9C8DE; }

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

This div background color is #B9C8DE.

Border color

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

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

This div border color is #B9C8DE.

Opacity

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

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

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

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

This text has shadow with #B9C8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C8DE.

Preview

Color preview on black background

This text has color #B9C8DE on black background.


Color preview on white background

This text has color #B9C8DE on white background.


Black color preview on #B9C8DE background

This text has black color on #B9C8DE background.


White color preview on #B9C8DE background

This text has white color on #B9C8DE background.


Related colors

Complementary color

Complementary color for #hex is #463721.


I love getcolorcode.com

Triadic colors

1 #DEB9C8 and #C8DEB9 with #B9C8DE are triadic colors.

2 #DEC8B9 and #C8B9DE with #B9C8DE are triadic colors.