COLOR #E0ACD5

HEX: #E0ACD5 RGB: (224,172,213)

Color info

#E0ACD5 contains red, green and blue colors in about the same proportion. Web safe color of #E0ACD5 is #CC99CC (or #C9C).

RGB color model

#E0ACD5 color RGB value is (224,172,213).

RGB: (224,172,213) (88%, 67%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 213 of 255 = 84%

224
172
213

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

Portions of RGB colors in percentages

R + G + B = 224 + 172 + 213 = 609 (100%)
R 224 of 609 ~ 36.78%
G 172 of 609 ~ 28.24%
B 213 of 609 ~ 34.98'%

%36.78
%28.24
%34.98

CMYK color model

#E0ACD5 color CMYK value is (0,23,5,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 4.91%
  • key color value is 12.16%

CMYK: (0,23,5,12)
C0M23Y5K12 (0%, 23%, 5%, 12%)
(0.00 / 0.23 / 0.05 / 0.12)

CMYK percentages

%0
%23.21
%4.91
%12.16

Codes

Color #E0ACD5 in popluar color models

E0 AC D5
RGB 224 172 213
HSL 313° 45.61% 77.65%
HSB/HSV 313° 23.21% 87.84%
CMYK 0.00% 23.21% 4.91%
12.16%

Color #E0ACD5 in popluar number systems.

HEX E0 AC D5
Decimal 224 172 213
Binary 11100000 10101100 11010101
Octal 340 254 325

Shades and tints

Shades of #E0ACD5

#E0ACD5
(224,172,213)
#CC9DC2
(204,157,194)
#B88EAF
(184,142,175)
#A47F9C
(164,127,156)
#907089
(144,112,137)
#7C6176
(124,97,118)
#685263
(104,82,99)
#544350
(84,67,80)
#40343D
(64,52,61)
#2C252A
(44,37,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #E0ACD5

#E0ACD5
(224,172,213)
#E2B3D8
(226,179,216)
#E4BADB
(228,186,219)
#E6C1DE
(230,193,222)
#E8C8E1
(232,200,225)
#EACFE4
(234,207,228)
#ECD6E7
(236,214,231)
#EEDDEA
(238,221,234)
#F0E4ED
(240,228,237)
#F2EBF0
(242,235,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACD5 color. Also use rgb(224,172,213) instead hex code.

Text Font Color

.myTextColor { color: #E0ACD5; }

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

This text font color is #E0ACD5.

Background Color

.myBgColor { background-color: #E0ACD5; }

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

This div background color is #E0ACD5.

Border color

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

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

This div border color is #E0ACD5.

Opacity

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

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

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

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

This text has shadow with #E0ACD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ACD5.

Preview

Color preview on black background

This text has color #E0ACD5 on black background.


Color preview on white background

This text has color #E0ACD5 on white background.


Black color preview on #E0ACD5 background

This text has black color on #E0ACD5 background.


White color preview on #E0ACD5 background

This text has white color on #E0ACD5 background.


Related colors

Complementary color

Complementary color for #hex is #1F532A.


I love getcolorcode.com

Triadic colors

1 #D5E0AC and #ACD5E0 with #E0ACD5 are triadic colors.

2 #D5ACE0 and #ACE0D5 with #E0ACD5 are triadic colors.