COLOR #E5AEDE

HEX: #E5AEDE RGB: (229,174,222)

Color info

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

RGB color model

#E5AEDE color RGB value is (229,174,222).

RGB: (229,174,222) (90%, 68%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 222 of 255 = 87%

229
174
222

R + G + B ~ 82%. #E5AEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 174 + 222 = 625 (100%)
R 229 of 625 ~ 36.64%
G 174 of 625 ~ 27.84%
B 222 of 625 ~ 35.52'%

%36.64
%27.84
%35.52

CMYK color model

#E5AEDE color CMYK value is (0,24,3,10).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 3.06%
  • key color value is 10.20%

CMYK: (0,24,3,10)
C0M24Y3K10 (0%, 24%, 3%, 10%)
(0.00 / 0.24 / 0.03 / 0.10)

CMYK percentages

%0
%24.02
%3.06
%10.2

Codes

Color #E5AEDE in popluar color models

E5 AE DE
RGB 229 174 222
HSL 308° 51.40% 79.02%
HSB/HSV 308° 24.02% 89.80%
CMYK 0.00% 24.02% 3.06%
10.20%

Color #E5AEDE in popluar number systems.

HEX E5 AE DE
Decimal 229 174 222
Binary 11100101 10101110 11011110
Octal 345 256 336

Shades and tints

Shades of #E5AEDE

#E5AEDE
(229,174,222)
#D19FCA
(209,159,202)
#BD90B6
(189,144,182)
#A981A2
(169,129,162)
#95728E
(149,114,142)
#81637A
(129,99,122)
#6D5466
(109,84,102)
#594552
(89,69,82)
#45363E
(69,54,62)
#31272A
(49,39,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5AEDE

#E5AEDE
(229,174,222)
#E7B5E1
(231,181,225)
#E9BCE4
(233,188,228)
#EBC3E7
(235,195,231)
#EDCAEA
(237,202,234)
#EFD1ED
(239,209,237)
#F1D8F0
(241,216,240)
#F3DFF3
(243,223,243)
#F5E6F6
(245,230,246)
#F7EDF9
(247,237,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AEDE color. Also use rgb(229,174,222) instead hex code.

Text Font Color

.myTextColor { color: #E5AEDE; }

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

This text font color is #E5AEDE.

Background Color

.myBgColor { background-color: #E5AEDE; }

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

This div background color is #E5AEDE.

Border color

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

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

This div border color is #E5AEDE.

Opacity

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

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

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

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

This text has shadow with #E5AEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AEDE.

Preview

Color preview on black background

This text has color #E5AEDE on black background.


Color preview on white background

This text has color #E5AEDE on white background.


Black color preview on #E5AEDE background

This text has black color on #E5AEDE background.


White color preview on #E5AEDE background

This text has white color on #E5AEDE background.


Related colors

Complementary color

Complementary color for #hex is #1A5121.


I love getcolorcode.com

Triadic colors

1 #DEE5AE and #AEDEE5 with #E5AEDE are triadic colors.

2 #DEAEE5 and #AEE5DE with #E5AEDE are triadic colors.