COLOR #EDD4CD

HEX: #EDD4CD
RGB: (237,212,205)

Color info

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

RGB color model

#EDD4CD color RGB value is (237,212,205).

  • red value is 237;
  • green value is 212;
  • blue value is 205.
RGB:
(237,212,205)
(93%,83%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 205 of 255 = 80%

237
212
205

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

Portions of RGB colors in percentages

R + G + B =
237 + 212 + 205 = 654 (100%)
R 237 of 654 ~ 36.24%
G 212 of 654 ~ 32.42%
B 205 of 654 ~ 31.35%

%36.24
%32.42
%31.35

CMYK color model

#EDD4CD color CMYK value is (0,11,14,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,11,14,7)
C0M11Y14K7 
(0%,11%,14%,7%)
(0.00/0.11/0.14/0.07)	

CMYK percentages

%0
%10.55
%13.5
%7.06

Codes

Color #EDD4CD in popluar color models

EDD4CD
RGB237212205
HSL13°47.06%86.67%
HSB/HSV13°13.50%92.94%
CMYK0.00%10.55%13.50%
7.06%

Color #EDD4CD in popluar number systems.

HEXEDD4CD
Decimal237212205
Binary111011011101010011001101
Octal355324315

Shades and tints

Shades of #EDD4CD

#EDD4CD
(237,212,205)
#D8C1BB
(216,193,187)
#C3AEA9
(195,174,169)
#AE9B97
(174,155,151)
#998885
(153,136,133)
#847573
(132,117,115)
#6F6261
(111,98,97)
#5A4F4F
(90,79,79)
#453C3D
(69,60,61)
#30292B
(48,41,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDD4CD

#EDD4CD
(237,212,205)
#EED7D1
(238,215,209)
#EFDAD5
(239,218,213)
#F0DDD9
(240,221,217)
#F1E0DD
(241,224,221)
#F2E3E1
(242,227,225)
#F3E6E5
(243,230,229)
#F4E9E9
(244,233,233)
#F5ECED
(245,236,237)
#F6EFF1
(246,239,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD4CD color. Also use rgb(237,212,205) instead hex code.

Text Font Color

.myTextColor { color: #EDD4CD; }

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

This text font color is #EDD4CD.


Background Color

.myBgColor { background-color: #EDD4CD; }

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

This div background color is #EDD4CD.


Border color

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

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

This div border color is #EDD4CD.


Opacity

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

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

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

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

This text has shadow with #EDD4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4CD on black background.


Color preview on white background

This text has color #EDD4CD on white background.



Black color preview on #EDD4CD background

This text has black color on #EDD4CD background.


White color preview on #EDD4CD background

This text has white color on #EDD4CD background.