COLOR #EDC3C4

HEX: #EDC3C4
RGB: (237,195,196)

Color info

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

RGB color model

#EDC3C4 color RGB value is (237,195,196).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 196 of 255 = 77%

237
195
196

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

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 196 = 628 (100%)
R 237 of 628 ~ 37.74%
G 195 of 628 ~ 31.05%
B 196 of 628 ~ 31.21%

%37.74
%31.05
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(0,18,17,7)
C0M18Y17K7 
(0%,18%,17%,7%)
(0.00/0.18/0.17/0.07)	

CMYK percentages

%0
%17.72
%17.3
%7.06

Codes

Color #EDC3C4 in popluar color models

EDC3C4
RGB237195196
HSL359°53.85%84.71%
HSB/HSV359°17.72%92.94%
CMYK0.00%17.72%17.30%
7.06%

Color #EDC3C4 in popluar number systems.

HEXEDC3C4
Decimal237195196
Binary111011011100001111000100
Octal355303304

Shades and tints

Shades of #EDC3C4

#EDC3C4
(237,195,196)
#D8B2B3
(216,178,179)
#C3A1A2
(195,161,162)
#AE9091
(174,144,145)
#997F80
(153,127,128)
#846E6F
(132,110,111)
#6F5D5E
(111,93,94)
#5A4C4D
(90,76,77)
#453B3C
(69,59,60)
#302A2B
(48,42,43)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDC3C4

#EDC3C4
(237,195,196)
#EEC8C9
(238,200,201)
#EFCDCE
(239,205,206)
#F0D2D3
(240,210,211)
#F1D7D8
(241,215,216)
#F2DCDD
(242,220,221)
#F3E1E2
(243,225,226)
#F4E6E7
(244,230,231)
#F5EBEC
(245,235,236)
#F6F0F1
(246,240,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3C4; }

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

This text font color is #EDC3C4.


Background Color

.myBgColor { background-color: #EDC3C4; }

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

This div background color is #EDC3C4.


Border color

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

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

This div border color is #EDC3C4.


Opacity

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

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

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

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

This text has shadow with #EDC3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3C4 on black background.


Color preview on white background

This text has color #EDC3C4 on white background.



Black color preview on #EDC3C4 background

This text has black color on #EDC3C4 background.


White color preview on #EDC3C4 background

This text has white color on #EDC3C4 background.