COLOR #E5AC9C

HEX: #E5AC9C RGB: (229,172,156)

Color info

#E5AC9C contains mainly red and green colors. Web safe color of #E5AC9C is #CC9999 (or #C99).

RGB color model

#E5AC9C color RGB value is (229,172,156).

RGB: (229,172,156) (90%, 67%, 61%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 156 of 255 = 61%

229
172
156

R + G + B ~ 73%. #E5AC9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 172 + 156 = 557 (100%)
R 229 of 557 ~ 41.11%
G 172 of 557 ~ 30.88%
B 156 of 557 ~ 28.01'%

%41.11
%30.88
%28.01

CMYK color model

#E5AC9C color CMYK value is (0,25,32,10).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 31.88%
  • key color value is 10.20%

CMYK: (0,25,32,10)
C0M25Y32K10 (0%, 25%, 32%, 10%)
(0.00 / 0.25 / 0.32 / 0.10)

CMYK percentages

%0
%24.89
%31.88
%10.2

Codes

Color #E5AC9C in popluar color models

E5 AC 9C
RGB 229 172 156
HSL 13° 58.40% 75.49%
HSB/HSV 13° 31.88% 89.80%
CMYK 0.00% 24.89% 31.88%
10.20%

Color #E5AC9C in popluar number systems.

HEX E5 AC 9C
Decimal 229 172 156
Binary 11100101 10101100 10011100
Octal 345 254 234

Shades and tints

Shades of #E5AC9C

#E5AC9C
(229,172,156)
#D19D8E
(209,157,142)
#BD8E80
(189,142,128)
#A97F72
(169,127,114)
#957064
(149,112,100)
#816156
(129,97,86)
#6D5248
(109,82,72)
#59433A
(89,67,58)
#45342C
(69,52,44)
#31251E
(49,37,30)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #E5AC9C

#E5AC9C
(229,172,156)
#E7B3A5
(231,179,165)
#E9BAAE
(233,186,174)
#EBC1B7
(235,193,183)
#EDC8C0
(237,200,192)
#EFCFC9
(239,207,201)
#F1D6D2
(241,214,210)
#F3DDDB
(243,221,219)
#F5E4E4
(245,228,228)
#F7EBED
(247,235,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AC9C color. Also use rgb(229,172,156) instead hex code.

Text Font Color

.myTextColor { color: #E5AC9C; }

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

This text font color is #E5AC9C.

Background Color

.myBgColor { background-color: #E5AC9C; }

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

This div background color is #E5AC9C.

Border color

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

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

This div border color is #E5AC9C.

Opacity

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

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

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

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

This text has shadow with #E5AC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AC9C.

Preview

Color preview on black background

This text has color #E5AC9C on black background.


Color preview on white background

This text has color #E5AC9C on white background.


Black color preview on #E5AC9C background

This text has black color on #E5AC9C background.


White color preview on #E5AC9C background

This text has white color on #E5AC9C background.


Related colors

Complementary color

Complementary color for #hex is #1A5363.


I love getcolorcode.com

Triadic colors

1 #9CE5AC and #AC9CE5 with #E5AC9C are triadic colors.

2 #9CACE5 and #ACE59C with #E5AC9C are triadic colors.