COLOR #E5AC94

HEX: #E5AC94
RGB: (229,172,148)

Color info

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

RGB color model

#E5AC94 color RGB value is (229,172,148).

  • red value is 229;
  • green value is 172;
  • blue value is 148.
RGB:
(229,172,148)
(90%,67%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 148 of 255 = 58%

229
172
148

R + G + B ~ 72%. #E5AC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 172 + 148 = 549 (100%)
R 229 of 549 ~ 41.71%
G 172 of 549 ~ 31.33%
B 148 of 549 ~ 26.96%

%41.71
%31.33
%26.96

CMYK color model

#E5AC94 color CMYK value is (0,25,35,10).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(0,25,35,10)
C0M25Y35K10 
(0%,25%,35%,10%)
(0.00/0.25/0.35/0.10)	

CMYK percentages

%0
%24.89
%35.37
%10.2

Codes

Color #E5AC94 in popluar color models

E5AC94
RGB229172148
HSL18°60.90%73.92%
HSB/HSV18°35.37%89.80%
CMYK0.00%24.89%35.37%
10.20%

Color #E5AC94 in popluar number systems.

HEXE5AC94
Decimal229172148
Binary111001011010110010010100
Octal345254224

Shades and tints

Shades of #E5AC94

#E5AC94
(229,172,148)
#D19D87
(209,157,135)
#BD8E7A
(189,142,122)
#A97F6D
(169,127,109)
#957060
(149,112,96)
#816153
(129,97,83)
#6D5246
(109,82,70)
#594339
(89,67,57)
#45342C
(69,52,44)
#31251F
(49,37,31)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #E5AC94

#E5AC94
(229,172,148)
#E7B39D
(231,179,157)
#E9BAA6
(233,186,166)
#EBC1AF
(235,193,175)
#EDC8B8
(237,200,184)
#EFCFC1
(239,207,193)
#F1D6CA
(241,214,202)
#F3DDD3
(243,221,211)
#F5E4DC
(245,228,220)
#F7EBE5
(247,235,229)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AC94; }

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

This text font color is #E5AC94.


Background Color

.myBgColor { background-color: #E5AC94; }

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

This div background color is #E5AC94.


Border color

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

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

This div border color is #E5AC94.


Opacity

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

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

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

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

This text has shadow with #E5AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AC94 on black background.


Color preview on white background

This text has color #E5AC94 on white background.



Black color preview on #E5AC94 background

This text has black color on #E5AC94 background.


White color preview on #E5AC94 background

This text has white color on #E5AC94 background.