COLOR #B9E4E5

HEX: #B9E4E5
RGB: (185,228,229)

Color info

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

RGB color model

#B9E4E5 color RGB value is (185,228,229).

  • red value is 185;
  • green value is 228;
  • blue value is 229.
RGB:
(185,228,229)
(73%,89%,90%)

RGB channels and saturation

R 185 of 255 = 73%
G 228 of 255 = 89%
B 229 of 255 = 90%

185
228
229

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

Portions of RGB colors in percentages

R + G + B =
185 + 228 + 229 = 642 (100%)
R 185 of 642 ~ 28.82%
G 228 of 642 ~ 35.51%
B 229 of 642 ~ 35.67%

%28.82
%35.51
%35.67

CMYK color model

#B9E4E5 color CMYK value is (19,0,0,10).

  • cyan value is 19.21%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(19,0,0,10)
C19M0Y0K10 
(19%,0%,0%,10%)
(0.19/0.00/0.00/0.10)	

CMYK percentages

%19.21
%0.44
%0
%10.2

Codes

Color #B9E4E5 in popluar color models

B9E4E5
RGB185228229
HSL181°45.83%81.18%
HSB/HSV181°19.21%89.80%
CMYK19.21%0.44%0.00%
10.20%

Color #B9E4E5 in popluar number systems.

HEXB9E4E5
Decimal185228229
Binary101110011110010011100101
Octal271344345

Shades and tints

Shades of #B9E4E5

#B9E4E5
(185,228,229)
#A9D0D1
(169,208,209)
#99BCBD
(153,188,189)
#89A8A9
(137,168,169)
#799495
(121,148,149)
#698081
(105,128,129)
#596C6D
(89,108,109)
#495859
(73,88,89)
#394445
(57,68,69)
#293031
(41,48,49)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #B9E4E5

#B9E4E5
(185,228,229)
#BFE6E7
(191,230,231)
#C5E8E9
(197,232,233)
#CBEAEB
(203,234,235)
#D1ECED
(209,236,237)
#D7EEEF
(215,238,239)
#DDF0F1
(221,240,241)
#E3F2F3
(227,242,243)
#E9F4F5
(233,244,245)
#EFF6F7
(239,246,247)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E4E5 color. Also use rgb(185,228,229) instead hex code.

Text Font Color

.myTextColor { color: #B9E4E5; }

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

This text font color is #B9E4E5.


Background Color

.myBgColor { background-color: #B9E4E5; }

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

This div background color is #B9E4E5.


Border color

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

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

This div border color is #B9E4E5.


Opacity

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

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

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

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

This text has shadow with #B9E4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E4E5 on black background.


Color preview on white background

This text has color #B9E4E5 on white background.



Black color preview on #B9E4E5 background

This text has black color on #B9E4E5 background.


White color preview on #B9E4E5 background

This text has white color on #B9E4E5 background.