COLOR #B8E0A9

HEX: #B8E0A9
RGB: (184,224,169)

Color info

#B8E0A9 contains red, green and blue colors in about the same proportion. Web safe color of #B8E0A9 is #CCCC99 (or #CC9).

RGB color model

#B8E0A9 color RGB value is (184,224,169).

  • red value is 184;
  • green value is 224;
  • blue value is 169.
RGB:
(184,224,169)
(72%,88%,66%)

RGB channels and saturation

R 184 of 255 = 72%
G 224 of 255 = 88%
B 169 of 255 = 66%

184
224
169

R + G + B ~ 75%. #B8E0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 224 + 169 = 577 (100%)
R 184 of 577 ~ 31.89%
G 224 of 577 ~ 38.82%
B 169 of 577 ~ 29.29%

%31.89
%38.82
%29.29

CMYK color model

#B8E0A9 color CMYK value is (18,0,25,12).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(18,0,25,12)
C18M0Y25K12 
(18%,0%,25%,12%)
(0.18/0.00/0.25/0.12)	

CMYK percentages

%17.86
%0
%24.55
%12.16

Codes

Color #B8E0A9 in popluar color models

B8E0A9
RGB184224169
HSL104°47.01%77.06%
HSB/HSV104°24.55%87.84%
CMYK17.86%0.00%24.55%
12.16%

Color #B8E0A9 in popluar number systems.

HEXB8E0A9
Decimal184224169
Binary101110001110000010101001
Octal270340251

Shades and tints

Shades of #B8E0A9

#B8E0A9
(184,224,169)
#A8CC9A
(168,204,154)
#98B88B
(152,184,139)
#88A47C
(136,164,124)
#78906D
(120,144,109)
#687C5E
(104,124,94)
#58684F
(88,104,79)
#485440
(72,84,64)
#384031
(56,64,49)
#282C22
(40,44,34)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8E0A9

#B8E0A9
(184,224,169)
#BEE2B0
(190,226,176)
#C4E4B7
(196,228,183)
#CAE6BE
(202,230,190)
#D0E8C5
(208,232,197)
#D6EACC
(214,234,204)
#DCECD3
(220,236,211)
#E2EEDA
(226,238,218)
#E8F0E1
(232,240,225)
#EEF2E8
(238,242,232)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E0A9 color. Also use rgb(184,224,169) instead hex code.

Text Font Color

.myTextColor { color: #B8E0A9; }

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

This text font color is #B8E0A9.


Background Color

.myBgColor { background-color: #B8E0A9; }

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

This div background color is #B8E0A9.


Border color

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

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

This div border color is #B8E0A9.


Opacity

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

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

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

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

This text has shadow with #B8E0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E0A9 on black background.


Color preview on white background

This text has color #B8E0A9 on white background.



Black color preview on #B8E0A9 background

This text has black color on #B8E0A9 background.


White color preview on #B8E0A9 background

This text has white color on #B8E0A9 background.