COLOR #B9DEE1

HEX: #B9DEE1
RGB: (185,222,225)

Color info

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

RGB color model

#B9DEE1 color RGB value is (185,222,225).

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

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 225 of 255 = 88%

185
222
225

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 225 = 632 (100%)
R 185 of 632 ~ 29.27%
G 222 of 632 ~ 35.13%
B 225 of 632 ~ 35.6%

%29.27
%35.13
%35.6

CMYK color model

#B9DEE1 color CMYK value is (18,1,0,12).

  • cyan value is 17.78%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(18,1,0,12)
C18M1Y0K12 
(18%,1%,0%,12%)
(0.18/0.01/0.00/0.12)	

CMYK percentages

%17.78
%1.33
%0
%11.76

Codes

Color #B9DEE1 in popluar color models

B9DEE1
RGB185222225
HSL185°40.00%80.39%
HSB/HSV185°17.78%88.24%
CMYK17.78%1.33%0.00%
11.76%

Color #B9DEE1 in popluar number systems.

HEXB9DEE1
Decimal185222225
Binary101110011101111011100001
Octal271336341

Shades and tints

Shades of #B9DEE1

#B9DEE1
(185,222,225)
#A9CACD
(169,202,205)
#99B6B9
(153,182,185)
#89A2A5
(137,162,165)
#798E91
(121,142,145)
#697A7D
(105,122,125)
#596669
(89,102,105)
#495255
(73,82,85)
#393E41
(57,62,65)
#292A2D
(41,42,45)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9DEE1

#B9DEE1
(185,222,225)
#BFE1E3
(191,225,227)
#C5E4E5
(197,228,229)
#CBE7E7
(203,231,231)
#D1EAE9
(209,234,233)
#D7EDEB
(215,237,235)
#DDF0ED
(221,240,237)
#E3F3EF
(227,243,239)
#E9F6F1
(233,246,241)
#EFF9F3
(239,249,243)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEE1; }

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

This text font color is #B9DEE1.


Background Color

.myBgColor { background-color: #B9DEE1; }

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

This div background color is #B9DEE1.


Border color

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

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

This div border color is #B9DEE1.


Opacity

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

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

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

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

This text has shadow with #B9DEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEE1 on black background.


Color preview on white background

This text has color #B9DEE1 on white background.



Black color preview on #B9DEE1 background

This text has black color on #B9DEE1 background.


White color preview on #B9DEE1 background

This text has white color on #B9DEE1 background.