COLOR #E4ACD7

HEX: #E4ACD7
RGB: (228,172,215)

Color info

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

RGB color model

#E4ACD7 color RGB value is (228,172,215).

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

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 215 of 255 = 84%

228
172
215

R + G + B ~ 80%. #E4ACD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 172 + 215 = 615 (100%)
R 228 of 615 ~ 37.07%
G 172 of 615 ~ 27.97%
B 215 of 615 ~ 34.96%

%37.07
%27.97
%34.96

CMYK color model

#E4ACD7 color CMYK value is (0,25,6,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(0,25,6,11)
C0M25Y6K11 
(0%,25%,6%,11%)
(0.00/0.25/0.06/0.11)	

CMYK percentages

%0
%24.56
%5.7
%10.59

Codes

Color #E4ACD7 in popluar color models

E4ACD7
RGB228172215
HSL314°50.91%78.43%
HSB/HSV314°24.56%89.41%
CMYK0.00%24.56%5.70%
10.59%

Color #E4ACD7 in popluar number systems.

HEXE4ACD7
Decimal228172215
Binary111001001010110011010111
Octal344254327

Shades and tints

Shades of #E4ACD7

#E4ACD7
(228,172,215)
#D09DC4
(208,157,196)
#BC8EB1
(188,142,177)
#A87F9E
(168,127,158)
#94708B
(148,112,139)
#806178
(128,97,120)
#6C5265
(108,82,101)
#584352
(88,67,82)
#44343F
(68,52,63)
#30252C
(48,37,44)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4ACD7

#E4ACD7
(228,172,215)
#E6B3DA
(230,179,218)
#E8BADD
(232,186,221)
#EAC1E0
(234,193,224)
#ECC8E3
(236,200,227)
#EECFE6
(238,207,230)
#F0D6E9
(240,214,233)
#F2DDEC
(242,221,236)
#F4E4EF
(244,228,239)
#F6EBF2
(246,235,242)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ACD7; }

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

This text font color is #E4ACD7.


Background Color

.myBgColor { background-color: #E4ACD7; }

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

This div background color is #E4ACD7.


Border color

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

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

This div border color is #E4ACD7.


Opacity

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

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

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

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

This text has shadow with #E4ACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACD7 on black background.


Color preview on white background

This text has color #E4ACD7 on white background.



Black color preview on #E4ACD7 background

This text has black color on #E4ACD7 background.


White color preview on #E4ACD7 background

This text has white color on #E4ACD7 background.