COLOR #E5ABC4

HEX: #E5ABC4 RGB: (229,171,196)

Color info

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

RGB color model

#E5ABC4 color RGB value is (229,171,196).

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

RGB channels and saturation

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

229
171
196

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

Portions of RGB colors in percentages

R + G + B = 229 + 171 + 196 = 596 (100%)
R 229 of 596 ~ 38.42%
G 171 of 596 ~ 28.69%
B 196 of 596 ~ 32.89'%

%38.42
%28.69
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 14.41%
  • 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
%14.41
%10.2

Codes

Color #E5ABC4 in popluar color models

E5 AB C4
RGB 229 171 196
HSL 334° 52.73% 78.43%
HSB/HSV 334° 25.33% 89.80%
CMYK 0.00% 25.33% 14.41%
10.20%

Color #E5ABC4 in popluar number systems.

HEX E5 AB C4
Decimal 229 171 196
Binary 11100101 10101011 11000100
Octal 345 253 304

Shades and tints

Shades of #E5ABC4

#E5ABC4
(229,171,196)
#D19CB3
(209,156,179)
#BD8DA2
(189,141,162)
#A97E91
(169,126,145)
#956F80
(149,111,128)
#81606F
(129,96,111)
#6D515E
(109,81,94)
#59424D
(89,66,77)
#45333C
(69,51,60)
#31242B
(49,36,43)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #E5ABC4

#E5ABC4
(229,171,196)
#E7B2C9
(231,178,201)
#E9B9CE
(233,185,206)
#EBC0D3
(235,192,211)
#EDC7D8
(237,199,216)
#EFCEDD
(239,206,221)
#F1D5E2
(241,213,226)
#F3DCE7
(243,220,231)
#F5E3EC
(245,227,236)
#F7EAF1
(247,234,241)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ABC4; }

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

This text font color is #E5ABC4.

Background Color

.myBgColor { background-color: #E5ABC4; }

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

This div background color is #E5ABC4.

Border color

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

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

This div border color is #E5ABC4.

Opacity

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

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

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

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

This text has shadow with #E5ABC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ABC4.

Preview

Color preview on black background

This text has color #E5ABC4 on black background.


Color preview on white background

This text has color #E5ABC4 on white background.


Black color preview on #E5ABC4 background

This text has black color on #E5ABC4 background.


White color preview on #E5ABC4 background

This text has white color on #E5ABC4 background.


Related colors

Complementary color

Complementary color for #hex is #1A543B.


I love getcolorcode.com

Triadic colors

1 #C4E5AB and #ABC4E5 with #E5ABC4 are triadic colors.

2 #C4ABE5 and #ABE5C4 with #E5ABC4 are triadic colors.