COLOR #E5ABC5

HEX: #E5ABC5 RGB: (229,171,197)

Color info

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

RGB color model

#E5ABC5 color RGB value is (229,171,197).

RGB: (229,171,197) (90%, 67%, 77%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 197 of 255 = 77%

229
171
197

R + G + B ~ 78%. #E5ABC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 171 + 197 = 597 (100%)
R 229 of 597 ~ 38.36%
G 171 of 597 ~ 28.64%
B 197 of 597 ~ 33'%

%38.36
%28.64
%33

CMYK color model

#E5ABC5 color CMYK value is (0,25,14,10).

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

CMYK: (0,25,14,10)
C0M25Y14K10 (0%, 25%, 14%, 10%)
(0.00 / 0.25 / 0.14 / 0.10)

CMYK percentages

%0
%25.33
%13.97
%10.2

Codes

Color #E5ABC5 in popluar color models

E5 AB C5
RGB 229 171 197
HSL 333° 52.73% 78.43%
HSB/HSV 333° 25.33% 89.80%
CMYK 0.00% 25.33% 13.97%
10.20%

Color #E5ABC5 in popluar number systems.

HEX E5 AB C5
Decimal 229 171 197
Binary 11100101 10101011 11000101
Octal 345 253 305

Shades and tints

Shades of #E5ABC5

#E5ABC5
(229,171,197)
#D19CB4
(209,156,180)
#BD8DA3
(189,141,163)
#A97E92
(169,126,146)
#956F81
(149,111,129)
#816070
(129,96,112)
#6D515F
(109,81,95)
#59424E
(89,66,78)
#45333D
(69,51,61)
#31242C
(49,36,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5ABC5

#E5ABC5
(229,171,197)
#E7B2CA
(231,178,202)
#E9B9CF
(233,185,207)
#EBC0D4
(235,192,212)
#EDC7D9
(237,199,217)
#EFCEDE
(239,206,222)
#F1D5E3
(241,213,227)
#F3DCE8
(243,220,232)
#F5E3ED
(245,227,237)
#F7EAF2
(247,234,242)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABC5; }

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

This text font color is #E5ABC5.

Background Color

.myBgColor { background-color: #E5ABC5; }

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

This div background color is #E5ABC5.

Border color

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

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

This div border color is #E5ABC5.

Opacity

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

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

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

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

This text has shadow with #E5ABC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ABC5.

Preview

Color preview on black background

This text has color #E5ABC5 on black background.


Color preview on white background

This text has color #E5ABC5 on white background.


Black color preview on #E5ABC5 background

This text has black color on #E5ABC5 background.


White color preview on #E5ABC5 background

This text has white color on #E5ABC5 background.


Related colors

Complementary color

Complementary color for #hex is #1A543A.


I love getcolorcode.com

Triadic colors

1 #C5E5AB and #ABC5E5 with #E5ABC5 are triadic colors.

2 #C5ABE5 and #ABE5C5 with #E5ABC5 are triadic colors.