COLOR #B9EAE4

HEX: #B9EAE4
RGB: (185,234,228)

Color info

#B9EAE4 contains red, green and blue colors in about the same proportion. Web safe color of #B9EAE4 is #CCFFCC (or #CFC).

RGB color model

#B9EAE4 color RGB value is (185,234,228).

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

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 228 of 255 = 89%

185
234
228

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

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 228 = 647 (100%)
R 185 of 647 ~ 28.59%
G 234 of 647 ~ 36.17%
B 228 of 647 ~ 35.24%

%28.59
%36.17
%35.24

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (21,0,3,8) C21M0Y3K8 (21%,0%,3%,8%) (0.21/0.00/0.03/0.08)

CMYK percentages

%20.94
%0
%2.56
%8.24

Codes

Color #B9EAE4 in popluar color models

B9EAE4
RGB185234228
HSL173°53.85%82.16%
HSB/HSV173°20.94%91.76%
CMYK20.94%0.00%2.56%
8.24%

Color #B9EAE4 in popluar number systems.

HEXB9EAE4
Decimal185234228
Binary101110011110101011100100
Octal271352344

Shades and tints

Shades of #B9EAE4

#B9EAE4
(185,234,228)
#A9D5D0
(169,213,208)
#99C0BC
(153,192,188)
#89ABA8
(137,171,168)
#799694
(121,150,148)
#698180
(105,129,128)
#596C6C
(89,108,108)
#495758
(73,87,88)
#394244
(57,66,68)
#292D30
(41,45,48)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #B9EAE4

#B9EAE4
(185,234,228)
#BFEBE6
(191,235,230)
#C5ECE8
(197,236,232)
#CBEDEA
(203,237,234)
#D1EEEC
(209,238,236)
#D7EFEE
(215,239,238)
#DDF0F0
(221,240,240)
#E3F1F2
(227,241,242)
#E9F2F4
(233,242,244)
#EFF3F6
(239,243,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EAE4; }

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

This text font color is #B9EAE4.


Background Color

.myBgColor { background-color: #B9EAE4; }

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

This div background color is #B9EAE4.


Border color

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

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

This div border color is #B9EAE4.


Opacity

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

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

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

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

This text has shadow with #B9EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9EAE4 on black background.


Color preview on white background

This text has color #B9EAE4 on white background.



Black color preview on #B9EAE4 background

This text has black color on #B9EAE4 background.


White color preview on #B9EAE4 background

This text has white color on #B9EAE4 background.