COLOR #B9DCE5

HEX: #B9DCE5
RGB: (185,220,229)

Color info

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

RGB color model

#B9DCE5 color RGB value is (185,220,229).

  • red value is 185;
  • green value is 220;
  • blue value is 229.
RGB:
(185,220,229)
(73%,86%,90%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 229 of 255 = 90%

185
220
229

R + G + B ~ 83%. #B9DCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 229 = 634 (100%)
R 185 of 634 ~ 29.18%
G 220 of 634 ~ 34.7%
B 229 of 634 ~ 36.12%

%29.18
%34.7
%36.12

CMYK color model

#B9DCE5 color CMYK value is (19,4,0,10).

  • cyan value is 19.21%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(19,4,0,10)
C19M4Y0K10 
(19%,4%,0%,10%)
(0.19/0.04/0.00/0.10)	

CMYK percentages

%19.21
%3.93
%0
%10.2

Codes

Color #B9DCE5 in popluar color models

B9DCE5
RGB185220229
HSL192°45.83%81.18%
HSB/HSV192°19.21%89.80%
CMYK19.21%3.93%0.00%
10.20%

Color #B9DCE5 in popluar number systems.

HEXB9DCE5
Decimal185220229
Binary101110011101110011100101
Octal271334345

Shades and tints

Shades of #B9DCE5

#B9DCE5
(185,220,229)
#A9C8D1
(169,200,209)
#99B4BD
(153,180,189)
#89A0A9
(137,160,169)
#798C95
(121,140,149)
#697881
(105,120,129)
#59646D
(89,100,109)
#495059
(73,80,89)
#393C45
(57,60,69)
#292831
(41,40,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #B9DCE5

#B9DCE5
(185,220,229)
#BFDFE7
(191,223,231)
#C5E2E9
(197,226,233)
#CBE5EB
(203,229,235)
#D1E8ED
(209,232,237)
#D7EBEF
(215,235,239)
#DDEEF1
(221,238,241)
#E3F1F3
(227,241,243)
#E9F4F5
(233,244,245)
#EFF7F7
(239,247,247)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DCE5 color. Also use rgb(185,220,229) instead hex code.

Text Font Color

.myTextColor { color: #B9DCE5; }

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

This text font color is #B9DCE5.


Background Color

.myBgColor { background-color: #B9DCE5; }

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

This div background color is #B9DCE5.


Border color

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

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

This div border color is #B9DCE5.


Opacity

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

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

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

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

This text has shadow with #B9DCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCE5 on black background.


Color preview on white background

This text has color #B9DCE5 on white background.



Black color preview on #B9DCE5 background

This text has black color on #B9DCE5 background.


White color preview on #B9DCE5 background

This text has white color on #B9DCE5 background.