COLOR #E3ACDD

HEX: #E3ACDD
RGB: (227,172,221)

Color info

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

RGB color model

#E3ACDD color RGB value is (227,172,221).

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

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 221 of 255 = 87%

227
172
221

R + G + B ~ 81%. #E3ACDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 221 = 620 (100%)
R 227 of 620 ~ 36.61%
G 172 of 620 ~ 27.74%
B 221 of 620 ~ 35.65%

%36.61
%27.74
%35.65

CMYK color model

#E3ACDD color CMYK value is (0,24,3,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(0,24,3,11)
C0M24Y3K11 
(0%,24%,3%,11%)
(0.00/0.24/0.03/0.11)	

CMYK percentages

%0
%24.23
%2.64
%10.98

Codes

Color #E3ACDD in popluar color models

E3ACDD
RGB227172221
HSL307°49.55%78.24%
HSB/HSV307°24.23%89.02%
CMYK0.00%24.23%2.64%
10.98%

Color #E3ACDD in popluar number systems.

HEXE3ACDD
Decimal227172221
Binary111000111010110011011101
Octal343254335

Shades and tints

Shades of #E3ACDD

#E3ACDD
(227,172,221)
#CF9DC9
(207,157,201)
#BB8EB5
(187,142,181)
#A77FA1
(167,127,161)
#93708D
(147,112,141)
#7F6179
(127,97,121)
#6B5265
(107,82,101)
#574351
(87,67,81)
#43343D
(67,52,61)
#2F2529
(47,37,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #E3ACDD

#E3ACDD
(227,172,221)
#E5B3E0
(229,179,224)
#E7BAE3
(231,186,227)
#E9C1E6
(233,193,230)
#EBC8E9
(235,200,233)
#EDCFEC
(237,207,236)
#EFD6EF
(239,214,239)
#F1DDF2
(241,221,242)
#F3E4F5
(243,228,245)
#F5EBF8
(245,235,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ACDD; }

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

This text font color is #E3ACDD.


Background Color

.myBgColor { background-color: #E3ACDD; }

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

This div background color is #E3ACDD.


Border color

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

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

This div border color is #E3ACDD.


Opacity

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

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

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

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

This text has shadow with #E3ACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ACDD on black background.


Color preview on white background

This text has color #E3ACDD on white background.



Black color preview on #E3ACDD background

This text has black color on #E3ACDD background.


White color preview on #E3ACDD background

This text has white color on #E3ACDD background.