COLOR #E5ABBA

HEX: #E5ABBA
RGB: (229,171,186)

Color info

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

RGB color model

#E5ABBA color RGB value is (229,171,186).

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

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 186 of 255 = 73%

229
171
186

R + G + B ~ 77%. #E5ABBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 171 + 186 = 586 (100%)
R 229 of 586 ~ 39.08%
G 171 of 586 ~ 29.18%
B 186 of 586 ~ 31.74%

%39.08
%29.18
%31.74

CMYK color model

#E5ABBA color CMYK value is (0,25,19,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(0,25,19,10)
C0M25Y19K10 
(0%,25%,19%,10%)
(0.00/0.25/0.19/0.10)	

CMYK percentages

%0
%25.33
%18.78
%10.2

Codes

Color #E5ABBA in popluar color models

E5ABBA
RGB229171186
HSL344°52.73%78.43%
HSB/HSV344°25.33%89.80%
CMYK0.00%25.33%18.78%
10.20%

Color #E5ABBA in popluar number systems.

HEXE5ABBA
Decimal229171186
Binary111001011010101110111010
Octal345253272

Shades and tints

Shades of #E5ABBA

#E5ABBA
(229,171,186)
#D19CAA
(209,156,170)
#BD8D9A
(189,141,154)
#A97E8A
(169,126,138)
#956F7A
(149,111,122)
#81606A
(129,96,106)
#6D515A
(109,81,90)
#59424A
(89,66,74)
#45333A
(69,51,58)
#31242A
(49,36,42)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #E5ABBA

#E5ABBA
(229,171,186)
#E7B2C0
(231,178,192)
#E9B9C6
(233,185,198)
#EBC0CC
(235,192,204)
#EDC7D2
(237,199,210)
#EFCED8
(239,206,216)
#F1D5DE
(241,213,222)
#F3DCE4
(243,220,228)
#F5E3EA
(245,227,234)
#F7EAF0
(247,234,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABBA; }

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

This text font color is #E5ABBA.


Background Color

.myBgColor { background-color: #E5ABBA; }

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

This div background color is #E5ABBA.


Border color

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

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

This div border color is #E5ABBA.


Opacity

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

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

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

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

This text has shadow with #E5ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ABBA on black background.


Color preview on white background

This text has color #E5ABBA on white background.



Black color preview on #E5ABBA background

This text has black color on #E5ABBA background.


White color preview on #E5ABBA background

This text has white color on #E5ABBA background.