COLOR #E5ABCA

HEX: #E5ABCA
RGB: (229,171,202)

Color info

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

RGB color model

#E5ABCA color RGB value is (229,171,202).

  • red value is 229;
  • green value is 171;
  • blue value is 202.
RGB:
(229,171,202)
(90%,67%,79%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 202 of 255 = 79%

229
171
202

R + G + B ~ 79%. #E5ABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 171 + 202 = 602 (100%)
R 229 of 602 ~ 38.04%
G 171 of 602 ~ 28.41%
B 202 of 602 ~ 33.55%

%38.04
%28.41
%33.55

CMYK color model

#E5ABCA color CMYK value is (0,25,12,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(0,25,12,10)
C0M25Y12K10 
(0%,25%,12%,10%)
(0.00/0.25/0.12/0.10)	

CMYK percentages

%0
%25.33
%11.79
%10.2

Codes

Color #E5ABCA in popluar color models

E5ABCA
RGB229171202
HSL328°52.73%78.43%
HSB/HSV328°25.33%89.80%
CMYK0.00%25.33%11.79%
10.20%

Color #E5ABCA in popluar number systems.

HEXE5ABCA
Decimal229171202
Binary111001011010101111001010
Octal345253312

Shades and tints

Shades of #E5ABCA

#E5ABCA
(229,171,202)
#D19CB8
(209,156,184)
#BD8DA6
(189,141,166)
#A97E94
(169,126,148)
#956F82
(149,111,130)
#816070
(129,96,112)
#6D515E
(109,81,94)
#59424C
(89,66,76)
#45333A
(69,51,58)
#312428
(49,36,40)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5ABCA

#E5ABCA
(229,171,202)
#E7B2CE
(231,178,206)
#E9B9D2
(233,185,210)
#EBC0D6
(235,192,214)
#EDC7DA
(237,199,218)
#EFCEDE
(239,206,222)
#F1D5E2
(241,213,226)
#F3DCE6
(243,220,230)
#F5E3EA
(245,227,234)
#F7EAEE
(247,234,238)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABCA; }

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

This text font color is #E5ABCA.


Background Color

.myBgColor { background-color: #E5ABCA; }

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

This div background color is #E5ABCA.


Border color

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

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

This div border color is #E5ABCA.


Opacity

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

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

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

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

This text has shadow with #E5ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ABCA on black background.


Color preview on white background

This text has color #E5ABCA on white background.



Black color preview on #E5ABCA background

This text has black color on #E5ABCA background.


White color preview on #E5ABCA background

This text has white color on #E5ABCA background.