COLOR #EDE4CC

HEX: #EDE4CC RGB: (237,228,204)

Color info

#EDE4CC contains red, green and blue colors in about the same proportion. Web safe color of #EDE4CC is #FFCCCC (or #FCC).

RGB color model

#EDE4CC color RGB value is (237,228,204).

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

RGB channels and saturation

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

237
228
204

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

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 204 = 669 (100%)
R 237 of 669 ~ 35.43%
G 228 of 669 ~ 34.08%
B 204 of 669 ~ 30.49'%

%35.43
%34.08
%30.49

CMYK color model

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

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

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

CMYK percentages

%0
%3.8
%13.92
%7.06

Codes

Color #EDE4CC in popluar color models

ED E4 CC
RGB 237 228 204
HSL 44° 47.83% 86.47%
HSB/HSV 44° 13.92% 92.94%
CMYK 0.00% 3.80% 13.92%
7.06%

Color #EDE4CC in popluar number systems.

HEX ED E4 CC
Decimal 237 228 204
Binary 11101101 11100100 11001100
Octal 355 344 314

Shades and tints

Shades of #EDE4CC

#EDE4CC
(237,228,204)
#D8D0BA
(216,208,186)
#C3BCA8
(195,188,168)
#AEA896
(174,168,150)
#999484
(153,148,132)
#848072
(132,128,114)
#6F6C60
(111,108,96)
#5A584E
(90,88,78)
#45443C
(69,68,60)
#30302A
(48,48,42)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDE4CC

#EDE4CC
(237,228,204)
#EEE6D0
(238,230,208)
#EFE8D4
(239,232,212)
#F0EAD8
(240,234,216)
#F1ECDC
(241,236,220)
#F2EEE0
(242,238,224)
#F3F0E4
(243,240,228)
#F4F2E8
(244,242,232)
#F5F4EC
(245,244,236)
#F6F6F0
(246,246,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4CC; }

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

This text font color is #EDE4CC.

Background Color

.myBgColor { background-color: #EDE4CC; }

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

This div background color is #EDE4CC.

Border color

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

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

This div border color is #EDE4CC.

Opacity

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

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

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

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

This text has shadow with #EDE4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4CC.

Preview

Color preview on black background

This text has color #EDE4CC on black background.


Color preview on white background

This text has color #EDE4CC on white background.


Black color preview on #EDE4CC background

This text has black color on #EDE4CC background.


White color preview on #EDE4CC background

This text has white color on #EDE4CC background.


Related colors

Complementary color

Complementary color for #hex is #121B33.


I love getcolorcode.com

Triadic colors

1 #CCEDE4 and #E4CCED with #EDE4CC are triadic colors.

2 #CCE4ED and #E4EDCC with #EDE4CC are triadic colors.