COLOR #EDD0C1

HEX: #EDD0C1 RGB: (237,208,193)

Color info

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

RGB color model

#EDD0C1 color RGB value is (237,208,193).

RGB: (237,208,193) (93%, 82%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 193 of 255 = 76%

237
208
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 208 + 193 = 638 (100%)
R 237 of 638 ~ 37.15%
G 208 of 638 ~ 32.6%
B 193 of 638 ~ 30.25'%

%37.15
%32.6
%30.25

CMYK color model

#EDD0C1 color CMYK value is (0,12,19,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 18.57%
  • key color value is 7.06%

CMYK: (0,12,19,7)
C0M12Y19K7 (0%, 12%, 19%, 7%)
(0.00 / 0.12 / 0.19 / 0.07)

CMYK percentages

%0
%12.24
%18.57
%7.06

Codes

Color #EDD0C1 in popluar color models

ED D0 C1
RGB 237 208 193
HSL 20° 55.00% 84.31%
HSB/HSV 20° 18.57% 92.94%
CMYK 0.00% 12.24% 18.57%
7.06%

Color #EDD0C1 in popluar number systems.

HEX ED D0 C1
Decimal 237 208 193
Binary 11101101 11010000 11000001
Octal 355 320 301

Shades and tints

Shades of #EDD0C1

#EDD0C1
(237,208,193)
#D8BEB0
(216,190,176)
#C3AC9F
(195,172,159)
#AE9A8E
(174,154,142)
#99887D
(153,136,125)
#84766C
(132,118,108)
#6F645B
(111,100,91)
#5A524A
(90,82,74)
#454039
(69,64,57)
#302E28
(48,46,40)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDD0C1

#EDD0C1
(237,208,193)
#EED4C6
(238,212,198)
#EFD8CB
(239,216,203)
#F0DCD0
(240,220,208)
#F1E0D5
(241,224,213)
#F2E4DA
(242,228,218)
#F3E8DF
(243,232,223)
#F4ECE4
(244,236,228)
#F5F0E9
(245,240,233)
#F6F4EE
(246,244,238)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD0C1 color. Also use rgb(237,208,193) instead hex code.

Text Font Color

.myTextColor { color: #EDD0C1; }

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

This text font color is #EDD0C1.

Background Color

.myBgColor { background-color: #EDD0C1; }

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

This div background color is #EDD0C1.

Border color

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

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

This div border color is #EDD0C1.

Opacity

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

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

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

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

This text has shadow with #EDD0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD0C1.

Preview

Color preview on black background

This text has color #EDD0C1 on black background.


Color preview on white background

This text has color #EDD0C1 on white background.


Black color preview on #EDD0C1 background

This text has black color on #EDD0C1 background.


White color preview on #EDD0C1 background

This text has white color on #EDD0C1 background.


Related colors

Complementary color

Complementary color for #hex is #122F3E.


I love getcolorcode.com

Triadic colors

1 #C1EDD0 and #D0C1ED with #EDD0C1 are triadic colors.

2 #C1D0ED and #D0EDC1 with #EDD0C1 are triadic colors.