COLOR #E5ABDC

HEX: #E5ABDC RGB: (229,171,220)

Color info

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

RGB color model

#E5ABDC color RGB value is (229,171,220).

RGB: (229,171,220) (90%, 67%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 220 of 255 = 86%

229
171
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 171 + 220 = 620 (100%)
R 229 of 620 ~ 36.94%
G 171 of 620 ~ 27.58%
B 220 of 620 ~ 35.48'%

%36.94
%27.58
%35.48

CMYK color model

#E5ABDC color CMYK value is (0,25,4,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK: (0,25,4,10) C0M25Y4K10 (0%,25%,4%,10%) (0.00/0.25/0.04/0.10) 

CMYK percentages

%0
%25.33
%3.93
%10.2

Codes

Color #E5ABDC in popluar color models

E5 AB DC
RGB 229 171 220
HSL 309° 52.73% 78.43%
HSB/HSV 309° 25.33% 89.80%
CMYK 0.00% 25.33% 3.93%
10.20%

Color #E5ABDC in popluar number systems.

HEX E5 AB DC
Decimal 229 171 220
Binary 11100101 10101011 11011100
Octal 345 253 334

Shades and tints

Shades of #E5ABDC

#E5ABDC
(229,171,220)
#D19CC8
(209,156,200)
#BD8DB4
(189,141,180)
#A97EA0
(169,126,160)
#956F8C
(149,111,140)
#816078
(129,96,120)
#6D5164
(109,81,100)
#594250
(89,66,80)
#45333C
(69,51,60)
#312428
(49,36,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5ABDC

#E5ABDC
(229,171,220)
#E7B2DF
(231,178,223)
#E9B9E2
(233,185,226)
#EBC0E5
(235,192,229)
#EDC7E8
(237,199,232)
#EFCEEB
(239,206,235)
#F1D5EE
(241,213,238)
#F3DCF1
(243,220,241)
#F5E3F4
(245,227,244)
#F7EAF7
(247,234,247)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABDC; }

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

This text font color is #E5ABDC.

Background Color

.myBgColor { background-color: #E5ABDC; }

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

This div background color is #E5ABDC.

Border color

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

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

This div border color is #E5ABDC.

Opacity

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

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

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

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

This text has shadow with #E5ABDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ABDC.

Preview

Color preview on black background

This text has color #E5ABDC on black background.


Color preview on white background

This text has color #E5ABDC on white background.


Black color preview on #E5ABDC background

This text has black color on #E5ABDC background.


White color preview on #E5ABDC background

This text has white color on #E5ABDC background.


Related colors

Complementary color

Complementary color for #hex is #1A5423.


I love getcolorcode.com

Triadic colors

1 #DCE5AB and #ABDCE5 with #E5ABDC are triadic colors.

2 #DCABE5 and #ABE5DC with #E5ABDC are triadic colors.