COLOR #E0ACD1

HEX: #E0ACD1 RGB: (224,172,209)

Color info

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

RGB color model

#E0ACD1 color RGB value is (224,172,209).

RGB: (224,172,209) (88%, 67%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 209 of 255 = 82%

224
172
209

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

Portions of RGB colors in percentages

R + G + B = 224 + 172 + 209 = 605 (100%)
R 224 of 605 ~ 37.02%
G 172 of 605 ~ 28.43%
B 209 of 605 ~ 34.55'%

%37.02
%28.43
%34.55

CMYK color model

#E0ACD1 color CMYK value is (0,23,7,12).

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

CMYK: (0,23,7,12)
C0M23Y7K12 (0%, 23%, 7%, 12%)
(0.00 / 0.23 / 0.07 / 0.12)

CMYK percentages

%0
%23.21
%6.7
%12.16

Codes

Color #E0ACD1 in popluar color models

E0 AC D1
RGB 224 172 209
HSL 317° 45.61% 77.65%
HSB/HSV 317° 23.21% 87.84%
CMYK 0.00% 23.21% 6.70%
12.16%

Color #E0ACD1 in popluar number systems.

HEX E0 AC D1
Decimal 224 172 209
Binary 11100000 10101100 11010001
Octal 340 254 321

Shades and tints

Shades of #E0ACD1

#E0ACD1
(224,172,209)
#CC9DBE
(204,157,190)
#B88EAB
(184,142,171)
#A47F98
(164,127,152)
#907085
(144,112,133)
#7C6172
(124,97,114)
#68525F
(104,82,95)
#54434C
(84,67,76)
#403439
(64,52,57)
#2C2526
(44,37,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E0ACD1

#E0ACD1
(224,172,209)
#E2B3D5
(226,179,213)
#E4BAD9
(228,186,217)
#E6C1DD
(230,193,221)
#E8C8E1
(232,200,225)
#EACFE5
(234,207,229)
#ECD6E9
(236,214,233)
#EEDDED
(238,221,237)
#F0E4F1
(240,228,241)
#F2EBF5
(242,235,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ACD1; }

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

This text font color is #E0ACD1.

Background Color

.myBgColor { background-color: #E0ACD1; }

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

This div background color is #E0ACD1.

Border color

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

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

This div border color is #E0ACD1.

Opacity

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

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

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

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

This text has shadow with #E0ACD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ACD1.

Preview

Color preview on black background

This text has color #E0ACD1 on black background.


Color preview on white background

This text has color #E0ACD1 on white background.


Black color preview on #E0ACD1 background

This text has black color on #E0ACD1 background.


White color preview on #E0ACD1 background

This text has white color on #E0ACD1 background.


Related colors

Complementary color

Complementary color for #hex is #1F532E.


I love getcolorcode.com

Triadic colors

1 #D1E0AC and #ACD1E0 with #E0ACD1 are triadic colors.

2 #D1ACE0 and #ACE0D1 with #E0ACD1 are triadic colors.