COLOR #EDC7C1

HEX: #EDC7C1 RGB: (237,199,193)

Color info

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

RGB color model

#EDC7C1 color RGB value is (237,199,193).

RGB: (237,199,193) (93%, 78%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 193 of 255 = 76%

237
199
193

R + G + B ~ 82%. #EDC7C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 199 + 193 = 629 (100%)
R 237 of 629 ~ 37.68%
G 199 of 629 ~ 31.64%
B 193 of 629 ~ 30.68'%

%37.68
%31.64
%30.68

CMYK color model

#EDC7C1 color CMYK value is (0,16,19,7).

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

CMYK: (0,16,19,7)
C0M16Y19K7 (0%, 16%, 19%, 7%)
(0.00 / 0.16 / 0.19 / 0.07)

CMYK percentages

%0
%16.03
%18.57
%7.06

Codes

Color #EDC7C1 in popluar color models

ED C7 C1
RGB 237 199 193
HSL 55.00% 84.31%
HSB/HSV 18.57% 92.94%
CMYK 0.00% 16.03% 18.57%
7.06%

Color #EDC7C1 in popluar number systems.

HEX ED C7 C1
Decimal 237 199 193
Binary 11101101 11000111 11000001
Octal 355 307 301

Shades and tints

Shades of #EDC7C1

#EDC7C1
(237,199,193)
#D8B5B0
(216,181,176)
#C3A39F
(195,163,159)
#AE918E
(174,145,142)
#997F7D
(153,127,125)
#846D6C
(132,109,108)
#6F5B5B
(111,91,91)
#5A494A
(90,73,74)
#453739
(69,55,57)
#302528
(48,37,40)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDC7C1

#EDC7C1
(237,199,193)
#EECCC6
(238,204,198)
#EFD1CB
(239,209,203)
#F0D6D0
(240,214,208)
#F1DBD5
(241,219,213)
#F2E0DA
(242,224,218)
#F3E5DF
(243,229,223)
#F4EAE4
(244,234,228)
#F5EFE9
(245,239,233)
#F6F4EE
(246,244,238)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7C1; }

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

This text font color is #EDC7C1.

Background Color

.myBgColor { background-color: #EDC7C1; }

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

This div background color is #EDC7C1.

Border color

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

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

This div border color is #EDC7C1.

Opacity

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

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

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

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

This text has shadow with #EDC7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC7C1.

Preview

Color preview on black background

This text has color #EDC7C1 on black background.


Color preview on white background

This text has color #EDC7C1 on white background.


Black color preview on #EDC7C1 background

This text has black color on #EDC7C1 background.


White color preview on #EDC7C1 background

This text has white color on #EDC7C1 background.


Related colors

Complementary color

Complementary color for #hex is #12383E.


I love getcolorcode.com

Triadic colors

1 #C1EDC7 and #C7C1ED with #EDC7C1 are triadic colors.

2 #C1C7ED and #C7EDC1 with #EDC7C1 are triadic colors.