COLOR #E8EDAF

HEX: #E8EDAF RGB: (232,237,175)

Color info

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

RGB color model

#E8EDAF color RGB value is (232,237,175).

RGB: (232,237,175) (91%, 93%, 69%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 175 of 255 = 69%

232
237
175

R + G + B ~ 84%. #E8EDAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 175 = 644 (100%)
R 232 of 644 ~ 36.02%
G 237 of 644 ~ 36.8%
B 175 of 644 ~ 27.17'%

%36.02
%36.8
%27.17

CMYK color model

#E8EDAF color CMYK value is (2,0,26,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 26.16%
  • key color value is 7.06%

CMYK: (2,0,26,7)
C2M0Y26K7 (2%, 0%, 26%, 7%)
(0.02 / 0.00 / 0.26 / 0.07)

CMYK percentages

%2.11
%0
%26.16
%7.06

Codes

Color #E8EDAF in popluar color models

E8 ED AF
RGB 232 237 175
HSL 65° 63.27% 80.78%
HSB/HSV 65° 26.16% 92.94%
CMYK 2.11% 0.00% 26.16%
7.06%

Color #E8EDAF in popluar number systems.

HEX E8 ED AF
Decimal 232 237 175
Binary 11101000 11101101 10101111
Octal 350 355 257

Shades and tints

Shades of #E8EDAF

#E8EDAF
(232,237,175)
#D3D8A0
(211,216,160)
#BEC391
(190,195,145)
#A9AE82
(169,174,130)
#949973
(148,153,115)
#7F8464
(127,132,100)
#6A6F55
(106,111,85)
#555A46
(85,90,70)
#404537
(64,69,55)
#2B3028
(43,48,40)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #E8EDAF

#E8EDAF
(232,237,175)
#EAEEB6
(234,238,182)
#ECEFBD
(236,239,189)
#EEF0C4
(238,240,196)
#F0F1CB
(240,241,203)
#F2F2D2
(242,242,210)
#F4F3D9
(244,243,217)
#F6F4E0
(246,244,224)
#F8F5E7
(248,245,231)
#FAF6EE
(250,246,238)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDAF color. Also use rgb(232,237,175) instead hex code.

Text Font Color

.myTextColor { color: #E8EDAF; }

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

This text font color is #E8EDAF.

Background Color

.myBgColor { background-color: #E8EDAF; }

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

This div background color is #E8EDAF.

Border color

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

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

This div border color is #E8EDAF.

Opacity

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

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

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

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

This text has shadow with #E8EDAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDAF.

Preview

Color preview on black background

This text has color #E8EDAF on black background.


Color preview on white background

This text has color #E8EDAF on white background.


Black color preview on #E8EDAF background

This text has black color on #E8EDAF background.


White color preview on #E8EDAF background

This text has white color on #E8EDAF background.


Related colors

Complementary color

Complementary color for #hex is #171250.


I love getcolorcode.com

Triadic colors

1 #AFE8ED and #EDAFE8 with #E8EDAF are triadic colors.

2 #AFEDE8 and #EDE8AF with #E8EDAF are triadic colors.