COLOR #B0E8AD

HEX: #B0E8AD
RGB: (176,232,173)

Color info

#B0E8AD contains red, green and blue colors in about the same proportion. Web safe color of #B0E8AD is #99FF99 (or #9F9).

RGB color model

#B0E8AD color RGB value is (176,232,173).

  • red value is 176;
  • green value is 232;
  • blue value is 173.
RGB:
(176,232,173)
(69%,91%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 232 of 255 = 91%
B 173 of 255 = 68%

176
232
173

R + G + B ~ 76%. #B0E8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 232 + 173 = 581 (100%)
R 176 of 581 ~ 30.29%
G 232 of 581 ~ 39.93%
B 173 of 581 ~ 29.78%

%30.29
%39.93
%29.78

CMYK color model

#B0E8AD color CMYK value is (24,0,25,9).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 9.02%
CMYK:
(24,0,25,9)
C24M0Y25K9 
(24%,0%,25%,9%)
(0.24/0.00/0.25/0.09)	

CMYK percentages

%24.14
%0
%25.43
%9.02

Codes

Color #B0E8AD in popluar color models

B0E8AD
RGB176232173
HSL117°56.19%79.41%
HSB/HSV117°25.43%90.98%
CMYK24.14%0.00%25.43%
9.02%

Color #B0E8AD in popluar number systems.

HEXB0E8AD
Decimal176232173
Binary101100001110100010101101
Octal260350255

Shades and tints

Shades of #B0E8AD

#B0E8AD
(176,232,173)
#A0D39E
(160,211,158)
#90BE8F
(144,190,143)
#80A980
(128,169,128)
#709471
(112,148,113)
#607F62
(96,127,98)
#506A53
(80,106,83)
#405544
(64,85,68)
#304035
(48,64,53)
#202B26
(32,43,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #B0E8AD

#B0E8AD
(176,232,173)
#B7EAB4
(183,234,180)
#BEECBB
(190,236,187)
#C5EEC2
(197,238,194)
#CCF0C9
(204,240,201)
#D3F2D0
(211,242,208)
#DAF4D7
(218,244,215)
#E1F6DE
(225,246,222)
#E8F8E5
(232,248,229)
#EFFAEC
(239,250,236)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E8AD color. Also use rgb(176,232,173) instead hex code.

Text Font Color

.myTextColor { color: #B0E8AD; }

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

This text font color is #B0E8AD.


Background Color

.myBgColor { background-color: #B0E8AD; }

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

This div background color is #B0E8AD.


Border color

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

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

This div border color is #B0E8AD.


Opacity

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

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

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

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

This text has shadow with #B0E8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E8AD on black background.


Color preview on white background

This text has color #B0E8AD on white background.



Black color preview on #B0E8AD background

This text has black color on #B0E8AD background.


White color preview on #B0E8AD background

This text has white color on #B0E8AD background.