COLOR #EDC2C2

HEX: #EDC2C2
RGB: (237,194,194)

Color info

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

RGB color model

#EDC2C2 color RGB value is (237,194,194).

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

RGB channels and saturation

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

237
194
194

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

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 194 = 625 (100%)
R 237 of 625 ~ 37.92%
G 194 of 625 ~ 31.04%
B 194 of 625 ~ 31.04%

%37.92
%31.04
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(0,18,18,7)
C0M18Y18K7 
(0%,18%,18%,7%)
(0.00/0.18/0.18/0.07)	

CMYK percentages

%0
%18.14
%18.14
%7.06

Codes

Color #EDC2C2 in popluar color models

EDC2C2
RGB237194194
HSL54.43%84.51%
HSB/HSV18.14%92.94%
CMYK0.00%18.14%18.14%
7.06%

Color #EDC2C2 in popluar number systems.

HEXEDC2C2
Decimal237194194
Binary111011011100001011000010
Octal355302302

Shades and tints

Shades of #EDC2C2

#EDC2C2
(237,194,194)
#D8B1B1
(216,177,177)
#C3A0A0
(195,160,160)
#AE8F8F
(174,143,143)
#997E7E
(153,126,126)
#846D6D
(132,109,109)
#6F5C5C
(111,92,92)
#5A4B4B
(90,75,75)
#453A3A
(69,58,58)
#302929
(48,41,41)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDC2C2

#EDC2C2
(237,194,194)
#EEC7C7
(238,199,199)
#EFCCCC
(239,204,204)
#F0D1D1
(240,209,209)
#F1D6D6
(241,214,214)
#F2DBDB
(242,219,219)
#F3E0E0
(243,224,224)
#F4E5E5
(244,229,229)
#F5EAEA
(245,234,234)
#F6EFEF
(246,239,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2C2; }

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

This text font color is #EDC2C2.


Background Color

.myBgColor { background-color: #EDC2C2; }

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

This div background color is #EDC2C2.


Border color

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

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

This div border color is #EDC2C2.


Opacity

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

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

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

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

This text has shadow with #EDC2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2C2 on black background.


Color preview on white background

This text has color #EDC2C2 on white background.



Black color preview on #EDC2C2 background

This text has black color on #EDC2C2 background.


White color preview on #EDC2C2 background

This text has white color on #EDC2C2 background.