COLOR #EDD2C4

HEX: #EDD2C4
RGB: (237,210,196)

Color info

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

RGB color model

#EDD2C4 color RGB value is (237,210,196).

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

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 196 of 255 = 77%

237
210
196

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

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 196 = 643 (100%)
R 237 of 643 ~ 36.86%
G 210 of 643 ~ 32.66%
B 196 of 643 ~ 30.48%

%36.86
%32.66
%30.48

CMYK color model

#EDD2C4 color CMYK value is (0,11,17,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(0,11,17,7)
C0M11Y17K7 
(0%,11%,17%,7%)
(0.00/0.11/0.17/0.07)	

CMYK percentages

%0
%11.39
%17.3
%7.06

Codes

Color #EDD2C4 in popluar color models

EDD2C4
RGB237210196
HSL20°53.25%84.90%
HSB/HSV20°17.30%92.94%
CMYK0.00%11.39%17.30%
7.06%

Color #EDD2C4 in popluar number systems.

HEXEDD2C4
Decimal237210196
Binary111011011101001011000100
Octal355322304

Shades and tints

Shades of #EDD2C4

#EDD2C4
(237,210,196)
#D8BFB3
(216,191,179)
#C3ACA2
(195,172,162)
#AE9991
(174,153,145)
#998680
(153,134,128)
#84736F
(132,115,111)
#6F605E
(111,96,94)
#5A4D4D
(90,77,77)
#453A3C
(69,58,60)
#30272B
(48,39,43)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #EDD2C4

#EDD2C4
(237,210,196)
#EED6C9
(238,214,201)
#EFDACE
(239,218,206)
#F0DED3
(240,222,211)
#F1E2D8
(241,226,216)
#F2E6DD
(242,230,221)
#F3EAE2
(243,234,226)
#F4EEE7
(244,238,231)
#F5F2EC
(245,242,236)
#F6F6F1
(246,246,241)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2C4; }

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

This text font color is #EDD2C4.


Background Color

.myBgColor { background-color: #EDD2C4; }

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

This div background color is #EDD2C4.


Border color

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

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

This div border color is #EDD2C4.


Opacity

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

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

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

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

This text has shadow with #EDD2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2C4 on black background.


Color preview on white background

This text has color #EDD2C4 on white background.



Black color preview on #EDD2C4 background

This text has black color on #EDD2C4 background.


White color preview on #EDD2C4 background

This text has white color on #EDD2C4 background.