COLOR #E5ADD4

HEX: #E5ADD4 RGB: (229,173,212)

Color info

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

RGB color model

#E5ADD4 color RGB value is (229,173,212).

RGB: (229,173,212) (90%, 68%, 83%)

RGB channels and saturation

R 229 of 255 = 90%
G 173 of 255 = 68%
B 212 of 255 = 83%

229
173
212

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

Portions of RGB colors in percentages

R + G + B = 229 + 173 + 212 = 614 (100%)
R 229 of 614 ~ 37.3%
G 173 of 614 ~ 28.18%
B 212 of 614 ~ 34.53'%

%37.3
%28.18
%34.53

CMYK color model

#E5ADD4 color CMYK value is (0,24,7,10).

  • cyan value is 0.00%
  • magenta value is 24.45%
  • yellow value is 7.42%
  • key color value is 10.20%

CMYK: (0,24,7,10)
C0M24Y7K10 (0%, 24%, 7%, 10%)
(0.00 / 0.24 / 0.07 / 0.10)

CMYK percentages

%0
%24.45
%7.42
%10.2

Codes

Color #E5ADD4 in popluar color models

E5 AD D4
RGB 229 173 212
HSL 318° 51.85% 78.82%
HSB/HSV 318° 24.45% 89.80%
CMYK 0.00% 24.45% 7.42%
10.20%

Color #E5ADD4 in popluar number systems.

HEX E5 AD D4
Decimal 229 173 212
Binary 11100101 10101101 11010100
Octal 345 255 324

Shades and tints

Shades of #E5ADD4

#E5ADD4
(229,173,212)
#D19EC1
(209,158,193)
#BD8FAE
(189,143,174)
#A9809B
(169,128,155)
#957188
(149,113,136)
#816275
(129,98,117)
#6D5362
(109,83,98)
#59444F
(89,68,79)
#45353C
(69,53,60)
#312629
(49,38,41)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #E5ADD4

#E5ADD4
(229,173,212)
#E7B4D7
(231,180,215)
#E9BBDA
(233,187,218)
#EBC2DD
(235,194,221)
#EDC9E0
(237,201,224)
#EFD0E3
(239,208,227)
#F1D7E6
(241,215,230)
#F3DEE9
(243,222,233)
#F5E5EC
(245,229,236)
#F7ECEF
(247,236,239)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ADD4 color. Also use rgb(229,173,212) instead hex code.

Text Font Color

.myTextColor { color: #E5ADD4; }

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

This text font color is #E5ADD4.

Background Color

.myBgColor { background-color: #E5ADD4; }

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

This div background color is #E5ADD4.

Border color

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

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

This div border color is #E5ADD4.

Opacity

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

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

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

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

This text has shadow with #E5ADD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ADD4.

Preview

Color preview on black background

This text has color #E5ADD4 on black background.


Color preview on white background

This text has color #E5ADD4 on white background.


Black color preview on #E5ADD4 background

This text has black color on #E5ADD4 background.


White color preview on #E5ADD4 background

This text has white color on #E5ADD4 background.


Related colors

Complementary color

Complementary color for #hex is #1A522B.


I love getcolorcode.com

Triadic colors

1 #D4E5AD and #ADD4E5 with #E5ADD4 are triadic colors.

2 #D4ADE5 and #ADE5D4 with #E5ADD4 are triadic colors.