COLOR #EDE2C9

HEX: #EDE2C9 RGB: (237,226,201)

Color info

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

RGB color model

#EDE2C9 color RGB value is (237,226,201).

RGB: (237,226,201) (93%, 89%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 201 of 255 = 79%

237
226
201

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

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 201 = 664 (100%)
R 237 of 664 ~ 35.69%
G 226 of 664 ~ 34.04%
B 201 of 664 ~ 30.27'%

%35.69
%34.04
%30.27

CMYK color model

#EDE2C9 color CMYK value is (0,5,15,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 15.19%
  • key color value is 7.06%

CMYK: (0,5,15,7)
C0M5Y15K7 (0%, 5%, 15%, 7%)
(0.00 / 0.05 / 0.15 / 0.07)

CMYK percentages

%0
%4.64
%15.19
%7.06

Codes

Color #EDE2C9 in popluar color models

ED E2 C9
RGB 237 226 201
HSL 42° 50.00% 85.88%
HSB/HSV 42° 15.19% 92.94%
CMYK 0.00% 4.64% 15.19%
7.06%

Color #EDE2C9 in popluar number systems.

HEX ED E2 C9
Decimal 237 226 201
Binary 11101101 11100010 11001001
Octal 355 342 311

Shades and tints

Shades of #EDE2C9

#EDE2C9
(237,226,201)
#D8CEB7
(216,206,183)
#C3BAA5
(195,186,165)
#AEA693
(174,166,147)
#999281
(153,146,129)
#847E6F
(132,126,111)
#6F6A5D
(111,106,93)
#5A564B
(90,86,75)
#454239
(69,66,57)
#302E27
(48,46,39)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDE2C9

#EDE2C9
(237,226,201)
#EEE4CD
(238,228,205)
#EFE6D1
(239,230,209)
#F0E8D5
(240,232,213)
#F1EAD9
(241,234,217)
#F2ECDD
(242,236,221)
#F3EEE1
(243,238,225)
#F4F0E5
(244,240,229)
#F5F2E9
(245,242,233)
#F6F4ED
(246,244,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE2C9 color. Also use rgb(237,226,201) instead hex code.

Text Font Color

.myTextColor { color: #EDE2C9; }

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

This text font color is #EDE2C9.

Background Color

.myBgColor { background-color: #EDE2C9; }

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

This div background color is #EDE2C9.

Border color

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

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

This div border color is #EDE2C9.

Opacity

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

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

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

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

This text has shadow with #EDE2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2C9.

Preview

Color preview on black background

This text has color #EDE2C9 on black background.


Color preview on white background

This text has color #EDE2C9 on white background.


Black color preview on #EDE2C9 background

This text has black color on #EDE2C9 background.


White color preview on #EDE2C9 background

This text has white color on #EDE2C9 background.


Related colors

Complementary color

Complementary color for #hex is #121D36.


I love getcolorcode.com

Triadic colors

1 #C9EDE2 and #E2C9ED with #EDE2C9 are triadic colors.

2 #C9E2ED and #E2EDC9 with #EDE2C9 are triadic colors.