COLOR #B9EAE9

HEX: #B9EAE9
RGB: (185,234,233)

Color info

#B9EAE9 contains red, green and blue colors in about the same proportion. Web safe color of #B9EAE9 is #CCFFFF (or #CFF).

RGB color model

#B9EAE9 color RGB value is (185,234,233).

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

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 233 of 255 = 91%

185
234
233

R + G + B ~ 85%. #B9EAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 233 = 652 (100%)
R 185 of 652 ~ 28.37%
G 234 of 652 ~ 35.89%
B 233 of 652 ~ 35.74%

%28.37
%35.89
%35.74

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(21,0,0,8)
C21M0Y0K8 
(21%,0%,0%,8%)
(0.21/0.00/0.00/0.08)	

CMYK percentages

%20.94
%0
%0.43
%8.24

Codes

Color #B9EAE9 in popluar color models

B9EAE9
RGB185234233
HSL179°53.85%82.16%
HSB/HSV179°20.94%91.76%
CMYK20.94%0.00%0.43%
8.24%

Color #B9EAE9 in popluar number systems.

HEXB9EAE9
Decimal185234233
Binary101110011110101011101001
Octal271352351

Shades and tints

Shades of #B9EAE9

#B9EAE9
(185,234,233)
#A9D5D4
(169,213,212)
#99C0BF
(153,192,191)
#89ABAA
(137,171,170)
#799695
(121,150,149)
#698180
(105,129,128)
#596C6B
(89,108,107)
#495756
(73,87,86)
#394241
(57,66,65)
#292D2C
(41,45,44)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9EAE9

#B9EAE9
(185,234,233)
#BFEBEB
(191,235,235)
#C5ECED
(197,236,237)
#CBEDEF
(203,237,239)
#D1EEF1
(209,238,241)
#D7EFF3
(215,239,243)
#DDF0F5
(221,240,245)
#E3F1F7
(227,241,247)
#E9F2F9
(233,242,249)
#EFF3FB
(239,243,251)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EAE9; }

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

This text font color is #B9EAE9.


Background Color

.myBgColor { background-color: #B9EAE9; }

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

This div background color is #B9EAE9.


Border color

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

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

This div border color is #B9EAE9.


Opacity

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

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

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

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

This text has shadow with #B9EAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EAE9 on black background.


Color preview on white background

This text has color #B9EAE9 on white background.



Black color preview on #B9EAE9 background

This text has black color on #B9EAE9 background.


White color preview on #B9EAE9 background

This text has white color on #B9EAE9 background.