COLOR #B9E0E1

HEX: #B9E0E1
RGB: (185,224,225)

Color info

#B9E0E1 contains red, green and blue colors in about the same proportion. Web safe color of #B9E0E1 is #CCCCCC (or #CCC).

RGB color model

#B9E0E1 color RGB value is (185,224,225).

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

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 225 of 255 = 88%

185
224
225

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

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 225 = 634 (100%)
R 185 of 634 ~ 29.18%
G 224 of 634 ~ 35.33%
B 225 of 634 ~ 35.49%

%29.18
%35.33
%35.49

CMYK color model

#B9E0E1 color CMYK value is (18,0,0,12).

  • cyan value is 17.78%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(18,0,0,12)
C18M0Y0K12 
(18%,0%,0%,12%)
(0.18/0.00/0.00/0.12)	

CMYK percentages

%17.78
%0.44
%0
%11.76

Codes

Color #B9E0E1 in popluar color models

B9E0E1
RGB185224225
HSL182°40.00%80.39%
HSB/HSV182°17.78%88.24%
CMYK17.78%0.44%0.00%
11.76%

Color #B9E0E1 in popluar number systems.

HEXB9E0E1
Decimal185224225
Binary101110011110000011100001
Octal271340341

Shades and tints

Shades of #B9E0E1

#B9E0E1
(185,224,225)
#A9CCCD
(169,204,205)
#99B8B9
(153,184,185)
#89A4A5
(137,164,165)
#799091
(121,144,145)
#697C7D
(105,124,125)
#596869
(89,104,105)
#495455
(73,84,85)
#394041
(57,64,65)
#292C2D
(41,44,45)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9E0E1

#B9E0E1
(185,224,225)
#BFE2E3
(191,226,227)
#C5E4E5
(197,228,229)
#CBE6E7
(203,230,231)
#D1E8E9
(209,232,233)
#D7EAEB
(215,234,235)
#DDECED
(221,236,237)
#E3EEEF
(227,238,239)
#E9F0F1
(233,240,241)
#EFF2F3
(239,242,243)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E0E1; }

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

This text font color is #B9E0E1.


Background Color

.myBgColor { background-color: #B9E0E1; }

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

This div background color is #B9E0E1.


Border color

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

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

This div border color is #B9E0E1.


Opacity

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

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

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

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

This text has shadow with #B9E0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E0E1 on black background.


Color preview on white background

This text has color #B9E0E1 on white background.



Black color preview on #B9E0E1 background

This text has black color on #B9E0E1 background.


White color preview on #B9E0E1 background

This text has white color on #B9E0E1 background.