COLOR #E0ACB1

HEX: #E0ACB1 RGB: (224,172,177)

Color info

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

RGB color model

#E0ACB1 color RGB value is (224,172,177).

RGB: (224,172,177) (88%, 67%, 69%)

RGB channels and saturation

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

224
172
177

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

Portions of RGB colors in percentages

R + G + B = 224 + 172 + 177 = 573 (100%)
R 224 of 573 ~ 39.09%
G 172 of 573 ~ 30.02%
B 177 of 573 ~ 30.89'%

%39.09
%30.02
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 20.98%
  • 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
%20.98
%12.16

Codes

Color #E0ACB1 in popluar color models

E0 AC B1
RGB 224 172 177
HSL 354° 45.61% 77.65%
HSB/HSV 354° 23.21% 87.84%
CMYK 0.00% 23.21% 20.98%
12.16%

Color #E0ACB1 in popluar number systems.

HEX E0 AC B1
Decimal 224 172 177
Binary 11100000 10101100 10110001
Octal 340 254 261

Shades and tints

Shades of #E0ACB1

#E0ACB1
(224,172,177)
#CC9DA1
(204,157,161)
#B88E91
(184,142,145)
#A47F81
(164,127,129)
#907071
(144,112,113)
#7C6161
(124,97,97)
#685251
(104,82,81)
#544341
(84,67,65)
#403431
(64,52,49)
#2C2521
(44,37,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #E0ACB1

#E0ACB1
(224,172,177)
#E2B3B8
(226,179,184)
#E4BABF
(228,186,191)
#E6C1C6
(230,193,198)
#E8C8CD
(232,200,205)
#EACFD4
(234,207,212)
#ECD6DB
(236,214,219)
#EEDDE2
(238,221,226)
#F0E4E9
(240,228,233)
#F2EBF0
(242,235,240)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ACB1; }

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

This text font color is #E0ACB1.

Background Color

.myBgColor { background-color: #E0ACB1; }

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

This div background color is #E0ACB1.

Border color

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

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

This div border color is #E0ACB1.

Opacity

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

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

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

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

This text has shadow with #E0ACB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0ACB1.

Preview

Color preview on black background

This text has color #E0ACB1 on black background.


Color preview on white background

This text has color #E0ACB1 on white background.


Black color preview on #E0ACB1 background

This text has black color on #E0ACB1 background.


White color preview on #E0ACB1 background

This text has white color on #E0ACB1 background.


Related colors

Complementary color

Complementary color for #hex is #1F534E.


I love getcolorcode.com

Triadic colors

1 #B1E0AC and #ACB1E0 with #E0ACB1 are triadic colors.

2 #B1ACE0 and #ACE0B1 with #E0ACB1 are triadic colors.