COLOR #B9D3EA

HEX: #B9D3EA
RGB: (185,211,234)

Color info

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

RGB color model

#B9D3EA color RGB value is (185,211,234).

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

RGB channels and saturation

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

185
211
234

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

Portions of RGB colors in percentages

R + G + B =
185 + 211 + 234 = 630 (100%)
R 185 of 630 ~ 29.37%
G 211 of 630 ~ 33.49%
B 234 of 630 ~ 37.14%

%29.37
%33.49
%37.14

CMYK color model

#B9D3EA color CMYK value is (21,10,0,8).

  • cyan value is 20.94%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,10,0,8)
C21M10Y0K8 
(21%,10%,0%,8%)
(0.21/0.10/0.00/0.08)	

CMYK percentages

%20.94
%9.83
%0
%8.24

Codes

Color #B9D3EA in popluar color models

B9D3EA
RGB185211234
HSL208°53.85%82.16%
HSB/HSV208°20.94%91.76%
CMYK20.94%9.83%0.00%
8.24%

Color #B9D3EA in popluar number systems.

HEXB9D3EA
Decimal185211234
Binary101110011101001111101010
Octal271323352

Shades and tints

Shades of #B9D3EA

#B9D3EA
(185,211,234)
#A9C0D5
(169,192,213)
#99ADC0
(153,173,192)
#899AAB
(137,154,171)
#798796
(121,135,150)
#697481
(105,116,129)
#59616C
(89,97,108)
#494E57
(73,78,87)
#393B42
(57,59,66)
#29282D
(41,40,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9D3EA

#B9D3EA
(185,211,234)
#BFD7EB
(191,215,235)
#C5DBEC
(197,219,236)
#CBDFED
(203,223,237)
#D1E3EE
(209,227,238)
#D7E7EF
(215,231,239)
#DDEBF0
(221,235,240)
#E3EFF1
(227,239,241)
#E9F3F2
(233,243,242)
#EFF7F3
(239,247,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D3EA; }

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

This text font color is #B9D3EA.


Background Color

.myBgColor { background-color: #B9D3EA; }

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

This div background color is #B9D3EA.


Border color

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

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

This div border color is #B9D3EA.


Opacity

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

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

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

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

This text has shadow with #B9D3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D3EA on black background.


Color preview on white background

This text has color #B9D3EA on white background.



Black color preview on #B9D3EA background

This text has black color on #B9D3EA background.


White color preview on #B9D3EA background

This text has white color on #B9D3EA background.