COLOR #E4ADDC

HEX: #E4ADDC
RGB: (228,173,220)

Color info

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

RGB color model

#E4ADDC color RGB value is (228,173,220).

  • red value is 228;
  • green value is 173;
  • blue value is 220.
RGB:
(228,173,220)
(89%,68%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 173 of 255 = 68%
B 220 of 255 = 86%

228
173
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 173 + 220 = 621 (100%)
R 228 of 621 ~ 36.71%
G 173 of 621 ~ 27.86%
B 220 of 621 ~ 35.43%

%36.71
%27.86
%35.43

CMYK color model

#E4ADDC color CMYK value is (0,24,4,11).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,24,4,11)
C0M24Y4K11 
(0%,24%,4%,11%)
(0.00/0.24/0.04/0.11)	

CMYK percentages

%0
%24.12
%3.51
%10.59

Codes

Color #E4ADDC in popluar color models

E4ADDC
RGB228173220
HSL309°50.46%78.63%
HSB/HSV309°24.12%89.41%
CMYK0.00%24.12%3.51%
10.59%

Color #E4ADDC in popluar number systems.

HEXE4ADDC
Decimal228173220
Binary111001001010110111011100
Octal344255334

Shades and tints

Shades of #E4ADDC

#E4ADDC
(228,173,220)
#D09EC8
(208,158,200)
#BC8FB4
(188,143,180)
#A880A0
(168,128,160)
#94718C
(148,113,140)
#806278
(128,98,120)
#6C5364
(108,83,100)
#584450
(88,68,80)
#44353C
(68,53,60)
#302628
(48,38,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #E4ADDC

#E4ADDC
(228,173,220)
#E6B4DF
(230,180,223)
#E8BBE2
(232,187,226)
#EAC2E5
(234,194,229)
#ECC9E8
(236,201,232)
#EED0EB
(238,208,235)
#F0D7EE
(240,215,238)
#F2DEF1
(242,222,241)
#F4E5F4
(244,229,244)
#F6ECF7
(246,236,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ADDC color. Also use rgb(228,173,220) instead hex code.

Text Font Color

.myTextColor { color: #E4ADDC; }

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

This text font color is #E4ADDC.


Background Color

.myBgColor { background-color: #E4ADDC; }

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

This div background color is #E4ADDC.


Border color

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

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

This div border color is #E4ADDC.


Opacity

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

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

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

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

This text has shadow with #E4ADDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ADDC on black background.


Color preview on white background

This text has color #E4ADDC on white background.



Black color preview on #E4ADDC background

This text has black color on #E4ADDC background.


White color preview on #E4ADDC background

This text has white color on #E4ADDC background.