COLOR #EDC3CF

HEX: #EDC3CF RGB: (237,195,207)

Color info

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

RGB color model

#EDC3CF color RGB value is (237,195,207).

RGB: (237,195,207) (93%, 76%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 207 of 255 = 81%

237
195
207

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

Portions of RGB colors in percentages

R + G + B = 237 + 195 + 207 = 639 (100%)
R 237 of 639 ~ 37.09%
G 195 of 639 ~ 30.52%
B 207 of 639 ~ 32.39'%

%37.09
%30.52
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (0,18,13,7)
C0M18Y13K7 (0%, 18%, 13%, 7%)
(0.00 / 0.18 / 0.13 / 0.07)

CMYK percentages

%0
%17.72
%12.66
%7.06

Codes

Color #EDC3CF in popluar color models

ED C3 CF
RGB 237 195 207
HSL 343° 53.85% 84.71%
HSB/HSV 343° 17.72% 92.94%
CMYK 0.00% 17.72% 12.66%
7.06%

Color #EDC3CF in popluar number systems.

HEX ED C3 CF
Decimal 237 195 207
Binary 11101101 11000011 11001111
Octal 355 303 317

Shades and tints

Shades of #EDC3CF

#EDC3CF
(237,195,207)
#D8B2BD
(216,178,189)
#C3A1AB
(195,161,171)
#AE9099
(174,144,153)
#997F87
(153,127,135)
#846E75
(132,110,117)
#6F5D63
(111,93,99)
#5A4C51
(90,76,81)
#453B3F
(69,59,63)
#302A2D
(48,42,45)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDC3CF

#EDC3CF
(237,195,207)
#EEC8D3
(238,200,211)
#EFCDD7
(239,205,215)
#F0D2DB
(240,210,219)
#F1D7DF
(241,215,223)
#F2DCE3
(242,220,227)
#F3E1E7
(243,225,231)
#F4E6EB
(244,230,235)
#F5EBEF
(245,235,239)
#F6F0F3
(246,240,243)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3CF; }

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

This text font color is #EDC3CF.

Background Color

.myBgColor { background-color: #EDC3CF; }

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

This div background color is #EDC3CF.

Border color

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

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

This div border color is #EDC3CF.

Opacity

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

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

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

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

This text has shadow with #EDC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC3CF.

Preview

Color preview on black background

This text has color #EDC3CF on black background.


Color preview on white background

This text has color #EDC3CF on white background.


Black color preview on #EDC3CF background

This text has black color on #EDC3CF background.


White color preview on #EDC3CF background

This text has white color on #EDC3CF background.


Related colors

Complementary color

Complementary color for #hex is #123C30.


I love getcolorcode.com

Triadic colors

1 #CFEDC3 and #C3CFED with #EDC3CF are triadic colors.

2 #CFC3ED and #C3EDCF with #EDC3CF are triadic colors.