COLOR #B9DEEF

HEX: #B9DEEF RGB: (185,222,239)

Color info

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

RGB color model

#B9DEEF color RGB value is (185,222,239).

RGB: (185,222,239) (73%, 87%, 94%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 239 of 255 = 94%

185
222
239

R + G + B ~ 85%. #B9DEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 222 + 239 = 646 (100%)
R 185 of 646 ~ 28.64%
G 222 of 646 ~ 34.37%
B 239 of 646 ~ 37'%

%28.64
%34.37
%37

CMYK color model

#B9DEEF color CMYK value is (23,7,0,6).

  • cyan value is 22.59%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,7,0,6)
C23M7Y0K6 (23%, 7%, 0%, 6%)
(0.23 / 0.07 / 0.00 / 0.06)

CMYK percentages

%22.59
%7.11
%0
%6.27

Codes

Color #B9DEEF in popluar color models

B9 DE EF
RGB 185 222 239
HSL 199° 62.79% 83.14%
HSB/HSV 199° 22.59% 93.73%
CMYK 22.59% 7.11% 0.00%
6.27%

Color #B9DEEF in popluar number systems.

HEX B9 DE EF
Decimal 185 222 239
Binary 10111001 11011110 11101111
Octal 271 336 357

Shades and tints

Shades of #B9DEEF

#B9DEEF
(185,222,239)
#A9CADA
(169,202,218)
#99B6C5
(153,182,197)
#89A2B0
(137,162,176)
#798E9B
(121,142,155)
#697A86
(105,122,134)
#596671
(89,102,113)
#49525C
(73,82,92)
#393E47
(57,62,71)
#292A32
(41,42,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #B9DEEF

#B9DEEF
(185,222,239)
#BFE1F0
(191,225,240)
#C5E4F1
(197,228,241)
#CBE7F2
(203,231,242)
#D1EAF3
(209,234,243)
#D7EDF4
(215,237,244)
#DDF0F5
(221,240,245)
#E3F3F6
(227,243,246)
#E9F6F7
(233,246,247)
#EFF9F8
(239,249,248)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEEF; }

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

This text font color is #B9DEEF.

Background Color

.myBgColor { background-color: #B9DEEF; }

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

This div background color is #B9DEEF.

Border color

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

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

This div border color is #B9DEEF.

Opacity

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

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

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

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

This text has shadow with #B9DEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DEEF.

Preview

Color preview on black background

This text has color #B9DEEF on black background.


Color preview on white background

This text has color #B9DEEF on white background.


Black color preview on #B9DEEF background

This text has black color on #B9DEEF background.


White color preview on #B9DEEF background

This text has white color on #B9DEEF background.


Related colors

Complementary color

Complementary color for #hex is #462110.


I love getcolorcode.com

Triadic colors

1 #EFB9DE and #DEEFB9 with #B9DEEF are triadic colors.

2 #EFDEB9 and #DEB9EF with #B9DEEF are triadic colors.