COLOR #B9DEF0

HEX: #B9DEF0 RGB: (185,222,240)

Color info

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

RGB color model

#B9DEF0 color RGB value is (185,222,240).

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

RGB channels and saturation

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

185
222
240

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

Portions of RGB colors in percentages

R + G + B = 185 + 222 + 240 = 647 (100%)
R 185 of 647 ~ 28.59%
G 222 of 647 ~ 34.31%
B 240 of 647 ~ 37.09'%

%28.59
%34.31
%37.09

CMYK color model

#B9DEF0 color CMYK value is (23,8,0,6).

  • cyan value is 22.92%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (23,8,0,6) C23M8Y0K6 (23%,8%,0%,6%) (0.23/0.08/0.00/0.06) 

CMYK percentages

%22.92
%7.5
%0
%5.88

Codes

Color #B9DEF0 in popluar color models

B9 DE F0
RGB 185 222 240
HSL 200° 64.71% 83.33%
HSB/HSV 200° 22.92% 94.12%
CMYK 22.92% 7.50% 0.00%
5.88%

Color #B9DEF0 in popluar number systems.

HEX B9 DE F0
Decimal 185 222 240
Binary 10111001 11011110 11110000
Octal 271 336 360

Shades and tints

Shades of #B9DEF0

#B9DEF0
(185,222,240)
#A9CADB
(169,202,219)
#99B6C6
(153,182,198)
#89A2B1
(137,162,177)
#798E9C
(121,142,156)
#697A87
(105,122,135)
#596672
(89,102,114)
#49525D
(73,82,93)
#393E48
(57,62,72)
#292A33
(41,42,51)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #B9DEF0

#B9DEF0
(185,222,240)
#BFE1F1
(191,225,241)
#C5E4F2
(197,228,242)
#CBE7F3
(203,231,243)
#D1EAF4
(209,234,244)
#D7EDF5
(215,237,245)
#DDF0F6
(221,240,246)
#E3F3F7
(227,243,247)
#E9F6F8
(233,246,248)
#EFF9F9
(239,249,249)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEF0; }

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

This text font color is #B9DEF0.

Background Color

.myBgColor { background-color: #B9DEF0; }

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

This div background color is #B9DEF0.

Border color

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

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

This div border color is #B9DEF0.

Opacity

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

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

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

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

This text has shadow with #B9DEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DEF0.

Preview

Color preview on black background

This text has color #B9DEF0 on black background.


Color preview on white background

This text has color #B9DEF0 on white background.


Black color preview on #B9DEF0 background

This text has black color on #B9DEF0 background.


White color preview on #B9DEF0 background

This text has white color on #B9DEF0 background.


Related colors

Complementary color

Complementary color for #hex is #46210F.


I love getcolorcode.com

Triadic colors

1 #F0B9DE and #DEF0B9 with #B9DEF0 are triadic colors.

2 #F0DEB9 and #DEB9F0 with #B9DEF0 are triadic colors.