COLOR #B9C0DD

HEX: #B9C0DD
RGB: (185,192,221)

Color info

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

RGB color model

#B9C0DD color RGB value is (185,192,221).

  • red value is 185;
  • green value is 192;
  • blue value is 221.
RGB:
(185,192,221)
(73%,75%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 221 of 255 = 87%

185
192
221

R + G + B ~ 78%. #B9C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 221 = 598 (100%)
R 185 of 598 ~ 30.94%
G 192 of 598 ~ 32.11%
B 221 of 598 ~ 36.96%

%30.94
%32.11
%36.96

CMYK color model

#B9C0DD color CMYK value is (16,13,0,13).

  • cyan value is 16.29%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,13,0,13)
C16M13Y0K13 
(16%,13%,0%,13%)
(0.16/0.13/0.00/0.13)	

CMYK percentages

%16.29
%13.12
%0
%13.33

Codes

Color #B9C0DD in popluar color models

B9C0DD
RGB185192221
HSL228°34.62%79.61%
HSB/HSV228°16.29%86.67%
CMYK16.29%13.12%0.00%
13.33%

Color #B9C0DD in popluar number systems.

HEXB9C0DD
Decimal185192221
Binary101110011100000011011101
Octal271300335

Shades and tints

Shades of #B9C0DD

#B9C0DD
(185,192,221)
#A9AFC9
(169,175,201)
#999EB5
(153,158,181)
#898DA1
(137,141,161)
#797C8D
(121,124,141)
#696B79
(105,107,121)
#595A65
(89,90,101)
#494951
(73,73,81)
#39383D
(57,56,61)
#292729
(41,39,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9C0DD

#B9C0DD
(185,192,221)
#BFC5E0
(191,197,224)
#C5CAE3
(197,202,227)
#CBCFE6
(203,207,230)
#D1D4E9
(209,212,233)
#D7D9EC
(215,217,236)
#DDDEEF
(221,222,239)
#E3E3F2
(227,227,242)
#E9E8F5
(233,232,245)
#EFEDF8
(239,237,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C0DD color. Also use rgb(185,192,221) instead hex code.

Text Font Color

.myTextColor { color: #B9C0DD; }

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

This text font color is #B9C0DD.


Background Color

.myBgColor { background-color: #B9C0DD; }

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

This div background color is #B9C0DD.


Border color

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

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

This div border color is #B9C0DD.


Opacity

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

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

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

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

This text has shadow with #B9C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C0DD on black background.


Color preview on white background

This text has color #B9C0DD on white background.



Black color preview on #B9C0DD background

This text has black color on #B9C0DD background.


White color preview on #B9C0DD background

This text has white color on #B9C0DD background.