COLOR #B9D4EA

HEX: #B9D4EA
RGB: (185,212,234)

Color info

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

RGB color model

#B9D4EA color RGB value is (185,212,234).

  • red value is 185;
  • green value is 212;
  • blue value is 234.
RGB:
(185,212,234)
(73%,83%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 234 of 255 = 92%

185
212
234

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

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 234 = 631 (100%)
R 185 of 631 ~ 29.32%
G 212 of 631 ~ 33.6%
B 234 of 631 ~ 37.08%

%29.32
%33.6
%37.08

CMYK color model

#B9D4EA color CMYK value is (21,9,0,8).

  • cyan value is 20.94%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,9,0,8)
C21M9Y0K8 
(21%,9%,0%,8%)
(0.21/0.09/0.00/0.08)	

CMYK percentages

%20.94
%9.4
%0
%8.24

Codes

Color #B9D4EA in popluar color models

B9D4EA
RGB185212234
HSL207°53.85%82.16%
HSB/HSV207°20.94%91.76%
CMYK20.94%9.40%0.00%
8.24%

Color #B9D4EA in popluar number systems.

HEXB9D4EA
Decimal185212234
Binary101110011101010011101010
Octal271324352

Shades and tints

Shades of #B9D4EA

#B9D4EA
(185,212,234)
#A9C1D5
(169,193,213)
#99AEC0
(153,174,192)
#899BAB
(137,155,171)
#798896
(121,136,150)
#697581
(105,117,129)
#59626C
(89,98,108)
#494F57
(73,79,87)
#393C42
(57,60,66)
#29292D
(41,41,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #B9D4EA

#B9D4EA
(185,212,234)
#BFD7EB
(191,215,235)
#C5DAEC
(197,218,236)
#CBDDED
(203,221,237)
#D1E0EE
(209,224,238)
#D7E3EF
(215,227,239)
#DDE6F0
(221,230,240)
#E3E9F1
(227,233,241)
#E9ECF2
(233,236,242)
#EFEFF3
(239,239,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D4EA; }

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

This text font color is #B9D4EA.


Background Color

.myBgColor { background-color: #B9D4EA; }

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

This div background color is #B9D4EA.


Border color

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

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

This div border color is #B9D4EA.


Opacity

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

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

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

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

This text has shadow with #B9D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4EA on black background.


Color preview on white background

This text has color #B9D4EA on white background.



Black color preview on #B9D4EA background

This text has black color on #B9D4EA background.


White color preview on #B9D4EA background

This text has white color on #B9D4EA background.