COLOR #B9DAEB

HEX: #B9DAEB
RGB: (185,218,235)

Color info

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

RGB color model

#B9DAEB color RGB value is (185,218,235).

  • red value is 185;
  • green value is 218;
  • blue value is 235.
RGB:
(185,218,235)
(73%,85%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 235 of 255 = 92%

185
218
235

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

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 235 = 638 (100%)
R 185 of 638 ~ 29%
G 218 of 638 ~ 34.17%
B 235 of 638 ~ 36.83%

%29
%34.17
%36.83

CMYK color model

#B9DAEB color CMYK value is (21,7,0,8).

  • cyan value is 21.28%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,7,0,8)
C21M7Y0K8 
(21%,7%,0%,8%)
(0.21/0.07/0.00/0.08)	

CMYK percentages

%21.28
%7.23
%0
%7.84

Codes

Color #B9DAEB in popluar color models

B9DAEB
RGB185218235
HSL200°55.56%82.35%
HSB/HSV200°21.28%92.16%
CMYK21.28%7.23%0.00%
7.84%

Color #B9DAEB in popluar number systems.

HEXB9DAEB
Decimal185218235
Binary101110011101101011101011
Octal271332353

Shades and tints

Shades of #B9DAEB

#B9DAEB
(185,218,235)
#A9C7D6
(169,199,214)
#99B4C1
(153,180,193)
#89A1AC
(137,161,172)
#798E97
(121,142,151)
#697B82
(105,123,130)
#59686D
(89,104,109)
#495558
(73,85,88)
#394243
(57,66,67)
#292F2E
(41,47,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #B9DAEB

#B9DAEB
(185,218,235)
#BFDDEC
(191,221,236)
#C5E0ED
(197,224,237)
#CBE3EE
(203,227,238)
#D1E6EF
(209,230,239)
#D7E9F0
(215,233,240)
#DDECF1
(221,236,241)
#E3EFF2
(227,239,242)
#E9F2F3
(233,242,243)
#EFF5F4
(239,245,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DAEB color. Also use rgb(185,218,235) instead hex code.

Text Font Color

.myTextColor { color: #B9DAEB; }

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

This text font color is #B9DAEB.


Background Color

.myBgColor { background-color: #B9DAEB; }

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

This div background color is #B9DAEB.


Border color

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

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

This div border color is #B9DAEB.


Opacity

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

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

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

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

This text has shadow with #B9DAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DAEB on black background.


Color preview on white background

This text has color #B9DAEB on white background.



Black color preview on #B9DAEB background

This text has black color on #B9DAEB background.


White color preview on #B9DAEB background

This text has white color on #B9DAEB background.