COLOR #EDD9C2

HEX: #EDD9C2
RGB: (237,217,194)

Color info

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

RGB color model

#EDD9C2 color RGB value is (237,217,194).

  • red value is 237;
  • green value is 217;
  • blue value is 194.
RGB:
(237,217,194)
(93%,85%,76%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 194 of 255 = 76%

237
217
194

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 194 = 648 (100%)
R 237 of 648 ~ 36.57%
G 217 of 648 ~ 33.49%
B 194 of 648 ~ 29.94%

%36.57
%33.49
%29.94

CMYK color model

#EDD9C2 color CMYK value is (0,8,18,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,8,18,7)
C0M8Y18K7 
(0%,8%,18%,7%)
(0.00/0.08/0.18/0.07)	

CMYK percentages

%0
%8.44
%18.14
%7.06

Codes

Color #EDD9C2 in popluar color models

EDD9C2
RGB237217194
HSL32°54.43%84.51%
HSB/HSV32°18.14%92.94%
CMYK0.00%8.44%18.14%
7.06%

Color #EDD9C2 in popluar number systems.

HEXEDD9C2
Decimal237217194
Binary111011011101100111000010
Octal355331302

Shades and tints

Shades of #EDD9C2

#EDD9C2
(237,217,194)
#D8C6B1
(216,198,177)
#C3B3A0
(195,179,160)
#AEA08F
(174,160,143)
#998D7E
(153,141,126)
#847A6D
(132,122,109)
#6F675C
(111,103,92)
#5A544B
(90,84,75)
#45413A
(69,65,58)
#302E29
(48,46,41)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDD9C2

#EDD9C2
(237,217,194)
#EEDCC7
(238,220,199)
#EFDFCC
(239,223,204)
#F0E2D1
(240,226,209)
#F1E5D6
(241,229,214)
#F2E8DB
(242,232,219)
#F3EBE0
(243,235,224)
#F4EEE5
(244,238,229)
#F5F1EA
(245,241,234)
#F6F4EF
(246,244,239)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9C2 color. Also use rgb(237,217,194) instead hex code.

Text Font Color

.myTextColor { color: #EDD9C2; }

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

This text font color is #EDD9C2.


Background Color

.myBgColor { background-color: #EDD9C2; }

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

This div background color is #EDD9C2.


Border color

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

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

This div border color is #EDD9C2.


Opacity

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

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

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

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

This text has shadow with #EDD9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9C2 on black background.


Color preview on white background

This text has color #EDD9C2 on white background.



Black color preview on #EDD9C2 background

This text has black color on #EDD9C2 background.


White color preview on #EDD9C2 background

This text has white color on #EDD9C2 background.