COLOR #E9ABBD

HEX: #E9ABBD
RGB: (233,171,189)

Color info

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

RGB color model

#E9ABBD color RGB value is (233,171,189).

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

RGB channels and saturation

R 233 of 255 = 91%
G 171 of 255 = 67%
B 189 of 255 = 74%

233
171
189

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

Portions of RGB colors in percentages

R + G + B =
233 + 171 + 189 = 593 (100%)
R 233 of 593 ~ 39.29%
G 171 of 593 ~ 28.84%
B 189 of 593 ~ 31.87%

%39.29
%28.84
%31.87

CMYK color model

#E9ABBD color CMYK value is (0,27,19,9).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(0,27,19,9)
C0M27Y19K9 
(0%,27%,19%,9%)
(0.00/0.27/0.19/0.09)	

CMYK percentages

%0
%26.61
%18.88
%8.63

Codes

Color #E9ABBD in popluar color models

E9ABBD
RGB233171189
HSL343°58.49%79.22%
HSB/HSV343°26.61%91.37%
CMYK0.00%26.61%18.88%
8.63%

Color #E9ABBD in popluar number systems.

HEXE9ABBD
Decimal233171189
Binary111010011010101110111101
Octal351253275

Shades and tints

Shades of #E9ABBD

#E9ABBD
(233,171,189)
#D49CAC
(212,156,172)
#BF8D9B
(191,141,155)
#AA7E8A
(170,126,138)
#956F79
(149,111,121)
#806068
(128,96,104)
#6B5157
(107,81,87)
#564246
(86,66,70)
#413335
(65,51,53)
#2C2424
(44,36,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #E9ABBD

#E9ABBD
(233,171,189)
#EBB2C3
(235,178,195)
#EDB9C9
(237,185,201)
#EFC0CF
(239,192,207)
#F1C7D5
(241,199,213)
#F3CEDB
(243,206,219)
#F5D5E1
(245,213,225)
#F7DCE7
(247,220,231)
#F9E3ED
(249,227,237)
#FBEAF3
(251,234,243)
#FDF1F9
(253,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ABBD; }

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

This text font color is #E9ABBD.


Background Color

.myBgColor { background-color: #E9ABBD; }

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

This div background color is #E9ABBD.


Border color

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

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

This div border color is #E9ABBD.


Opacity

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

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

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

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

This text has shadow with #E9ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ABBD on black background.


Color preview on white background

This text has color #E9ABBD on white background.



Black color preview on #E9ABBD background

This text has black color on #E9ABBD background.


White color preview on #E9ABBD background

This text has white color on #E9ABBD background.