COLOR #EDC8C5

HEX: #EDC8C5 RGB: (237,200,197)

Color info

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

RGB color model

#EDC8C5 color RGB value is (237,200,197).

RGB: (237,200,197) (93%, 78%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 197 of 255 = 77%

237
200
197

R + G + B ~ 83%. #EDC8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 197 = 634 (100%)
R 237 of 634 ~ 37.38%
G 200 of 634 ~ 31.55%
B 197 of 634 ~ 31.07'%

%37.38
%31.55
%31.07

CMYK color model

#EDC8C5 color CMYK value is (0,16,17,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 16.88%
  • key color value is 7.06%

CMYK: (0,16,17,7)
C0M16Y17K7 (0%, 16%, 17%, 7%)
(0.00 / 0.16 / 0.17 / 0.07)

CMYK percentages

%0
%15.61
%16.88
%7.06

Codes

Color #EDC8C5 in popluar color models

ED C8 C5
RGB 237 200 197
HSL 52.63% 85.10%
HSB/HSV 16.88% 92.94%
CMYK 0.00% 15.61% 16.88%
7.06%

Color #EDC8C5 in popluar number systems.

HEX ED C8 C5
Decimal 237 200 197
Binary 11101101 11001000 11000101
Octal 355 310 305

Shades and tints

Shades of #EDC8C5

#EDC8C5
(237,200,197)
#D8B6B4
(216,182,180)
#C3A4A3
(195,164,163)
#AE9292
(174,146,146)
#998081
(153,128,129)
#846E70
(132,110,112)
#6F5C5F
(111,92,95)
#5A4A4E
(90,74,78)
#45383D
(69,56,61)
#30262C
(48,38,44)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #EDC8C5

#EDC8C5
(237,200,197)
#EECDCA
(238,205,202)
#EFD2CF
(239,210,207)
#F0D7D4
(240,215,212)
#F1DCD9
(241,220,217)
#F2E1DE
(242,225,222)
#F3E6E3
(243,230,227)
#F4EBE8
(244,235,232)
#F5F0ED
(245,240,237)
#F6F5F2
(246,245,242)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8C5; }

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

This text font color is #EDC8C5.

Background Color

.myBgColor { background-color: #EDC8C5; }

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

This div background color is #EDC8C5.

Border color

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

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

This div border color is #EDC8C5.

Opacity

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

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

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

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

This text has shadow with #EDC8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8C5.

Preview

Color preview on black background

This text has color #EDC8C5 on black background.


Color preview on white background

This text has color #EDC8C5 on white background.


Black color preview on #EDC8C5 background

This text has black color on #EDC8C5 background.


White color preview on #EDC8C5 background

This text has white color on #EDC8C5 background.


Related colors

Complementary color

Complementary color for #hex is #12373A.


I love getcolorcode.com

Triadic colors

1 #C5EDC8 and #C8C5ED with #EDC8C5 are triadic colors.

2 #C5C8ED and #C8EDC5 with #EDC8C5 are triadic colors.