COLOR #EDA6CF

HEX: #EDA6CF RGB: (237,166,207)

Color info

#EDA6CF contains mainly red and blue colors. Web safe color of #EDA6CF is #FF99CC (or #F9C).

RGB color model

#EDA6CF color RGB value is (237,166,207).

RGB: (237,166,207) (93%, 65%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 166 of 255 = 65%
B 207 of 255 = 81%

237
166
207

R + G + B ~ 80%. #EDA6CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 166 + 207 = 610 (100%)
R 237 of 610 ~ 38.85%
G 166 of 610 ~ 27.21%
B 207 of 610 ~ 33.93'%

%38.85
%27.21
%33.93

CMYK color model

#EDA6CF color CMYK value is (0,30,13,7).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 12.66%
  • key color value is 7.06%
CMYK: (0,30,13,7) C0M30Y13K7 (0%,30%,13%,7%) (0.00/0.30/0.13/0.07) 

CMYK percentages

%0
%29.96
%12.66
%7.06

Codes

Color #EDA6CF in popluar color models

ED A6 CF
RGB 237 166 207
HSL 325° 66.36% 79.02%
HSB/HSV 325° 29.96% 92.94%
CMYK 0.00% 29.96% 12.66%
7.06%

Color #EDA6CF in popluar number systems.

HEX ED A6 CF
Decimal 237 166 207
Binary 11101101 10100110 11001111
Octal 355 246 317

Shades and tints

Shades of #EDA6CF

#EDA6CF
(237,166,207)
#D897BD
(216,151,189)
#C388AB
(195,136,171)
#AE7999
(174,121,153)
#996A87
(153,106,135)
#845B75
(132,91,117)
#6F4C63
(111,76,99)
#5A3D51
(90,61,81)
#452E3F
(69,46,63)
#301F2D
(48,31,45)
#1B101B
(27,16,27)
#000000
(0,0,0)

Tints of #EDA6CF

#EDA6CF
(237,166,207)
#EEAED3
(238,174,211)
#EFB6D7
(239,182,215)
#F0BEDB
(240,190,219)
#F1C6DF
(241,198,223)
#F2CEE3
(242,206,227)
#F3D6E7
(243,214,231)
#F4DEEB
(244,222,235)
#F5E6EF
(245,230,239)
#F6EEF3
(246,238,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA6CF; }

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

This text font color is #EDA6CF.

Background Color

.myBgColor { background-color: #EDA6CF; }

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

This div background color is #EDA6CF.

Border color

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

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

This div border color is #EDA6CF.

Opacity

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

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

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

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

This text has shadow with #EDA6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA6CF.

Preview

Color preview on black background

This text has color #EDA6CF on black background.


Color preview on white background

This text has color #EDA6CF on white background.


Black color preview on #EDA6CF background

This text has black color on #EDA6CF background.


White color preview on #EDA6CF background

This text has white color on #EDA6CF background.


Related colors

Complementary color

Complementary color for #hex is #125930.


I love getcolorcode.com

Triadic colors

1 #CFEDA6 and #A6CFED with #EDA6CF are triadic colors.

2 #CFA6ED and #A6EDCF with #EDA6CF are triadic colors.