COLOR #E8F5AD

HEX: #E8F5AD RGB: (232,245,173)

Color info

#E8F5AD contains mainly red and green colors. Web safe color of #E8F5AD is #FFFF99 (or #FF9).

RGB color model

#E8F5AD color RGB value is (232,245,173).

RGB: (232,245,173) (91%, 96%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 245 of 255 = 96%
B 173 of 255 = 68%

232
245
173

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

Portions of RGB colors in percentages

R + G + B = 232 + 245 + 173 = 650 (100%)
R 232 of 650 ~ 35.69%
G 245 of 650 ~ 37.69%
B 173 of 650 ~ 26.62'%

%35.69
%37.69
%26.62

CMYK color model

#E8F5AD color CMYK value is (5,0,29,4).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 3.92%

CMYK: (5,0,29,4)
C5M0Y29K4 (5%, 0%, 29%, 4%)
(0.05 / 0.00 / 0.29 / 0.04)

CMYK percentages

%5.31
%0
%29.39
%3.92

Codes

Color #E8F5AD in popluar color models

E8 F5 AD
RGB 232 245 173
HSL 71° 78.26% 81.96%
HSB/HSV 71° 29.39% 96.08%
CMYK 5.31% 0.00% 29.39%
3.92%

Color #E8F5AD in popluar number systems.

HEX E8 F5 AD
Decimal 232 245 173
Binary 11101000 11110101 10101101
Octal 350 365 255

Shades and tints

Shades of #E8F5AD

#E8F5AD
(232,245,173)
#D3DF9E
(211,223,158)
#BEC98F
(190,201,143)
#A9B380
(169,179,128)
#949D71
(148,157,113)
#7F8762
(127,135,98)
#6A7153
(106,113,83)
#555B44
(85,91,68)
#404535
(64,69,53)
#2B2F26
(43,47,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #E8F5AD

#E8F5AD
(232,245,173)
#EAF5B4
(234,245,180)
#ECF5BB
(236,245,187)
#EEF5C2
(238,245,194)
#F0F5C9
(240,245,201)
#F2F5D0
(242,245,208)
#F4F5D7
(244,245,215)
#F6F5DE
(246,245,222)
#F8F5E5
(248,245,229)
#FAF5EC
(250,245,236)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F5AD; }

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

This text font color is #E8F5AD.

Background Color

.myBgColor { background-color: #E8F5AD; }

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

This div background color is #E8F5AD.

Border color

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

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

This div border color is #E8F5AD.

Opacity

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

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

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

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

This text has shadow with #E8F5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F5AD.

Preview

Color preview on black background

This text has color #E8F5AD on black background.


Color preview on white background

This text has color #E8F5AD on white background.


Black color preview on #E8F5AD background

This text has black color on #E8F5AD background.


White color preview on #E8F5AD background

This text has white color on #E8F5AD background.


Related colors

Complementary color

Complementary color for #hex is #170A52.


I love getcolorcode.com

Triadic colors

1 #ADE8F5 and #F5ADE8 with #E8F5AD are triadic colors.

2 #ADF5E8 and #F5E8AD with #E8F5AD are triadic colors.