COLOR #EDC9C2

HEX: #EDC9C2 RGB: (237,201,194)

Color info

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

RGB color model

#EDC9C2 color RGB value is (237,201,194).

RGB: (237,201,194) (93%, 79%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 194 of 255 = 76%

237
201
194

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

Portions of RGB colors in percentages

R + G + B = 237 + 201 + 194 = 632 (100%)
R 237 of 632 ~ 37.5%
G 201 of 632 ~ 31.8%
B 194 of 632 ~ 30.7'%

%37.5
%31.8
%30.7

CMYK color model

#EDC9C2 color CMYK value is (0,15,18,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 18.14%
  • key color value is 7.06%

CMYK: (0,15,18,7)
C0M15Y18K7 (0%, 15%, 18%, 7%)
(0.00 / 0.15 / 0.18 / 0.07)

CMYK percentages

%0
%15.19
%18.14
%7.06

Codes

Color #EDC9C2 in popluar color models

ED C9 C2
RGB 237 201 194
HSL 10° 54.43% 84.51%
HSB/HSV 10° 18.14% 92.94%
CMYK 0.00% 15.19% 18.14%
7.06%

Color #EDC9C2 in popluar number systems.

HEX ED C9 C2
Decimal 237 201 194
Binary 11101101 11001001 11000010
Octal 355 311 302

Shades and tints

Shades of #EDC9C2

#EDC9C2
(237,201,194)
#D8B7B1
(216,183,177)
#C3A5A0
(195,165,160)
#AE938F
(174,147,143)
#99817E
(153,129,126)
#846F6D
(132,111,109)
#6F5D5C
(111,93,92)
#5A4B4B
(90,75,75)
#45393A
(69,57,58)
#302729
(48,39,41)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDC9C2

#EDC9C2
(237,201,194)
#EECDC7
(238,205,199)
#EFD1CC
(239,209,204)
#F0D5D1
(240,213,209)
#F1D9D6
(241,217,214)
#F2DDDB
(242,221,219)
#F3E1E0
(243,225,224)
#F4E5E5
(244,229,229)
#F5E9EA
(245,233,234)
#F6EDEF
(246,237,239)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC9C2 color. Also use rgb(237,201,194) instead hex code.

Text Font Color

.myTextColor { color: #EDC9C2; }

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

This text font color is #EDC9C2.

Background Color

.myBgColor { background-color: #EDC9C2; }

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

This div background color is #EDC9C2.

Border color

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

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

This div border color is #EDC9C2.

Opacity

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

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

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

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

This text has shadow with #EDC9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC9C2.

Preview

Color preview on black background

This text has color #EDC9C2 on black background.


Color preview on white background

This text has color #EDC9C2 on white background.


Black color preview on #EDC9C2 background

This text has black color on #EDC9C2 background.


White color preview on #EDC9C2 background

This text has white color on #EDC9C2 background.


Related colors

Complementary color

Complementary color for #hex is #12363D.


I love getcolorcode.com

Triadic colors

1 #C2EDC9 and #C9C2ED with #EDC9C2 are triadic colors.

2 #C2C9ED and #C9EDC2 with #EDC9C2 are triadic colors.