COLOR #B9C4DE

HEX: #B9C4DE
RGB: (185,196,222)

Color info

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

RGB color model

#B9C4DE color RGB value is (185,196,222).

  • red value is 185;
  • green value is 196;
  • blue value is 222.
RGB:
(185,196,222)
(73%,77%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 222 of 255 = 87%

185
196
222

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

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 222 = 603 (100%)
R 185 of 603 ~ 30.68%
G 196 of 603 ~ 32.5%
B 222 of 603 ~ 36.82%

%30.68
%32.5
%36.82

CMYK color model

#B9C4DE color CMYK value is (17,12,0,13).

  • cyan value is 16.67%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,12,0,13)
C17M12Y0K13 
(17%,12%,0%,13%)
(0.17/0.12/0.00/0.13)	

CMYK percentages

%16.67
%11.71
%0
%12.94

Codes

Color #B9C4DE in popluar color models

B9C4DE
RGB185196222
HSL222°35.92%79.80%
HSB/HSV222°16.67%87.06%
CMYK16.67%11.71%0.00%
12.94%

Color #B9C4DE in popluar number systems.

HEXB9C4DE
Decimal185196222
Binary101110011100010011011110
Octal271304336

Shades and tints

Shades of #B9C4DE

#B9C4DE
(185,196,222)
#A9B3CA
(169,179,202)
#99A2B6
(153,162,182)
#8991A2
(137,145,162)
#79808E
(121,128,142)
#696F7A
(105,111,122)
#595E66
(89,94,102)
#494D52
(73,77,82)
#393C3E
(57,60,62)
#292B2A
(41,43,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #B9C4DE

#B9C4DE
(185,196,222)
#BFC9E1
(191,201,225)
#C5CEE4
(197,206,228)
#CBD3E7
(203,211,231)
#D1D8EA
(209,216,234)
#D7DDED
(215,221,237)
#DDE2F0
(221,226,240)
#E3E7F3
(227,231,243)
#E9ECF6
(233,236,246)
#EFF1F9
(239,241,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4DE; }

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

This text font color is #B9C4DE.


Background Color

.myBgColor { background-color: #B9C4DE; }

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

This div background color is #B9C4DE.


Border color

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

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

This div border color is #B9C4DE.


Opacity

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

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

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

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

This text has shadow with #B9C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4DE on black background.


Color preview on white background

This text has color #B9C4DE on white background.



Black color preview on #B9C4DE background

This text has black color on #B9C4DE background.


White color preview on #B9C4DE background

This text has white color on #B9C4DE background.