COLOR #EDD6D5

HEX: #EDD6D5
RGB: (237,214,213)

Color info

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

RGB color model

#EDD6D5 color RGB value is (237,214,213).

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

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 213 of 255 = 84%

237
214
213

R + G + B ~ 87%. #EDD6D5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 213 = 664 (100%)
R 237 of 664 ~ 35.69%
G 214 of 664 ~ 32.23%
B 213 of 664 ~ 32.08%

%35.69
%32.23
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,10,10,7)
C0M10Y10K7 
(0%,10%,10%,7%)
(0.00/0.10/0.10/0.07)	

CMYK percentages

%0
%9.7
%10.13
%7.06

Codes

Color #EDD6D5 in popluar color models

EDD6D5
RGB237214213
HSL40.00%88.24%
HSB/HSV10.13%92.94%
CMYK0.00%9.70%10.13%
7.06%

Color #EDD6D5 in popluar number systems.

HEXEDD6D5
Decimal237214213
Binary111011011101011011010101
Octal355326325

Shades and tints

Shades of #EDD6D5

#EDD6D5
(237,214,213)
#D8C3C2
(216,195,194)
#C3B0AF
(195,176,175)
#AE9D9C
(174,157,156)
#998A89
(153,138,137)
#847776
(132,119,118)
#6F6463
(111,100,99)
#5A5150
(90,81,80)
#453E3D
(69,62,61)
#302B2A
(48,43,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDD6D5

#EDD6D5
(237,214,213)
#EED9D8
(238,217,216)
#EFDCDB
(239,220,219)
#F0DFDE
(240,223,222)
#F1E2E1
(241,226,225)
#F2E5E4
(242,229,228)
#F3E8E7
(243,232,231)
#F4EBEA
(244,235,234)
#F5EEED
(245,238,237)
#F6F1F0
(246,241,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6D5; }

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

This text font color is #EDD6D5.


Background Color

.myBgColor { background-color: #EDD6D5; }

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

This div background color is #EDD6D5.


Border color

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

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

This div border color is #EDD6D5.


Opacity

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

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

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

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

This text has shadow with #EDD6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6D5 on black background.


Color preview on white background

This text has color #EDD6D5 on white background.



Black color preview on #EDD6D5 background

This text has black color on #EDD6D5 background.


White color preview on #EDD6D5 background

This text has white color on #EDD6D5 background.