COLOR #B9EAD4

HEX: #B9EAD4
RGB: (185,234,212)

Color info

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

RGB color model

#B9EAD4 color RGB value is (185,234,212).

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

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 212 of 255 = 83%

185
234
212

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

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 212 = 631 (100%)
R 185 of 631 ~ 29.32%
G 234 of 631 ~ 37.08%
B 212 of 631 ~ 33.6%

%29.32
%37.08
%33.6

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 8.24%
CMYK:
(21,0,9,8)
C21M0Y9K8 
(21%,0%,9%,8%)
(0.21/0.00/0.09/0.08)	

CMYK percentages

%20.94
%0
%9.4
%8.24

Codes

Color #B9EAD4 in popluar color models

B9EAD4
RGB185234212
HSL153°53.85%82.16%
HSB/HSV153°20.94%91.76%
CMYK20.94%0.00%9.40%
8.24%

Color #B9EAD4 in popluar number systems.

HEXB9EAD4
Decimal185234212
Binary101110011110101011010100
Octal271352324

Shades and tints

Shades of #B9EAD4

#B9EAD4
(185,234,212)
#A9D5C1
(169,213,193)
#99C0AE
(153,192,174)
#89AB9B
(137,171,155)
#799688
(121,150,136)
#698175
(105,129,117)
#596C62
(89,108,98)
#49574F
(73,87,79)
#39423C
(57,66,60)
#292D29
(41,45,41)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9EAD4

#B9EAD4
(185,234,212)
#BFEBD7
(191,235,215)
#C5ECDA
(197,236,218)
#CBEDDD
(203,237,221)
#D1EEE0
(209,238,224)
#D7EFE3
(215,239,227)
#DDF0E6
(221,240,230)
#E3F1E9
(227,241,233)
#E9F2EC
(233,242,236)
#EFF3EF
(239,243,239)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EAD4; }

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

This text font color is #B9EAD4.


Background Color

.myBgColor { background-color: #B9EAD4; }

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

This div background color is #B9EAD4.


Border color

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

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

This div border color is #B9EAD4.


Opacity

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

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

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

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

This text has shadow with #B9EAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EAD4 on black background.


Color preview on white background

This text has color #B9EAD4 on white background.



Black color preview on #B9EAD4 background

This text has black color on #B9EAD4 background.


White color preview on #B9EAD4 background

This text has white color on #B9EAD4 background.