COLOR #EDC3CA

HEX: #EDC3CA
RGB: (237,195,202)

Color info

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

RGB color model

#EDC3CA color RGB value is (237,195,202).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 202 of 255 = 79%

237
195
202

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

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 202 = 634 (100%)
R 237 of 634 ~ 37.38%
G 195 of 634 ~ 30.76%
B 202 of 634 ~ 31.86%

%37.38
%30.76
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(0,18,15,7)
C0M18Y15K7 
(0%,18%,15%,7%)
(0.00/0.18/0.15/0.07)	

CMYK percentages

%0
%17.72
%14.77
%7.06

Codes

Color #EDC3CA in popluar color models

EDC3CA
RGB237195202
HSL350°53.85%84.71%
HSB/HSV350°17.72%92.94%
CMYK0.00%17.72%14.77%
7.06%

Color #EDC3CA in popluar number systems.

HEXEDC3CA
Decimal237195202
Binary111011011100001111001010
Octal355303312

Shades and tints

Shades of #EDC3CA

#EDC3CA
(237,195,202)
#D8B2B8
(216,178,184)
#C3A1A6
(195,161,166)
#AE9094
(174,144,148)
#997F82
(153,127,130)
#846E70
(132,110,112)
#6F5D5E
(111,93,94)
#5A4C4C
(90,76,76)
#453B3A
(69,59,58)
#302A28
(48,42,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDC3CA

#EDC3CA
(237,195,202)
#EEC8CE
(238,200,206)
#EFCDD2
(239,205,210)
#F0D2D6
(240,210,214)
#F1D7DA
(241,215,218)
#F2DCDE
(242,220,222)
#F3E1E2
(243,225,226)
#F4E6E6
(244,230,230)
#F5EBEA
(245,235,234)
#F6F0EE
(246,240,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3CA; }

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

This text font color is #EDC3CA.


Background Color

.myBgColor { background-color: #EDC3CA; }

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

This div background color is #EDC3CA.


Border color

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

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

This div border color is #EDC3CA.


Opacity

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

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

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

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

This text has shadow with #EDC3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3CA on black background.


Color preview on white background

This text has color #EDC3CA on white background.



Black color preview on #EDC3CA background

This text has black color on #EDC3CA background.


White color preview on #EDC3CA background

This text has white color on #EDC3CA background.