COLOR #E9ABD0

HEX: #E9ABD0
RGB: (233,171,208)

Color info

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

RGB color model

#E9ABD0 color RGB value is (233,171,208).

  • red value is 233;
  • green value is 171;
  • blue value is 208.
RGB:
(233,171,208)
(91%,67%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 171 of 255 = 67%
B 208 of 255 = 82%

233
171
208

R + G + B ~ 80%. #E9ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 171 + 208 = 612 (100%)
R 233 of 612 ~ 38.07%
G 171 of 612 ~ 27.94%
B 208 of 612 ~ 33.99%

%38.07
%27.94
%33.99

CMYK color model

#E9ABD0 color CMYK value is (0,27,11,9).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 10.73%
  • key color value is 8.63%
CMYK:
(0,27,11,9)
C0M27Y11K9 
(0%,27%,11%,9%)
(0.00/0.27/0.11/0.09)	

CMYK percentages

%0
%26.61
%10.73
%8.63

Codes

Color #E9ABD0 in popluar color models

E9ABD0
RGB233171208
HSL324°58.49%79.22%
HSB/HSV324°26.61%91.37%
CMYK0.00%26.61%10.73%
8.63%

Color #E9ABD0 in popluar number systems.

HEXE9ABD0
Decimal233171208
Binary111010011010101111010000
Octal351253320

Shades and tints

Shades of #E9ABD0

#E9ABD0
(233,171,208)
#D49CBE
(212,156,190)
#BF8DAC
(191,141,172)
#AA7E9A
(170,126,154)
#956F88
(149,111,136)
#806076
(128,96,118)
#6B5164
(107,81,100)
#564252
(86,66,82)
#413340
(65,51,64)
#2C242E
(44,36,46)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #E9ABD0

#E9ABD0
(233,171,208)
#EBB2D4
(235,178,212)
#EDB9D8
(237,185,216)
#EFC0DC
(239,192,220)
#F1C7E0
(241,199,224)
#F3CEE4
(243,206,228)
#F5D5E8
(245,213,232)
#F7DCEC
(247,220,236)
#F9E3F0
(249,227,240)
#FBEAF4
(251,234,244)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ABD0; }

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

This text font color is #E9ABD0.


Background Color

.myBgColor { background-color: #E9ABD0; }

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

This div background color is #E9ABD0.


Border color

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

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

This div border color is #E9ABD0.


Opacity

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

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

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

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

This text has shadow with #E9ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ABD0 on black background.


Color preview on white background

This text has color #E9ABD0 on white background.



Black color preview on #E9ABD0 background

This text has black color on #E9ABD0 background.


White color preview on #E9ABD0 background

This text has white color on #E9ABD0 background.