COLOR #E8EDC2

HEX: #E8EDC2
RGB: (232,237,194)

Color info

#E8EDC2 contains red, green and blue colors in about the same proportion. Web safe color of #E8EDC2 is #FFFFCC (or #FFC).

RGB color model

#E8EDC2 color RGB value is (232,237,194).

  • red value is 232;
  • green value is 237;
  • blue value is 194.
RGB:
(232,237,194)
(91%,93%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 194 of 255 = 76%

232
237
194

R + G + B ~ 87%. #E8EDC2 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 194 = 663 (100%)
R 232 of 663 ~ 34.99%
G 237 of 663 ~ 35.75%
B 194 of 663 ~ 29.26%

%34.99
%35.75
%29.26

CMYK color model

#E8EDC2 color CMYK value is (2,0,18,7).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(2,0,18,7)
C2M0Y18K7 
(2%,0%,18%,7%)
(0.02/0.00/0.18/0.07)	

CMYK percentages

%2.11
%0
%18.14
%7.06

Codes

Color #E8EDC2 in popluar color models

E8EDC2
RGB232237194
HSL67°54.43%84.51%
HSB/HSV67°18.14%92.94%
CMYK2.11%0.00%18.14%
7.06%

Color #E8EDC2 in popluar number systems.

HEXE8EDC2
Decimal232237194
Binary111010001110110111000010
Octal350355302

Shades and tints

Shades of #E8EDC2

#E8EDC2
(232,237,194)
#D3D8B1
(211,216,177)
#BEC3A0
(190,195,160)
#A9AE8F
(169,174,143)
#94997E
(148,153,126)
#7F846D
(127,132,109)
#6A6F5C
(106,111,92)
#555A4B
(85,90,75)
#40453A
(64,69,58)
#2B3029
(43,48,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #E8EDC2

#E8EDC2
(232,237,194)
#EAEEC7
(234,238,199)
#ECEFCC
(236,239,204)
#EEF0D1
(238,240,209)
#F0F1D6
(240,241,214)
#F2F2DB
(242,242,219)
#F4F3E0
(244,243,224)
#F6F4E5
(246,244,229)
#F8F5EA
(248,245,234)
#FAF6EF
(250,246,239)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDC2; }

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

This text font color is #E8EDC2.


Background Color

.myBgColor { background-color: #E8EDC2; }

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

This div background color is #E8EDC2.


Border color

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

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

This div border color is #E8EDC2.


Opacity

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

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

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

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

This text has shadow with #E8EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDC2 on black background.


Color preview on white background

This text has color #E8EDC2 on white background.



Black color preview on #E8EDC2 background

This text has black color on #E8EDC2 background.


White color preview on #E8EDC2 background

This text has white color on #E8EDC2 background.