COLOR #EDD5C2

HEX: #EDD5C2 RGB: (237,213,194)

Color info

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

RGB color model

#EDD5C2 color RGB value is (237,213,194).

RGB: (237,213,194) (93%, 84%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 194 of 255 = 76%

237
213
194

R + G + B ~ 84%. #EDD5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 194 = 644 (100%)
R 237 of 644 ~ 36.8%
G 213 of 644 ~ 33.07%
B 194 of 644 ~ 30.12'%

%36.8
%33.07
%30.12

CMYK color model

#EDD5C2 color CMYK value is (0,10,18,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK: (0,10,18,7) C0M10Y18K7 (0%,10%,18%,7%) (0.00/0.10/0.18/0.07) 

CMYK percentages

%0
%10.13
%18.14
%7.06

Codes

Color #EDD5C2 in popluar color models

ED D5 C2
RGB 237 213 194
HSL 27° 54.43% 84.51%
HSB/HSV 27° 18.14% 92.94%
CMYK 0.00% 10.13% 18.14%
7.06%

Color #EDD5C2 in popluar number systems.

HEX ED D5 C2
Decimal 237 213 194
Binary 11101101 11010101 11000010
Octal 355 325 302

Shades and tints

Shades of #EDD5C2

#EDD5C2
(237,213,194)
#D8C2B1
(216,194,177)
#C3AFA0
(195,175,160)
#AE9C8F
(174,156,143)
#99897E
(153,137,126)
#84766D
(132,118,109)
#6F635C
(111,99,92)
#5A504B
(90,80,75)
#453D3A
(69,61,58)
#302A29
(48,42,41)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDD5C2

#EDD5C2
(237,213,194)
#EED8C7
(238,216,199)
#EFDBCC
(239,219,204)
#F0DED1
(240,222,209)
#F1E1D6
(241,225,214)
#F2E4DB
(242,228,219)
#F3E7E0
(243,231,224)
#F4EAE5
(244,234,229)
#F5EDEA
(245,237,234)
#F6F0EF
(246,240,239)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5C2; }

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

This text font color is #EDD5C2.

Background Color

.myBgColor { background-color: #EDD5C2; }

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

This div background color is #EDD5C2.

Border color

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

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

This div border color is #EDD5C2.

Opacity

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

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

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

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

This text has shadow with #EDD5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD5C2.

Preview

Color preview on black background

This text has color #EDD5C2 on black background.


Color preview on white background

This text has color #EDD5C2 on white background.


Black color preview on #EDD5C2 background

This text has black color on #EDD5C2 background.


White color preview on #EDD5C2 background

This text has white color on #EDD5C2 background.


Related colors

Complementary color

Complementary color for #hex is #122A3D.


I love getcolorcode.com

Triadic colors

1 #C2EDD5 and #D5C2ED with #EDD5C2 are triadic colors.

2 #C2D5ED and #D5EDC2 with #EDD5C2 are triadic colors.