COLOR #E5ABDD

HEX: #E5ABDD RGB: (229,171,221)

Color info

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

RGB color model

#E5ABDD color RGB value is (229,171,221).

RGB: (229,171,221) (90%, 67%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 221 of 255 = 87%

229
171
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 171 + 221 = 621 (100%)
R 229 of 621 ~ 36.88%
G 171 of 621 ~ 27.54%
B 221 of 621 ~ 35.59'%

%36.88
%27.54
%35.59

CMYK color model

#E5ABDD color CMYK value is (0,25,3,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (0,25,3,10)
C0M25Y3K10 (0%, 25%, 3%, 10%)
(0.00 / 0.25 / 0.03 / 0.10)

CMYK percentages

%0
%25.33
%3.49
%10.2

Codes

Color #E5ABDD in popluar color models

E5 AB DD
RGB 229 171 221
HSL 308° 52.73% 78.43%
HSB/HSV 308° 25.33% 89.80%
CMYK 0.00% 25.33% 3.49%
10.20%

Color #E5ABDD in popluar number systems.

HEX E5 AB DD
Decimal 229 171 221
Binary 11100101 10101011 11011101
Octal 345 253 335

Shades and tints

Shades of #E5ABDD

#E5ABDD
(229,171,221)
#D19CC9
(209,156,201)
#BD8DB5
(189,141,181)
#A97EA1
(169,126,161)
#956F8D
(149,111,141)
#816079
(129,96,121)
#6D5165
(109,81,101)
#594251
(89,66,81)
#45333D
(69,51,61)
#312429
(49,36,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5ABDD

#E5ABDD
(229,171,221)
#E7B2E0
(231,178,224)
#E9B9E3
(233,185,227)
#EBC0E6
(235,192,230)
#EDC7E9
(237,199,233)
#EFCEEC
(239,206,236)
#F1D5EF
(241,213,239)
#F3DCF2
(243,220,242)
#F5E3F5
(245,227,245)
#F7EAF8
(247,234,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ABDD color. Also use rgb(229,171,221) instead hex code.

Text Font Color

.myTextColor { color: #E5ABDD; }

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

This text font color is #E5ABDD.

Background Color

.myBgColor { background-color: #E5ABDD; }

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

This div background color is #E5ABDD.

Border color

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

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

This div border color is #E5ABDD.

Opacity

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

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

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

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

This text has shadow with #E5ABDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ABDD.

Preview

Color preview on black background

This text has color #E5ABDD on black background.


Color preview on white background

This text has color #E5ABDD on white background.


Black color preview on #E5ABDD background

This text has black color on #E5ABDD background.


White color preview on #E5ABDD background

This text has white color on #E5ABDD background.


Related colors

Complementary color

Complementary color for #hex is #1A5422.


I love getcolorcode.com

Triadic colors

1 #DDE5AB and #ABDDE5 with #E5ABDD are triadic colors.

2 #DDABE5 and #ABE5DD with #E5ABDD are triadic colors.