COLOR #EDD7CA

HEX: #EDD7CA RGB: (237,215,202)

Color info

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

RGB color model

#EDD7CA color RGB value is (237,215,202).

RGB: (237,215,202) (93%, 84%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 202 of 255 = 79%

237
215
202

R + G + B ~ 85%. #EDD7CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 215 + 202 = 654 (100%)
R 237 of 654 ~ 36.24%
G 215 of 654 ~ 32.87%
B 202 of 654 ~ 30.89'%

%36.24
%32.87
%30.89

CMYK color model

#EDD7CA color CMYK value is (0,9,15,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 14.77%
  • key color value is 7.06%

CMYK: (0,9,15,7)
C0M9Y15K7 (0%, 9%, 15%, 7%)
(0.00 / 0.09 / 0.15 / 0.07)

CMYK percentages

%0
%9.28
%14.77
%7.06

Codes

Color #EDD7CA in popluar color models

ED D7 CA
RGB 237 215 202
HSL 22° 49.30% 86.08%
HSB/HSV 22° 14.77% 92.94%
CMYK 0.00% 9.28% 14.77%
7.06%

Color #EDD7CA in popluar number systems.

HEX ED D7 CA
Decimal 237 215 202
Binary 11101101 11010111 11001010
Octal 355 327 312

Shades and tints

Shades of #EDD7CA

#EDD7CA
(237,215,202)
#D8C4B8
(216,196,184)
#C3B1A6
(195,177,166)
#AE9E94
(174,158,148)
#998B82
(153,139,130)
#847870
(132,120,112)
#6F655E
(111,101,94)
#5A524C
(90,82,76)
#453F3A
(69,63,58)
#302C28
(48,44,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDD7CA

#EDD7CA
(237,215,202)
#EEDACE
(238,218,206)
#EFDDD2
(239,221,210)
#F0E0D6
(240,224,214)
#F1E3DA
(241,227,218)
#F2E6DE
(242,230,222)
#F3E9E2
(243,233,226)
#F4ECE6
(244,236,230)
#F5EFEA
(245,239,234)
#F6F2EE
(246,242,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7CA color. Also use rgb(237,215,202) instead hex code.

Text Font Color

.myTextColor { color: #EDD7CA; }

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

This text font color is #EDD7CA.

Background Color

.myBgColor { background-color: #EDD7CA; }

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

This div background color is #EDD7CA.

Border color

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

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

This div border color is #EDD7CA.

Opacity

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

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

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

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

This text has shadow with #EDD7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD7CA.

Preview

Color preview on black background

This text has color #EDD7CA on black background.


Color preview on white background

This text has color #EDD7CA on white background.


Black color preview on #EDD7CA background

This text has black color on #EDD7CA background.


White color preview on #EDD7CA background

This text has white color on #EDD7CA background.


Related colors

Complementary color

Complementary color for #hex is #122835.


I love getcolorcode.com

Triadic colors

1 #CAEDD7 and #D7CAED with #EDD7CA are triadic colors.

2 #CAD7ED and #D7EDCA with #EDD7CA are triadic colors.