COLOR #E4ACDE

HEX: #E4ACDE
RGB: (228,172,222)

Color info

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

RGB color model

#E4ACDE color RGB value is (228,172,222).

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

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 222 of 255 = 87%

228
172
222

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

Portions of RGB colors in percentages

R + G + B =
228 + 172 + 222 = 622 (100%)
R 228 of 622 ~ 36.66%
G 172 of 622 ~ 27.65%
B 222 of 622 ~ 35.69%

%36.66
%27.65
%35.69

CMYK color model

#E4ACDE color CMYK value is (0,25,3,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(0,25,3,11)
C0M25Y3K11 
(0%,25%,3%,11%)
(0.00/0.25/0.03/0.11)	

CMYK percentages

%0
%24.56
%2.63
%10.59

Codes

Color #E4ACDE in popluar color models

E4ACDE
RGB228172222
HSL306°50.91%78.43%
HSB/HSV306°24.56%89.41%
CMYK0.00%24.56%2.63%
10.59%

Color #E4ACDE in popluar number systems.

HEXE4ACDE
Decimal228172222
Binary111001001010110011011110
Octal344254336

Shades and tints

Shades of #E4ACDE

#E4ACDE
(228,172,222)
#D09DCA
(208,157,202)
#BC8EB6
(188,142,182)
#A87FA2
(168,127,162)
#94708E
(148,112,142)
#80617A
(128,97,122)
#6C5266
(108,82,102)
#584352
(88,67,82)
#44343E
(68,52,62)
#30252A
(48,37,42)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #E4ACDE

#E4ACDE
(228,172,222)
#E6B3E1
(230,179,225)
#E8BAE4
(232,186,228)
#EAC1E7
(234,193,231)
#ECC8EA
(236,200,234)
#EECFED
(238,207,237)
#F0D6F0
(240,214,240)
#F2DDF3
(242,221,243)
#F4E4F6
(244,228,246)
#F6EBF9
(246,235,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ACDE color. Also use rgb(228,172,222) instead hex code.

Text Font Color

.myTextColor { color: #E4ACDE; }

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

This text font color is #E4ACDE.


Background Color

.myBgColor { background-color: #E4ACDE; }

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

This div background color is #E4ACDE.


Border color

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

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

This div border color is #E4ACDE.


Opacity

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

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

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

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

This text has shadow with #E4ACDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACDE on black background.


Color preview on white background

This text has color #E4ACDE on white background.



Black color preview on #E4ACDE background

This text has black color on #E4ACDE background.


White color preview on #E4ACDE background

This text has white color on #E4ACDE background.