COLOR #E4ABB0

HEX: #E4ABB0
RGB: (228,171,176)

Color info

#E4ABB0 contains red, green and blue colors in about the same proportion. Web safe color of #E4ABB0 is #CC9999 (or #C99).

RGB color model

#E4ABB0 color RGB value is (228,171,176).

  • red value is 228;
  • green value is 171;
  • blue value is 176.
RGB:
(228,171,176)
(89%,67%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 171 of 255 = 67%
B 176 of 255 = 69%

228
171
176

R + G + B ~ 75%. #E4ABB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 171 + 176 = 575 (100%)
R 228 of 575 ~ 39.65%
G 171 of 575 ~ 29.74%
B 176 of 575 ~ 30.61%

%39.65
%29.74
%30.61

CMYK color model

#E4ABB0 color CMYK value is (0,25,23,11).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 22.81%
  • key color value is 10.59%
CMYK:
(0,25,23,11)
C0M25Y23K11 
(0%,25%,23%,11%)
(0.00/0.25/0.23/0.11)	

CMYK percentages

%0
%25
%22.81
%10.59

Codes

Color #E4ABB0 in popluar color models

E4ABB0
RGB228171176
HSL355°51.35%78.24%
HSB/HSV355°25.00%89.41%
CMYK0.00%25.00%22.81%
10.59%

Color #E4ABB0 in popluar number systems.

HEXE4ABB0
Decimal228171176
Binary111001001010101110110000
Octal344253260

Shades and tints

Shades of #E4ABB0

#E4ABB0
(228,171,176)
#D09CA0
(208,156,160)
#BC8D90
(188,141,144)
#A87E80
(168,126,128)
#946F70
(148,111,112)
#806060
(128,96,96)
#6C5150
(108,81,80)
#584240
(88,66,64)
#443330
(68,51,48)
#302420
(48,36,32)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #E4ABB0

#E4ABB0
(228,171,176)
#E6B2B7
(230,178,183)
#E8B9BE
(232,185,190)
#EAC0C5
(234,192,197)
#ECC7CC
(236,199,204)
#EECED3
(238,206,211)
#F0D5DA
(240,213,218)
#F2DCE1
(242,220,225)
#F4E3E8
(244,227,232)
#F6EAEF
(246,234,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ABB0 color. Also use rgb(228,171,176) instead hex code.

Text Font Color

.myTextColor { color: #E4ABB0; }

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

This text font color is #E4ABB0.


Background Color

.myBgColor { background-color: #E4ABB0; }

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

This div background color is #E4ABB0.


Border color

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

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

This div border color is #E4ABB0.


Opacity

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

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

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

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

This text has shadow with #E4ABB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ABB0 on black background.


Color preview on white background

This text has color #E4ABB0 on white background.



Black color preview on #E4ABB0 background

This text has black color on #E4ABB0 background.


White color preview on #E4ABB0 background

This text has white color on #E4ABB0 background.