COLOR #B9C8DF

HEX: #B9C8DF RGB: (185,200,223)

Color info

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

RGB color model

#B9C8DF color RGB value is (185,200,223).

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

RGB channels and saturation

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

185
200
223

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

Portions of RGB colors in percentages

R + G + B = 185 + 200 + 223 = 608 (100%)
R 185 of 608 ~ 30.43%
G 200 of 608 ~ 32.89%
B 223 of 608 ~ 36.68'%

%30.43
%32.89
%36.68

CMYK color model

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

  • cyan value is 17.04%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (17,10,0,13) C17M10Y0K13 (17%,10%,0%,13%) (0.17/0.10/0.00/0.13) 

CMYK percentages

%17.04
%10.31
%0
%12.55

Codes

Color #B9C8DF in popluar color models

B9 C8 DF
RGB 185 200 223
HSL 216° 37.25% 80.00%
HSB/HSV 216° 17.04% 87.45%
CMYK 17.04% 10.31% 0.00%
12.55%

Color #B9C8DF in popluar number systems.

HEX B9 C8 DF
Decimal 185 200 223
Binary 10111001 11001000 11011111
Octal 271 310 337

Shades and tints

Shades of #B9C8DF

#B9C8DF
(185,200,223)
#A9B6CB
(169,182,203)
#99A4B7
(153,164,183)
#8992A3
(137,146,163)
#79808F
(121,128,143)
#696E7B
(105,110,123)
#595C67
(89,92,103)
#494A53
(73,74,83)
#39383F
(57,56,63)
#29262B
(41,38,43)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9C8DF

#B9C8DF
(185,200,223)
#BFCDE1
(191,205,225)
#C5D2E3
(197,210,227)
#CBD7E5
(203,215,229)
#D1DCE7
(209,220,231)
#D7E1E9
(215,225,233)
#DDE6EB
(221,230,235)
#E3EBED
(227,235,237)
#E9F0EF
(233,240,239)
#EFF5F1
(239,245,241)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8DF; }

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

This text font color is #B9C8DF.

Background Color

.myBgColor { background-color: #B9C8DF; }

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

This div background color is #B9C8DF.

Border color

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

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

This div border color is #B9C8DF.

Opacity

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

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

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

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

This text has shadow with #B9C8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C8DF.

Preview

Color preview on black background

This text has color #B9C8DF on black background.


Color preview on white background

This text has color #B9C8DF on white background.


Black color preview on #B9C8DF background

This text has black color on #B9C8DF background.


White color preview on #B9C8DF background

This text has white color on #B9C8DF background.


Related colors

Complementary color

Complementary color for #hex is #463720.


I love getcolorcode.com

Triadic colors

1 #DFB9C8 and #C8DFB9 with #B9C8DF are triadic colors.

2 #DFC8B9 and #C8B9DF with #B9C8DF are triadic colors.