COLOR #EDD8C5

HEX: #EDD8C5 RGB: (237,216,197)

Color info

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

RGB color model

#EDD8C5 color RGB value is (237,216,197).

RGB: (237,216,197) (93%, 85%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 197 of 255 = 77%

237
216
197

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

Portions of RGB colors in percentages

R + G + B = 237 + 216 + 197 = 650 (100%)
R 237 of 650 ~ 36.46%
G 216 of 650 ~ 33.23%
B 197 of 650 ~ 30.31'%

%36.46
%33.23
%30.31

CMYK color model

#EDD8C5 color CMYK value is (0,9,17,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK: (0,9,17,7) C0M9Y17K7 (0%,9%,17%,7%) (0.00/0.09/0.17/0.07) 

CMYK percentages

%0
%8.86
%16.88
%7.06

Codes

Color #EDD8C5 in popluar color models

ED D8 C5
RGB 237 216 197
HSL 29° 52.63% 85.10%
HSB/HSV 29° 16.88% 92.94%
CMYK 0.00% 8.86% 16.88%
7.06%

Color #EDD8C5 in popluar number systems.

HEX ED D8 C5
Decimal 237 216 197
Binary 11101101 11011000 11000101
Octal 355 330 305

Shades and tints

Shades of #EDD8C5

#EDD8C5
(237,216,197)
#D8C5B4
(216,197,180)
#C3B2A3
(195,178,163)
#AE9F92
(174,159,146)
#998C81
(153,140,129)
#847970
(132,121,112)
#6F665F
(111,102,95)
#5A534E
(90,83,78)
#45403D
(69,64,61)
#302D2C
(48,45,44)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #EDD8C5

#EDD8C5
(237,216,197)
#EEDBCA
(238,219,202)
#EFDECF
(239,222,207)
#F0E1D4
(240,225,212)
#F1E4D9
(241,228,217)
#F2E7DE
(242,231,222)
#F3EAE3
(243,234,227)
#F4EDE8
(244,237,232)
#F5F0ED
(245,240,237)
#F6F3F2
(246,243,242)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD8C5 color. Also use rgb(237,216,197) instead hex code.

Text Font Color

.myTextColor { color: #EDD8C5; }

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

This text font color is #EDD8C5.

Background Color

.myBgColor { background-color: #EDD8C5; }

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

This div background color is #EDD8C5.

Border color

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

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

This div border color is #EDD8C5.

Opacity

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

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

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

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

This text has shadow with #EDD8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD8C5.

Preview

Color preview on black background

This text has color #EDD8C5 on black background.


Color preview on white background

This text has color #EDD8C5 on white background.


Black color preview on #EDD8C5 background

This text has black color on #EDD8C5 background.


White color preview on #EDD8C5 background

This text has white color on #EDD8C5 background.


Related colors

Complementary color

Complementary color for #hex is #12273A.


I love getcolorcode.com

Triadic colors

1 #C5EDD8 and #D8C5ED with #EDD8C5 are triadic colors.

2 #C5D8ED and #D8EDC5 with #EDD8C5 are triadic colors.