COLOR #EDD7C0

HEX: #EDD7C0
RGB: (237,215,192)

Color info

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

RGB color model

#EDD7C0 color RGB value is (237,215,192).

  • red value is 237;
  • green value is 215;
  • blue value is 192.
RGB:
(237,215,192)
(93%,84%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 192 of 255 = 75%

237
215
192

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 192 = 644 (100%)
R 237 of 644 ~ 36.8%
G 215 of 644 ~ 33.39%
B 192 of 644 ~ 29.81%

%36.8
%33.39
%29.81

CMYK color model

#EDD7C0 color CMYK value is (0,9,19,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(0,9,19,7)
C0M9Y19K7 
(0%,9%,19%,7%)
(0.00/0.09/0.19/0.07)	

CMYK percentages

%0
%9.28
%18.99
%7.06

Codes

Color #EDD7C0 in popluar color models

EDD7C0
RGB237215192
HSL31°55.56%84.12%
HSB/HSV31°18.99%92.94%
CMYK0.00%9.28%18.99%
7.06%

Color #EDD7C0 in popluar number systems.

HEXEDD7C0
Decimal237215192
Binary111011011101011111000000
Octal355327300

Shades and tints

Shades of #EDD7C0

#EDD7C0
(237,215,192)
#D8C4AF
(216,196,175)
#C3B19E
(195,177,158)
#AE9E8D
(174,158,141)
#998B7C
(153,139,124)
#84786B
(132,120,107)
#6F655A
(111,101,90)
#5A5249
(90,82,73)
#453F38
(69,63,56)
#302C27
(48,44,39)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDD7C0

#EDD7C0
(237,215,192)
#EEDAC5
(238,218,197)
#EFDDCA
(239,221,202)
#F0E0CF
(240,224,207)
#F1E3D4
(241,227,212)
#F2E6D9
(242,230,217)
#F3E9DE
(243,233,222)
#F4ECE3
(244,236,227)
#F5EFE8
(245,239,232)
#F6F2ED
(246,242,237)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7C0; }

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

This text font color is #EDD7C0.


Background Color

.myBgColor { background-color: #EDD7C0; }

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

This div background color is #EDD7C0.


Border color

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

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

This div border color is #EDD7C0.


Opacity

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

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

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

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

This text has shadow with #EDD7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7C0 on black background.


Color preview on white background

This text has color #EDD7C0 on white background.



Black color preview on #EDD7C0 background

This text has black color on #EDD7C0 background.


White color preview on #EDD7C0 background

This text has white color on #EDD7C0 background.