COLOR #B9D0EA

HEX: #B9D0EA RGB: (185,208,234)

Color info

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

RGB color model

#B9D0EA color RGB value is (185,208,234).

RGB: (185,208,234) (73%, 82%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 234 of 255 = 92%

185
208
234

R + G + B ~ 82%. #B9D0EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 234 = 627 (100%)
R 185 of 627 ~ 29.51%
G 208 of 627 ~ 33.17%
B 234 of 627 ~ 37.32'%

%29.51
%33.17
%37.32

CMYK color model

#B9D0EA color CMYK value is (21,11,0,8).

  • cyan value is 20.94%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (21,11,0,8)
C21M11Y0K8 (21%, 11%, 0%, 8%)
(0.21 / 0.11 / 0.00 / 0.08)

CMYK percentages

%20.94
%11.11
%0
%8.24

Codes

Color #B9D0EA in popluar color models

B9 D0 EA
RGB 185 208 234
HSL 212° 53.85% 82.16%
HSB/HSV 212° 20.94% 91.76%
CMYK 20.94% 11.11% 0.00%
8.24%

Color #B9D0EA in popluar number systems.

HEX B9 D0 EA
Decimal 185 208 234
Binary 10111001 11010000 11101010
Octal 271 320 352

Shades and tints

Shades of #B9D0EA

#B9D0EA
(185,208,234)
#A9BED5
(169,190,213)
#99ACC0
(153,172,192)
#899AAB
(137,154,171)
#798896
(121,136,150)
#697681
(105,118,129)
#59646C
(89,100,108)
#495257
(73,82,87)
#394042
(57,64,66)
#292E2D
(41,46,45)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9D0EA

#B9D0EA
(185,208,234)
#BFD4EB
(191,212,235)
#C5D8EC
(197,216,236)
#CBDCED
(203,220,237)
#D1E0EE
(209,224,238)
#D7E4EF
(215,228,239)
#DDE8F0
(221,232,240)
#E3ECF1
(227,236,241)
#E9F0F2
(233,240,242)
#EFF4F3
(239,244,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0EA color. Also use rgb(185,208,234) instead hex code.

Text Font Color

.myTextColor { color: #B9D0EA; }

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

This text font color is #B9D0EA.

Background Color

.myBgColor { background-color: #B9D0EA; }

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

This div background color is #B9D0EA.

Border color

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

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

This div border color is #B9D0EA.

Opacity

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

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

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

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

This text has shadow with #B9D0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0EA.

Preview

Color preview on black background

This text has color #B9D0EA on black background.


Color preview on white background

This text has color #B9D0EA on white background.


Black color preview on #B9D0EA background

This text has black color on #B9D0EA background.


White color preview on #B9D0EA background

This text has white color on #B9D0EA background.


Related colors

Complementary color

Complementary color for #hex is #462F15.


I love getcolorcode.com

Triadic colors

1 #EAB9D0 and #D0EAB9 with #B9D0EA are triadic colors.

2 #EAD0B9 and #D0B9EA with #B9D0EA are triadic colors.