COLOR #EDC9C1

HEX: #EDC9C1
RGB: (237,201,193)

Color info

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

RGB color model

#EDC9C1 color RGB value is (237,201,193).

  • red value is 237;
  • green value is 201;
  • blue value is 193.
RGB:
(237,201,193)
(93%,79%,76%)

RGB channels and saturation

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

237
201
193

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

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 193 = 631 (100%)
R 237 of 631 ~ 37.56%
G 201 of 631 ~ 31.85%
B 193 of 631 ~ 30.59%

%37.56
%31.85
%30.59

CMYK color model

#EDC9C1 color CMYK value is (0,15,19,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(0,15,19,7)
C0M15Y19K7 
(0%,15%,19%,7%)
(0.00/0.15/0.19/0.07)	

CMYK percentages

%0
%15.19
%18.57
%7.06

Codes

Color #EDC9C1 in popluar color models

EDC9C1
RGB237201193
HSL11°55.00%84.31%
HSB/HSV11°18.57%92.94%
CMYK0.00%15.19%18.57%
7.06%

Color #EDC9C1 in popluar number systems.

HEXEDC9C1
Decimal237201193
Binary111011011100100111000001
Octal355311301

Shades and tints

Shades of #EDC9C1

#EDC9C1
(237,201,193)
#D8B7B0
(216,183,176)
#C3A59F
(195,165,159)
#AE938E
(174,147,142)
#99817D
(153,129,125)
#846F6C
(132,111,108)
#6F5D5B
(111,93,91)
#5A4B4A
(90,75,74)
#453939
(69,57,57)
#302728
(48,39,40)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDC9C1

#EDC9C1
(237,201,193)
#EECDC6
(238,205,198)
#EFD1CB
(239,209,203)
#F0D5D0
(240,213,208)
#F1D9D5
(241,217,213)
#F2DDDA
(242,221,218)
#F3E1DF
(243,225,223)
#F4E5E4
(244,229,228)
#F5E9E9
(245,233,233)
#F6EDEE
(246,237,238)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9C1; }

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

This text font color is #EDC9C1.


Background Color

.myBgColor { background-color: #EDC9C1; }

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

This div background color is #EDC9C1.


Border color

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

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

This div border color is #EDC9C1.


Opacity

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

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

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

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

This text has shadow with #EDC9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9C1 on black background.


Color preview on white background

This text has color #EDC9C1 on white background.



Black color preview on #EDC9C1 background

This text has black color on #EDC9C1 background.


White color preview on #EDC9C1 background

This text has white color on #EDC9C1 background.