COLOR #E1EDC4

HEX: #E1EDC4 RGB: (225,237,196)

Color info

#E1EDC4 contains red, green and blue colors in about the same proportion. Web safe color of #E1EDC4 is #CCFFCC (or #CFC).

RGB color model

#E1EDC4 color RGB value is (225,237,196).

RGB: (225,237,196) (88%, 93%, 77%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 196 of 255 = 77%

225
237
196

R + G + B ~ 86%. #E1EDC4 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 237 + 196 = 658 (100%)
R 225 of 658 ~ 34.19%
G 237 of 658 ~ 36.02%
B 196 of 658 ~ 29.79'%

%34.19
%36.02
%29.79

CMYK color model

#E1EDC4 color CMYK value is (5,0,17,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (5,0,17,7)
C5M0Y17K7 (5%, 0%, 17%, 7%)
(0.05 / 0.00 / 0.17 / 0.07)

CMYK percentages

%5.06
%0
%17.3
%7.06

Codes

Color #E1EDC4 in popluar color models

E1 ED C4
RGB 225 237 196
HSL 78° 53.25% 84.90%
HSB/HSV 78° 17.30% 92.94%
CMYK 5.06% 0.00% 17.30%
7.06%

Color #E1EDC4 in popluar number systems.

HEX E1 ED C4
Decimal 225 237 196
Binary 11100001 11101101 11000100
Octal 341 355 304

Shades and tints

Shades of #E1EDC4

#E1EDC4
(225,237,196)
#CDD8B3
(205,216,179)
#B9C3A2
(185,195,162)
#A5AE91
(165,174,145)
#919980
(145,153,128)
#7D846F
(125,132,111)
#696F5E
(105,111,94)
#555A4D
(85,90,77)
#41453C
(65,69,60)
#2D302B
(45,48,43)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #E1EDC4

#E1EDC4
(225,237,196)
#E3EEC9
(227,238,201)
#E5EFCE
(229,239,206)
#E7F0D3
(231,240,211)
#E9F1D8
(233,241,216)
#EBF2DD
(235,242,221)
#EDF3E2
(237,243,226)
#EFF4E7
(239,244,231)
#F1F5EC
(241,245,236)
#F3F6F1
(243,246,241)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDC4 color. Also use rgb(225,237,196) instead hex code.

Text Font Color

.myTextColor { color: #E1EDC4; }

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

This text font color is #E1EDC4.

Background Color

.myBgColor { background-color: #E1EDC4; }

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

This div background color is #E1EDC4.

Border color

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

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

This div border color is #E1EDC4.

Opacity

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

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

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

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

This text has shadow with #E1EDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EDC4.

Preview

Color preview on black background

This text has color #E1EDC4 on black background.


Color preview on white background

This text has color #E1EDC4 on white background.


Black color preview on #E1EDC4 background

This text has black color on #E1EDC4 background.


White color preview on #E1EDC4 background

This text has white color on #E1EDC4 background.


Related colors

Complementary color

Complementary color for #E1EDC4 is #1E123B.


I love getcolorcode.com

Triadic colors

1 #C4E1ED and #EDC4E1 with #E1EDC4 are triadic colors.

2 #C4EDE1 and #EDE1C4 with #E1EDC4 are triadic colors.