COLOR #E9ACDF

HEX: #E9ACDF
RGB: (233,172,223)

Color info

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

RGB color model

#E9ACDF color RGB value is (233,172,223).

  • red value is 233;
  • green value is 172;
  • blue value is 223.
RGB:
(233,172,223)
(91%,67%,87%)

RGB channels and saturation

R 233 of 255 = 91%
G 172 of 255 = 67%
B 223 of 255 = 87%

233
172
223

R + G + B ~ 82%. #E9ACDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 223 = 628 (100%)
R 233 of 628 ~ 37.1%
G 172 of 628 ~ 27.39%
B 223 of 628 ~ 35.51%

%37.1
%27.39
%35.51

CMYK color model

#E9ACDF color CMYK value is (0,26,4,9).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(0,26,4,9)
C0M26Y4K9 
(0%,26%,4%,9%)
(0.00/0.26/0.04/0.09)	

CMYK percentages

%0
%26.18
%4.29
%8.63

Codes

Color #E9ACDF in popluar color models

E9ACDF
RGB233172223
HSL310°58.10%79.41%
HSB/HSV310°26.18%91.37%
CMYK0.00%26.18%4.29%
8.63%

Color #E9ACDF in popluar number systems.

HEXE9ACDF
Decimal233172223
Binary111010011010110011011111
Octal351254337

Shades and tints

Shades of #E9ACDF

#E9ACDF
(233,172,223)
#D49DCB
(212,157,203)
#BF8EB7
(191,142,183)
#AA7FA3
(170,127,163)
#95708F
(149,112,143)
#80617B
(128,97,123)
#6B5267
(107,82,103)
#564353
(86,67,83)
#41343F
(65,52,63)
#2C252B
(44,37,43)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #E9ACDF

#E9ACDF
(233,172,223)
#EBB3E1
(235,179,225)
#EDBAE3
(237,186,227)
#EFC1E5
(239,193,229)
#F1C8E7
(241,200,231)
#F3CFE9
(243,207,233)
#F5D6EB
(245,214,235)
#F7DDED
(247,221,237)
#F9E4EF
(249,228,239)
#FBEBF1
(251,235,241)
#FDF2F3
(253,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ACDF color. Also use rgb(233,172,223) instead hex code.

Text Font Color

.myTextColor { color: #E9ACDF; }

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

This text font color is #E9ACDF.


Background Color

.myBgColor { background-color: #E9ACDF; }

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

This div background color is #E9ACDF.


Border color

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

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

This div border color is #E9ACDF.


Opacity

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

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

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

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

This text has shadow with #E9ACDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ACDF on black background.


Color preview on white background

This text has color #E9ACDF on white background.



Black color preview on #E9ACDF background

This text has black color on #E9ACDF background.


White color preview on #E9ACDF background

This text has white color on #E9ACDF background.