COLOR #EDD5C5

HEX: #EDD5C5
RGB: (237,213,197)

Color info

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

RGB color model

#EDD5C5 color RGB value is (237,213,197).

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

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 197 of 255 = 77%

237
213
197

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 197 = 647 (100%)
R 237 of 647 ~ 36.63%
G 213 of 647 ~ 32.92%
B 197 of 647 ~ 30.45%

%36.63
%32.92
%30.45

CMYK color model

#EDD5C5 color CMYK value is (0,10,17,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK:
(0,10,17,7)
C0M10Y17K7 
(0%,10%,17%,7%)
(0.00/0.10/0.17/0.07)	

CMYK percentages

%0
%10.13
%16.88
%7.06

Codes

Color #EDD5C5 in popluar color models

EDD5C5
RGB237213197
HSL24°52.63%85.10%
HSB/HSV24°16.88%92.94%
CMYK0.00%10.13%16.88%
7.06%

Color #EDD5C5 in popluar number systems.

HEXEDD5C5
Decimal237213197
Binary111011011101010111000101
Octal355325305

Shades and tints

Shades of #EDD5C5

#EDD5C5
(237,213,197)
#D8C2B4
(216,194,180)
#C3AFA3
(195,175,163)
#AE9C92
(174,156,146)
#998981
(153,137,129)
#847670
(132,118,112)
#6F635F
(111,99,95)
#5A504E
(90,80,78)
#453D3D
(69,61,61)
#302A2C
(48,42,44)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDD5C5

#EDD5C5
(237,213,197)
#EED8CA
(238,216,202)
#EFDBCF
(239,219,207)
#F0DED4
(240,222,212)
#F1E1D9
(241,225,217)
#F2E4DE
(242,228,222)
#F3E7E3
(243,231,227)
#F4EAE8
(244,234,232)
#F5EDED
(245,237,237)
#F6F0F2
(246,240,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5C5; }

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

This text font color is #EDD5C5.


Background Color

.myBgColor { background-color: #EDD5C5; }

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

This div background color is #EDD5C5.


Border color

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

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

This div border color is #EDD5C5.


Opacity

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

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

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

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

This text has shadow with #EDD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5C5 on black background.


Color preview on white background

This text has color #EDD5C5 on white background.



Black color preview on #EDD5C5 background

This text has black color on #EDD5C5 background.


White color preview on #EDD5C5 background

This text has white color on #EDD5C5 background.