COLOR #B9E0EB

HEX: #B9E0EB
RGB: (185,224,235)

Color info

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

RGB color model

#B9E0EB color RGB value is (185,224,235).

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

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 235 of 255 = 92%

185
224
235

R + G + B ~ 84%. #B9E0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 235 = 644 (100%)
R 185 of 644 ~ 28.73%
G 224 of 644 ~ 34.78%
B 235 of 644 ~ 36.49%

%28.73
%34.78
%36.49

CMYK color model

#B9E0EB color CMYK value is (21,5,0,8).

  • cyan value is 21.28%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,5,0,8)
C21M5Y0K8 
(21%,5%,0%,8%)
(0.21/0.05/0.00/0.08)	

CMYK percentages

%21.28
%4.68
%0
%7.84

Codes

Color #B9E0EB in popluar color models

B9E0EB
RGB185224235
HSL193°55.56%82.35%
HSB/HSV193°21.28%92.16%
CMYK21.28%4.68%0.00%
7.84%

Color #B9E0EB in popluar number systems.

HEXB9E0EB
Decimal185224235
Binary101110011110000011101011
Octal271340353

Shades and tints

Shades of #B9E0EB

#B9E0EB
(185,224,235)
#A9CCD6
(169,204,214)
#99B8C1
(153,184,193)
#89A4AC
(137,164,172)
#799097
(121,144,151)
#697C82
(105,124,130)
#59686D
(89,104,109)
#495458
(73,84,88)
#394043
(57,64,67)
#292C2E
(41,44,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9E0EB

#B9E0EB
(185,224,235)
#BFE2EC
(191,226,236)
#C5E4ED
(197,228,237)
#CBE6EE
(203,230,238)
#D1E8EF
(209,232,239)
#D7EAF0
(215,234,240)
#DDECF1
(221,236,241)
#E3EEF2
(227,238,242)
#E9F0F3
(233,240,243)
#EFF2F4
(239,242,244)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E0EB; }

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

This text font color is #B9E0EB.


Background Color

.myBgColor { background-color: #B9E0EB; }

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

This div background color is #B9E0EB.


Border color

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

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

This div border color is #B9E0EB.


Opacity

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

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

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

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

This text has shadow with #B9E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E0EB on black background.


Color preview on white background

This text has color #B9E0EB on white background.



Black color preview on #B9E0EB background

This text has black color on #B9E0EB background.


White color preview on #B9E0EB background

This text has white color on #B9E0EB background.