COLOR #E0AC93

HEX: #E0AC93
RGB: (224,172,147)

Color info

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

RGB color model

#E0AC93 color RGB value is (224,172,147).

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

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 147 of 255 = 58%

224
172
147

R + G + B ~ 71%. #E0AC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 147 = 543 (100%)
R 224 of 543 ~ 41.25%
G 172 of 543 ~ 31.68%
B 147 of 543 ~ 27.07%

%41.25
%31.68
%27.07

CMYK color model

#E0AC93 color CMYK value is (0,23,34,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 34.38%
  • key color value is 12.16%
CMYK:
(0,23,34,12)
C0M23Y34K12 
(0%,23%,34%,12%)
(0.00/0.23/0.34/0.12)	

CMYK percentages

%0
%23.21
%34.38
%12.16

Codes

Color #E0AC93 in popluar color models

E0AC93
RGB224172147
HSL19°55.40%72.75%
HSB/HSV19°34.38%87.84%
CMYK0.00%23.21%34.38%
12.16%

Color #E0AC93 in popluar number systems.

HEXE0AC93
Decimal224172147
Binary111000001010110010010011
Octal340254223

Shades and tints

Shades of #E0AC93

#E0AC93
(224,172,147)
#CC9D86
(204,157,134)
#B88E79
(184,142,121)
#A47F6C
(164,127,108)
#90705F
(144,112,95)
#7C6152
(124,97,82)
#685245
(104,82,69)
#544338
(84,67,56)
#40342B
(64,52,43)
#2C251E
(44,37,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #E0AC93

#E0AC93
(224,172,147)
#E2B39C
(226,179,156)
#E4BAA5
(228,186,165)
#E6C1AE
(230,193,174)
#E8C8B7
(232,200,183)
#EACFC0
(234,207,192)
#ECD6C9
(236,214,201)
#EEDDD2
(238,221,210)
#F0E4DB
(240,228,219)
#F2EBE4
(242,235,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AC93; }

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

This text font color is #E0AC93.


Background Color

.myBgColor { background-color: #E0AC93; }

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

This div background color is #E0AC93.


Border color

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

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

This div border color is #E0AC93.


Opacity

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

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

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

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

This text has shadow with #E0AC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AC93 on black background.


Color preview on white background

This text has color #E0AC93 on white background.



Black color preview on #E0AC93 background

This text has black color on #E0AC93 background.


White color preview on #E0AC93 background

This text has white color on #E0AC93 background.