COLOR #E0ACB0

HEX: #E0ACB0
RGB: (224,172,176)

Color info

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

RGB color model

#E0ACB0 color RGB value is (224,172,176).

  • red value is 224;
  • green value is 172;
  • blue value is 176.
RGB:
(224,172,176)
(88%,67%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 176 of 255 = 69%

224
172
176

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

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 176 = 572 (100%)
R 224 of 572 ~ 39.16%
G 172 of 572 ~ 30.07%
B 176 of 572 ~ 30.77%

%39.16
%30.07
%30.77

CMYK color model

#E0ACB0 color CMYK value is (0,23,21,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 21.43%
  • key color value is 12.16%
CMYK:
(0,23,21,12)
C0M23Y21K12 
(0%,23%,21%,12%)
(0.00/0.23/0.21/0.12)	

CMYK percentages

%0
%23.21
%21.43
%12.16

Codes

Color #E0ACB0 in popluar color models

E0ACB0
RGB224172176
HSL355°45.61%77.65%
HSB/HSV355°23.21%87.84%
CMYK0.00%23.21%21.43%
12.16%

Color #E0ACB0 in popluar number systems.

HEXE0ACB0
Decimal224172176
Binary111000001010110010110000
Octal340254260

Shades and tints

Shades of #E0ACB0

#E0ACB0
(224,172,176)
#CC9DA0
(204,157,160)
#B88E90
(184,142,144)
#A47F80
(164,127,128)
#907070
(144,112,112)
#7C6160
(124,97,96)
#685250
(104,82,80)
#544340
(84,67,64)
#403430
(64,52,48)
#2C2520
(44,37,32)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #E0ACB0

#E0ACB0
(224,172,176)
#E2B3B7
(226,179,183)
#E4BABE
(228,186,190)
#E6C1C5
(230,193,197)
#E8C8CC
(232,200,204)
#EACFD3
(234,207,211)
#ECD6DA
(236,214,218)
#EEDDE1
(238,221,225)
#F0E4E8
(240,228,232)
#F2EBEF
(242,235,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACB0 color. Also use rgb(224,172,176) instead hex code.

Text Font Color

.myTextColor { color: #E0ACB0; }

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

This text font color is #E0ACB0.


Background Color

.myBgColor { background-color: #E0ACB0; }

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

This div background color is #E0ACB0.


Border color

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

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

This div border color is #E0ACB0.


Opacity

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

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

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

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

This text has shadow with #E0ACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACB0 on black background.


Color preview on white background

This text has color #E0ACB0 on white background.



Black color preview on #E0ACB0 background

This text has black color on #E0ACB0 background.


White color preview on #E0ACB0 background

This text has white color on #E0ACB0 background.