COLOR #B9C9DF

HEX: #B9C9DF
RGB: (185,201,223)

Color info

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

RGB color model

#B9C9DF color RGB value is (185,201,223).

  • red value is 185;
  • green value is 201;
  • blue value is 223.
RGB:
(185,201,223)
(73%,79%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 223 of 255 = 87%

185
201
223

R + G + B ~ 80%. #B9C9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 223 = 609 (100%)
R 185 of 609 ~ 30.38%
G 201 of 609 ~ 33%
B 223 of 609 ~ 36.62%

%30.38
%33
%36.62

CMYK color model

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

  • cyan value is 17.04%
  • magenta value is 9.87%
  • 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
%9.87
%0
%12.55

Codes

Color #B9C9DF in popluar color models

B9C9DF
RGB185201223
HSL215°37.25%80.00%
HSB/HSV215°17.04%87.45%
CMYK17.04%9.87%0.00%
12.55%

Color #B9C9DF in popluar number systems.

HEXB9C9DF
Decimal185201223
Binary101110011100100111011111
Octal271311337

Shades and tints

Shades of #B9C9DF

#B9C9DF
(185,201,223)
#A9B7CB
(169,183,203)
#99A5B7
(153,165,183)
#8993A3
(137,147,163)
#79818F
(121,129,143)
#696F7B
(105,111,123)
#595D67
(89,93,103)
#494B53
(73,75,83)
#39393F
(57,57,63)
#29272B
(41,39,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9C9DF

#B9C9DF
(185,201,223)
#BFCDE1
(191,205,225)
#C5D1E3
(197,209,227)
#CBD5E5
(203,213,229)
#D1D9E7
(209,217,231)
#D7DDE9
(215,221,233)
#DDE1EB
(221,225,235)
#E3E5ED
(227,229,237)
#E9E9EF
(233,233,239)
#EFEDF1
(239,237,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9DF; }

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

This text font color is #B9C9DF.


Background Color

.myBgColor { background-color: #B9C9DF; }

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

This div background color is #B9C9DF.


Border color

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

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

This div border color is #B9C9DF.


Opacity

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

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

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

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

This text has shadow with #B9C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9DF on black background.


Color preview on white background

This text has color #B9C9DF on white background.



Black color preview on #B9C9DF background

This text has black color on #B9C9DF background.


White color preview on #B9C9DF background

This text has white color on #B9C9DF background.