COLOR #E7ACDD

HEX: #E7ACDD
RGB: (231,172,221)

Color info

#E7ACDD contains red, green and blue colors in about the same proportion. Web safe color of #E7ACDD is #FF99CC (or #F9C).

RGB color model

#E7ACDD color RGB value is (231,172,221).

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

RGB channels and saturation

R 231 of 255 = 91%
G 172 of 255 = 67%
B 221 of 255 = 87%

231
172
221

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

Portions of RGB colors in percentages

R + G + B =
231 + 172 + 221 = 624 (100%)
R 231 of 624 ~ 37.02%
G 172 of 624 ~ 27.56%
B 221 of 624 ~ 35.42%

%37.02
%27.56
%35.42

CMYK color model

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

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

CMYK percentages

%0
%25.54
%4.33
%9.41

Codes

Color #E7ACDD in popluar color models

E7ACDD
RGB231172221
HSL310°55.14%79.02%
HSB/HSV310°25.54%90.59%
CMYK0.00%25.54%4.33%
9.41%

Color #E7ACDD in popluar number systems.

HEXE7ACDD
Decimal231172221
Binary111001111010110011011101
Octal347254335

Shades and tints

Shades of #E7ACDD

#E7ACDD
(231,172,221)
#D29DC9
(210,157,201)
#BD8EB5
(189,142,181)
#A87FA1
(168,127,161)
#93708D
(147,112,141)
#7E6179
(126,97,121)
#695265
(105,82,101)
#544351
(84,67,81)
#3F343D
(63,52,61)
#2A2529
(42,37,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7ACDD

#E7ACDD
(231,172,221)
#E9B3E0
(233,179,224)
#EBBAE3
(235,186,227)
#EDC1E6
(237,193,230)
#EFC8E9
(239,200,233)
#F1CFEC
(241,207,236)
#F3D6EF
(243,214,239)
#F5DDF2
(245,221,242)
#F7E4F5
(247,228,245)
#F9EBF8
(249,235,248)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ACDD color. Also use rgb(231,172,221) instead hex code.

Text Font Color

.myTextColor { color: #E7ACDD; }

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

This text font color is #E7ACDD.


Background Color

.myBgColor { background-color: #E7ACDD; }

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

This div background color is #E7ACDD.


Border color

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

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

This div border color is #E7ACDD.


Opacity

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

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

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

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

This text has shadow with #E7ACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ACDD on black background.


Color preview on white background

This text has color #E7ACDD on white background.



Black color preview on #E7ACDD background

This text has black color on #E7ACDD background.


White color preview on #E7ACDD background

This text has white color on #E7ACDD background.