COLOR #EDA5CD

HEX: #EDA5CD
RGB: (237,165,205)

Color info

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

RGB color model

#EDA5CD color RGB value is (237,165,205).

  • red value is 237;
  • green value is 165;
  • blue value is 205.
RGB:
(237,165,205)
(93%,65%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 205 of 255 = 80%

237
165
205

R + G + B ~ 79%. #EDA5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 165 + 205 = 607 (100%)
R 237 of 607 ~ 39.04%
G 165 of 607 ~ 27.18%
B 205 of 607 ~ 33.77%

%39.04
%27.18
%33.77

CMYK color model

#EDA5CD color CMYK value is (0,30,14,7).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,30,14,7)
C0M30Y14K7 
(0%,30%,14%,7%)
(0.00/0.30/0.14/0.07)	

CMYK percentages

%0
%30.38
%13.5
%7.06

Codes

Color #EDA5CD in popluar color models

EDA5CD
RGB237165205
HSL327°66.67%78.82%
HSB/HSV327°30.38%92.94%
CMYK0.00%30.38%13.50%
7.06%

Color #EDA5CD in popluar number systems.

HEXEDA5CD
Decimal237165205
Binary111011011010010111001101
Octal355245315

Shades and tints

Shades of #EDA5CD

#EDA5CD
(237,165,205)
#D896BB
(216,150,187)
#C387A9
(195,135,169)
#AE7897
(174,120,151)
#996985
(153,105,133)
#845A73
(132,90,115)
#6F4B61
(111,75,97)
#5A3C4F
(90,60,79)
#452D3D
(69,45,61)
#301E2B
(48,30,43)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #EDA5CD

#EDA5CD
(237,165,205)
#EEADD1
(238,173,209)
#EFB5D5
(239,181,213)
#F0BDD9
(240,189,217)
#F1C5DD
(241,197,221)
#F2CDE1
(242,205,225)
#F3D5E5
(243,213,229)
#F4DDE9
(244,221,233)
#F5E5ED
(245,229,237)
#F6EDF1
(246,237,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA5CD color. Also use rgb(237,165,205) instead hex code.

Text Font Color

.myTextColor { color: #EDA5CD; }

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

This text font color is #EDA5CD.


Background Color

.myBgColor { background-color: #EDA5CD; }

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

This div background color is #EDA5CD.


Border color

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

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

This div border color is #EDA5CD.


Opacity

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

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

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

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

This text has shadow with #EDA5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA5CD on black background.


Color preview on white background

This text has color #EDA5CD on white background.



Black color preview on #EDA5CD background

This text has black color on #EDA5CD background.


White color preview on #EDA5CD background

This text has white color on #EDA5CD background.