COLOR #B9D1EE

HEX: #B9D1EE
RGB: (185,209,238)

Color info

#B9D1EE contains red, green and blue colors in about the same proportion. Web safe color of #B9D1EE is #CCCCFF (or #CCF).

RGB color model

#B9D1EE color RGB value is (185,209,238).

  • red value is 185;
  • green value is 209;
  • blue value is 238.
RGB:
(185,209,238)
(73%,82%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 238 of 255 = 93%

185
209
238

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

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 238 = 632 (100%)
R 185 of 632 ~ 29.27%
G 209 of 632 ~ 33.07%
B 238 of 632 ~ 37.66%

%29.27
%33.07
%37.66

CMYK color model

#B9D1EE color CMYK value is (22,12,0,7).

  • cyan value is 22.27%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(22,12,0,7)
C22M12Y0K7 
(22%,12%,0%,7%)
(0.22/0.12/0.00/0.07)	

CMYK percentages

%22.27
%12.18
%0
%6.67

Codes

Color #B9D1EE in popluar color models

B9D1EE
RGB185209238
HSL213°60.92%82.94%
HSB/HSV213°22.27%93.33%
CMYK22.27%12.18%0.00%
6.67%

Color #B9D1EE in popluar number systems.

HEXB9D1EE
Decimal185209238
Binary101110011101000111101110
Octal271321356

Shades and tints

Shades of #B9D1EE

#B9D1EE
(185,209,238)
#A9BED9
(169,190,217)
#99ABC4
(153,171,196)
#8998AF
(137,152,175)
#79859A
(121,133,154)
#697285
(105,114,133)
#595F70
(89,95,112)
#494C5B
(73,76,91)
#393946
(57,57,70)
#292631
(41,38,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #B9D1EE

#B9D1EE
(185,209,238)
#BFD5EF
(191,213,239)
#C5D9F0
(197,217,240)
#CBDDF1
(203,221,241)
#D1E1F2
(209,225,242)
#D7E5F3
(215,229,243)
#DDE9F4
(221,233,244)
#E3EDF5
(227,237,245)
#E9F1F6
(233,241,246)
#EFF5F7
(239,245,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D1EE color. Also use rgb(185,209,238) instead hex code.

Text Font Color

.myTextColor { color: #B9D1EE; }

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

This text font color is #B9D1EE.


Background Color

.myBgColor { background-color: #B9D1EE; }

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

This div background color is #B9D1EE.


Border color

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

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

This div border color is #B9D1EE.


Opacity

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

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

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

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

This text has shadow with #B9D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1EE on black background.


Color preview on white background

This text has color #B9D1EE on white background.



Black color preview on #B9D1EE background

This text has black color on #B9D1EE background.


White color preview on #B9D1EE background

This text has white color on #B9D1EE background.