COLOR #EDD4D1

HEX: #EDD4D1
RGB: (237,212,209)

Color info

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

RGB color model

#EDD4D1 color RGB value is (237,212,209).

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

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 209 of 255 = 82%

237
212
209

R + G + B ~ 86%. #EDD4D1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 212 + 209 = 658 (100%)
R 237 of 658 ~ 36.02%
G 212 of 658 ~ 32.22%
B 209 of 658 ~ 31.76%

%36.02
%32.22
%31.76

CMYK color model

#EDD4D1 color CMYK value is (0,11,12,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(0,11,12,7)
C0M11Y12K7 
(0%,11%,12%,7%)
(0.00/0.11/0.12/0.07)	

CMYK percentages

%0
%10.55
%11.81
%7.06

Codes

Color #EDD4D1 in popluar color models

EDD4D1
RGB237212209
HSL43.75%87.45%
HSB/HSV11.81%92.94%
CMYK0.00%10.55%11.81%
7.06%

Color #EDD4D1 in popluar number systems.

HEXEDD4D1
Decimal237212209
Binary111011011101010011010001
Octal355324321

Shades and tints

Shades of #EDD4D1

#EDD4D1
(237,212,209)
#D8C1BE
(216,193,190)
#C3AEAB
(195,174,171)
#AE9B98
(174,155,152)
#998885
(153,136,133)
#847572
(132,117,114)
#6F625F
(111,98,95)
#5A4F4C
(90,79,76)
#453C39
(69,60,57)
#302926
(48,41,38)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDD4D1

#EDD4D1
(237,212,209)
#EED7D5
(238,215,213)
#EFDAD9
(239,218,217)
#F0DDDD
(240,221,221)
#F1E0E1
(241,224,225)
#F2E3E5
(242,227,229)
#F3E6E9
(243,230,233)
#F4E9ED
(244,233,237)
#F5ECF1
(245,236,241)
#F6EFF5
(246,239,245)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4D1; }

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

This text font color is #EDD4D1.


Background Color

.myBgColor { background-color: #EDD4D1; }

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

This div background color is #EDD4D1.


Border color

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

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

This div border color is #EDD4D1.


Opacity

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

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

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

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

This text has shadow with #EDD4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4D1 on black background.


Color preview on white background

This text has color #EDD4D1 on white background.



Black color preview on #EDD4D1 background

This text has black color on #EDD4D1 background.


White color preview on #EDD4D1 background

This text has white color on #EDD4D1 background.