COLOR #EDD6D2

HEX: #EDD6D2
RGB: (237,214,210)

Color info

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

RGB color model

#EDD6D2 color RGB value is (237,214,210).

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

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 210 of 255 = 82%

237
214
210

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

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 210 = 661 (100%)
R 237 of 661 ~ 35.85%
G 214 of 661 ~ 32.38%
B 210 of 661 ~ 31.77%

%35.85
%32.38
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,10,11,7)
C0M10Y11K7 
(0%,10%,11%,7%)
(0.00/0.10/0.11/0.07)	

CMYK percentages

%0
%9.7
%11.39
%7.06

Codes

Color #EDD6D2 in popluar color models

EDD6D2
RGB237214210
HSL42.86%87.65%
HSB/HSV11.39%92.94%
CMYK0.00%9.70%11.39%
7.06%

Color #EDD6D2 in popluar number systems.

HEXEDD6D2
Decimal237214210
Binary111011011101011011010010
Octal355326322

Shades and tints

Shades of #EDD6D2

#EDD6D2
(237,214,210)
#D8C3BF
(216,195,191)
#C3B0AC
(195,176,172)
#AE9D99
(174,157,153)
#998A86
(153,138,134)
#847773
(132,119,115)
#6F6460
(111,100,96)
#5A514D
(90,81,77)
#453E3A
(69,62,58)
#302B27
(48,43,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDD6D2

#EDD6D2
(237,214,210)
#EED9D6
(238,217,214)
#EFDCDA
(239,220,218)
#F0DFDE
(240,223,222)
#F1E2E2
(241,226,226)
#F2E5E6
(242,229,230)
#F3E8EA
(243,232,234)
#F4EBEE
(244,235,238)
#F5EEF2
(245,238,242)
#F6F1F6
(246,241,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6D2; }

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

This text font color is #EDD6D2.


Background Color

.myBgColor { background-color: #EDD6D2; }

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

This div background color is #EDD6D2.


Border color

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

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

This div border color is #EDD6D2.


Opacity

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

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

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

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

This text has shadow with #EDD6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6D2 on black background.


Color preview on white background

This text has color #EDD6D2 on white background.



Black color preview on #EDD6D2 background

This text has black color on #EDD6D2 background.


White color preview on #EDD6D2 background

This text has white color on #EDD6D2 background.