COLOR #B9DCE4

HEX: #B9DCE4
RGB: (185,220,228)

Color info

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

RGB color model

#B9DCE4 color RGB value is (185,220,228).

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

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 228 of 255 = 89%

185
220
228

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

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 228 = 633 (100%)
R 185 of 633 ~ 29.23%
G 220 of 633 ~ 34.76%
B 228 of 633 ~ 36.02%

%29.23
%34.76
%36.02

CMYK color model

#B9DCE4 color CMYK value is (19,4,0,11).

  • cyan value is 18.86%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(19,4,0,11)
C19M4Y0K11 
(19%,4%,0%,11%)
(0.19/0.04/0.00/0.11)	

CMYK percentages

%18.86
%3.51
%0
%10.59

Codes

Color #B9DCE4 in popluar color models

B9DCE4
RGB185220228
HSL191°44.33%80.98%
HSB/HSV191°18.86%89.41%
CMYK18.86%3.51%0.00%
10.59%

Color #B9DCE4 in popluar number systems.

HEXB9DCE4
Decimal185220228
Binary101110011101110011100100
Octal271334344

Shades and tints

Shades of #B9DCE4

#B9DCE4
(185,220,228)
#A9C8D0
(169,200,208)
#99B4BC
(153,180,188)
#89A0A8
(137,160,168)
#798C94
(121,140,148)
#697880
(105,120,128)
#59646C
(89,100,108)
#495058
(73,80,88)
#393C44
(57,60,68)
#292830
(41,40,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #B9DCE4

#B9DCE4
(185,220,228)
#BFDFE6
(191,223,230)
#C5E2E8
(197,226,232)
#CBE5EA
(203,229,234)
#D1E8EC
(209,232,236)
#D7EBEE
(215,235,238)
#DDEEF0
(221,238,240)
#E3F1F2
(227,241,242)
#E9F4F4
(233,244,244)
#EFF7F6
(239,247,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DCE4; }

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

This text font color is #B9DCE4.


Background Color

.myBgColor { background-color: #B9DCE4; }

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

This div background color is #B9DCE4.


Border color

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

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

This div border color is #B9DCE4.


Opacity

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

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

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

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

This text has shadow with #B9DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCE4 on black background.


Color preview on white background

This text has color #B9DCE4 on white background.



Black color preview on #B9DCE4 background

This text has black color on #B9DCE4 background.


White color preview on #B9DCE4 background

This text has white color on #B9DCE4 background.