COLOR #B9EAC8

HEX: #B9EAC8
RGB: (185,234,200)

Color info

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

RGB color model

#B9EAC8 color RGB value is (185,234,200).

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

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 200 of 255 = 78%

185
234
200

R + G + B ~ 81%. #B9EAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 200 = 619 (100%)
R 185 of 619 ~ 29.89%
G 234 of 619 ~ 37.8%
B 200 of 619 ~ 32.31%

%29.89
%37.8
%32.31

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(21,0,15,8)
C21M0Y15K8 
(21%,0%,15%,8%)
(0.21/0.00/0.15/0.08)	

CMYK percentages

%20.94
%0
%14.53
%8.24

Codes

Color #B9EAC8 in popluar color models

B9EAC8
RGB185234200
HSL138°53.85%82.16%
HSB/HSV138°20.94%91.76%
CMYK20.94%0.00%14.53%
8.24%

Color #B9EAC8 in popluar number systems.

HEXB9EAC8
Decimal185234200
Binary101110011110101011001000
Octal271352310

Shades and tints

Shades of #B9EAC8

#B9EAC8
(185,234,200)
#A9D5B6
(169,213,182)
#99C0A4
(153,192,164)
#89AB92
(137,171,146)
#799680
(121,150,128)
#69816E
(105,129,110)
#596C5C
(89,108,92)
#49574A
(73,87,74)
#394238
(57,66,56)
#292D26
(41,45,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #B9EAC8

#B9EAC8
(185,234,200)
#BFEBCD
(191,235,205)
#C5ECD2
(197,236,210)
#CBEDD7
(203,237,215)
#D1EEDC
(209,238,220)
#D7EFE1
(215,239,225)
#DDF0E6
(221,240,230)
#E3F1EB
(227,241,235)
#E9F2F0
(233,242,240)
#EFF3F5
(239,243,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EAC8; }

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

This text font color is #B9EAC8.


Background Color

.myBgColor { background-color: #B9EAC8; }

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

This div background color is #B9EAC8.


Border color

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

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

This div border color is #B9EAC8.


Opacity

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

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

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

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

This text has shadow with #B9EAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EAC8 on black background.


Color preview on white background

This text has color #B9EAC8 on white background.



Black color preview on #B9EAC8 background

This text has black color on #B9EAC8 background.


White color preview on #B9EAC8 background

This text has white color on #B9EAC8 background.