COLOR #E4EDCD

HEX: #E4EDCD RGB: (228,237,205)

Color info

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

RGB color model

#E4EDCD color RGB value is (228,237,205).

RGB: (228,237,205) (89%, 93%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 205 of 255 = 80%

228
237
205

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

Portions of RGB colors in percentages

R + G + B = 228 + 237 + 205 = 670 (100%)
R 228 of 670 ~ 34.03%
G 237 of 670 ~ 35.37%
B 205 of 670 ~ 30.6'%

%34.03
%35.37
%30.6

CMYK color model

#E4EDCD color CMYK value is (4,0,14,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (4,0,14,7)
C4M0Y14K7 (4%, 0%, 14%, 7%)
(0.04 / 0.00 / 0.14 / 0.07)

CMYK percentages

%3.8
%0
%13.5
%7.06

Codes

Color #E4EDCD in popluar color models

E4 ED CD
RGB 228 237 205
HSL 77° 47.06% 86.67%
HSB/HSV 77° 13.50% 92.94%
CMYK 3.80% 0.00% 13.50%
7.06%

Color #E4EDCD in popluar number systems.

HEX E4 ED CD
Decimal 228 237 205
Binary 11100100 11101101 11001101
Octal 344 355 315

Shades and tints

Shades of #E4EDCD

#E4EDCD
(228,237,205)
#D0D8BB
(208,216,187)
#BCC3A9
(188,195,169)
#A8AE97
(168,174,151)
#949985
(148,153,133)
#808473
(128,132,115)
#6C6F61
(108,111,97)
#585A4F
(88,90,79)
#44453D
(68,69,61)
#30302B
(48,48,43)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4EDCD

#E4EDCD
(228,237,205)
#E6EED1
(230,238,209)
#E8EFD5
(232,239,213)
#EAF0D9
(234,240,217)
#ECF1DD
(236,241,221)
#EEF2E1
(238,242,225)
#F0F3E5
(240,243,229)
#F2F4E9
(242,244,233)
#F4F5ED
(244,245,237)
#F6F6F1
(246,246,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EDCD color. Also use rgb(228,237,205) instead hex code.

Text Font Color

.myTextColor { color: #E4EDCD; }

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

This text font color is #E4EDCD.

Background Color

.myBgColor { background-color: #E4EDCD; }

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

This div background color is #E4EDCD.

Border color

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

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

This div border color is #E4EDCD.

Opacity

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

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

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

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

This text has shadow with #E4EDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDCD.

Preview

Color preview on black background

This text has color #E4EDCD on black background.


Color preview on white background

This text has color #E4EDCD on white background.


Black color preview on #E4EDCD background

This text has black color on #E4EDCD background.


White color preview on #E4EDCD background

This text has white color on #E4EDCD background.


Related colors

Complementary color

Complementary color for #hex is #1B1232.


I love getcolorcode.com

Triadic colors

1 #CDE4ED and #EDCDE4 with #E4EDCD are triadic colors.

2 #CDEDE4 and #EDE4CD with #E4EDCD are triadic colors.