COLOR #EDC6D2

HEX: #EDC6D2 RGB: (237,198,210)

Color info

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

RGB color model

#EDC6D2 color RGB value is (237,198,210).

RGB: (237,198,210) (93%, 78%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 198 of 255 = 78%
B 210 of 255 = 82%

237
198
210

R + G + B ~ 84%. #EDC6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 198 + 210 = 645 (100%)
R 237 of 645 ~ 36.74%
G 198 of 645 ~ 30.7%
B 210 of 645 ~ 32.56'%

%36.74
%30.7
%32.56

CMYK color model

#EDC6D2 color CMYK value is (0,16,11,7).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 11.39%
  • key color value is 7.06%

CMYK: (0,16,11,7)
C0M16Y11K7 (0%, 16%, 11%, 7%)
(0.00 / 0.16 / 0.11 / 0.07)

CMYK percentages

%0
%16.46
%11.39
%7.06

Codes

Color #EDC6D2 in popluar color models

ED C6 D2
RGB 237 198 210
HSL 342° 52.00% 85.29%
HSB/HSV 342° 16.46% 92.94%
CMYK 0.00% 16.46% 11.39%
7.06%

Color #EDC6D2 in popluar number systems.

HEX ED C6 D2
Decimal 237 198 210
Binary 11101101 11000110 11010010
Octal 355 306 322

Shades and tints

Shades of #EDC6D2

#EDC6D2
(237,198,210)
#D8B4BF
(216,180,191)
#C3A2AC
(195,162,172)
#AE9099
(174,144,153)
#997E86
(153,126,134)
#846C73
(132,108,115)
#6F5A60
(111,90,96)
#5A484D
(90,72,77)
#45363A
(69,54,58)
#302427
(48,36,39)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #EDC6D2

#EDC6D2
(237,198,210)
#EECBD6
(238,203,214)
#EFD0DA
(239,208,218)
#F0D5DE
(240,213,222)
#F1DAE2
(241,218,226)
#F2DFE6
(242,223,230)
#F3E4EA
(243,228,234)
#F4E9EE
(244,233,238)
#F5EEF2
(245,238,242)
#F6F3F6
(246,243,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC6D2; }

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

This text font color is #EDC6D2.

Background Color

.myBgColor { background-color: #EDC6D2; }

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

This div background color is #EDC6D2.

Border color

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

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

This div border color is #EDC6D2.

Opacity

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

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

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

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

This text has shadow with #EDC6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC6D2.

Preview

Color preview on black background

This text has color #EDC6D2 on black background.


Color preview on white background

This text has color #EDC6D2 on white background.


Black color preview on #EDC6D2 background

This text has black color on #EDC6D2 background.


White color preview on #EDC6D2 background

This text has white color on #EDC6D2 background.


Related colors

Complementary color

Complementary color for #hex is #12392D.


I love getcolorcode.com

Triadic colors

1 #D2EDC6 and #C6D2ED with #EDC6D2 are triadic colors.

2 #D2C6ED and #C6EDD2 with #EDC6D2 are triadic colors.