COLOR #EDD6C5

HEX: #EDD6C5 RGB: (237,214,197)

Color info

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

RGB color model

#EDD6C5 color RGB value is (237,214,197).

RGB: (237,214,197) (93%, 84%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 197 of 255 = 77%

237
214
197

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

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 197 = 648 (100%)
R 237 of 648 ~ 36.57%
G 214 of 648 ~ 33.02%
B 197 of 648 ~ 30.4'%

%36.57
%33.02
%30.4

CMYK color model

#EDD6C5 color CMYK value is (0,10,17,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK: (0,10,17,7) C0M10Y17K7 (0%,10%,17%,7%) (0.00/0.10/0.17/0.07) 

CMYK percentages

%0
%9.7
%16.88
%7.06

Codes

Color #EDD6C5 in popluar color models

ED D6 C5
RGB 237 214 197
HSL 26° 52.63% 85.10%
HSB/HSV 26° 16.88% 92.94%
CMYK 0.00% 9.70% 16.88%
7.06%

Color #EDD6C5 in popluar number systems.

HEX ED D6 C5
Decimal 237 214 197
Binary 11101101 11010110 11000101
Octal 355 326 305

Shades and tints

Shades of #EDD6C5

#EDD6C5
(237,214,197)
#D8C3B4
(216,195,180)
#C3B0A3
(195,176,163)
#AE9D92
(174,157,146)
#998A81
(153,138,129)
#847770
(132,119,112)
#6F645F
(111,100,95)
#5A514E
(90,81,78)
#453E3D
(69,62,61)
#302B2C
(48,43,44)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDD6C5

#EDD6C5
(237,214,197)
#EED9CA
(238,217,202)
#EFDCCF
(239,220,207)
#F0DFD4
(240,223,212)
#F1E2D9
(241,226,217)
#F2E5DE
(242,229,222)
#F3E8E3
(243,232,227)
#F4EBE8
(244,235,232)
#F5EEED
(245,238,237)
#F6F1F2
(246,241,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6C5; }

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

This text font color is #EDD6C5.

Background Color

.myBgColor { background-color: #EDD6C5; }

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

This div background color is #EDD6C5.

Border color

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

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

This div border color is #EDD6C5.

Opacity

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

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

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

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

This text has shadow with #EDD6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6C5.

Preview

Color preview on black background

This text has color #EDD6C5 on black background.


Color preview on white background

This text has color #EDD6C5 on white background.


Black color preview on #EDD6C5 background

This text has black color on #EDD6C5 background.


White color preview on #EDD6C5 background

This text has white color on #EDD6C5 background.


Related colors

Complementary color

Complementary color for #hex is #12293A.


I love getcolorcode.com

Triadic colors

1 #C5EDD6 and #D6C5ED with #EDD6C5 are triadic colors.

2 #C5D6ED and #D6EDC5 with #EDD6C5 are triadic colors.