COLOR #E9ABC5

HEX: #E9ABC5 RGB: (233,171,197)

Color info

#E9ABC5 contains mainly red and blue colors. Web safe color of #E9ABC5 is #FF99CC (or #F9C).

RGB color model

#E9ABC5 color RGB value is (233,171,197).

RGB: (233,171,197) (91%, 67%, 77%)

RGB channels and saturation

R 233 of 255 = 91%
G 171 of 255 = 67%
B 197 of 255 = 77%

233
171
197

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

Portions of RGB colors in percentages

R + G + B = 233 + 171 + 197 = 601 (100%)
R 233 of 601 ~ 38.77%
G 171 of 601 ~ 28.45%
B 197 of 601 ~ 32.78'%

%38.77
%28.45
%32.78

CMYK color model

#E9ABC5 color CMYK value is (0,27,15,9).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 15.45%
  • key color value is 8.63%

CMYK: (0,27,15,9)
C0M27Y15K9 (0%, 27%, 15%, 9%)
(0.00 / 0.27 / 0.15 / 0.09)

CMYK percentages

%0
%26.61
%15.45
%8.63

Codes

Color #E9ABC5 in popluar color models

E9 AB C5
RGB 233 171 197
HSL 335° 58.49% 79.22%
HSB/HSV 335° 26.61% 91.37%
CMYK 0.00% 26.61% 15.45%
8.63%

Color #E9ABC5 in popluar number systems.

HEX E9 AB C5
Decimal 233 171 197
Binary 11101001 10101011 11000101
Octal 351 253 305

Shades and tints

Shades of #E9ABC5

#E9ABC5
(233,171,197)
#D49CB4
(212,156,180)
#BF8DA3
(191,141,163)
#AA7E92
(170,126,146)
#956F81
(149,111,129)
#806070
(128,96,112)
#6B515F
(107,81,95)
#56424E
(86,66,78)
#41333D
(65,51,61)
#2C242C
(44,36,44)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #E9ABC5

#E9ABC5
(233,171,197)
#EBB2CA
(235,178,202)
#EDB9CF
(237,185,207)
#EFC0D4
(239,192,212)
#F1C7D9
(241,199,217)
#F3CEDE
(243,206,222)
#F5D5E3
(245,213,227)
#F7DCE8
(247,220,232)
#F9E3ED
(249,227,237)
#FBEAF2
(251,234,242)
#FDF1F7
(253,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ABC5; }

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

This text font color is #E9ABC5.

Background Color

.myBgColor { background-color: #E9ABC5; }

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

This div background color is #E9ABC5.

Border color

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

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

This div border color is #E9ABC5.

Opacity

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

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

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

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

This text has shadow with #E9ABC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9ABC5.

Preview

Color preview on black background

This text has color #E9ABC5 on black background.


Color preview on white background

This text has color #E9ABC5 on white background.


Black color preview on #E9ABC5 background

This text has black color on #E9ABC5 background.


White color preview on #E9ABC5 background

This text has white color on #E9ABC5 background.


Related colors

Complementary color

Complementary color for #hex is #16543A.


I love getcolorcode.com

Triadic colors

1 #C5E9AB and #ABC5E9 with #E9ABC5 are triadic colors.

2 #C5ABE9 and #ABE9C5 with #E9ABC5 are triadic colors.