COLOR #EDD5CA

HEX: #EDD5CA
RGB: (237,213,202)

Color info

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

RGB color model

#EDD5CA color RGB value is (237,213,202).

  • red value is 237;
  • green value is 213;
  • blue value is 202.
RGB:
(237,213,202)
(93%,84%,79%)

RGB channels and saturation

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

237
213
202

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 202 = 652 (100%)
R 237 of 652 ~ 36.35%
G 213 of 652 ~ 32.67%
B 202 of 652 ~ 30.98%

%36.35
%32.67
%30.98

CMYK color model

#EDD5CA color CMYK value is (0,10,15,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(0,10,15,7)
C0M10Y15K7 
(0%,10%,15%,7%)
(0.00/0.10/0.15/0.07)	

CMYK percentages

%0
%10.13
%14.77
%7.06

Codes

Color #EDD5CA in popluar color models

EDD5CA
RGB237213202
HSL19°49.30%86.08%
HSB/HSV19°14.77%92.94%
CMYK0.00%10.13%14.77%
7.06%

Color #EDD5CA in popluar number systems.

HEXEDD5CA
Decimal237213202
Binary111011011101010111001010
Octal355325312

Shades and tints

Shades of #EDD5CA

#EDD5CA
(237,213,202)
#D8C2B8
(216,194,184)
#C3AFA6
(195,175,166)
#AE9C94
(174,156,148)
#998982
(153,137,130)
#847670
(132,118,112)
#6F635E
(111,99,94)
#5A504C
(90,80,76)
#453D3A
(69,61,58)
#302A28
(48,42,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDD5CA

#EDD5CA
(237,213,202)
#EED8CE
(238,216,206)
#EFDBD2
(239,219,210)
#F0DED6
(240,222,214)
#F1E1DA
(241,225,218)
#F2E4DE
(242,228,222)
#F3E7E2
(243,231,226)
#F4EAE6
(244,234,230)
#F5EDEA
(245,237,234)
#F6F0EE
(246,240,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5CA; }

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

This text font color is #EDD5CA.


Background Color

.myBgColor { background-color: #EDD5CA; }

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

This div background color is #EDD5CA.


Border color

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

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

This div border color is #EDD5CA.


Opacity

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

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

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

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

This text has shadow with #EDD5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5CA on black background.


Color preview on white background

This text has color #EDD5CA on white background.



Black color preview on #EDD5CA background

This text has black color on #EDD5CA background.


White color preview on #EDD5CA background

This text has white color on #EDD5CA background.