COLOR #E9ACA8

HEX: #E9ACA8
RGB: (233,172,168)

Color info

#E9ACA8 contains mainly red color. Web safe color of #E9ACA8 is #FF9999 (or #F99).

RGB color model

#E9ACA8 color RGB value is (233,172,168).

  • red value is 233;
  • green value is 172;
  • blue value is 168.
RGB:
(233,172,168)
(91%,67%,66%)

RGB channels and saturation

R 233 of 255 = 91%
G 172 of 255 = 67%
B 168 of 255 = 66%

233
172
168

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

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 168 = 573 (100%)
R 233 of 573 ~ 40.66%
G 172 of 573 ~ 30.02%
B 168 of 573 ~ 29.32%

%40.66
%30.02
%29.32

CMYK color model

#E9ACA8 color CMYK value is (0,26,28,9).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 27.90%
  • key color value is 8.63%
CMYK:
(0,26,28,9)
C0M26Y28K9 
(0%,26%,28%,9%)
(0.00/0.26/0.28/0.09)	

CMYK percentages

%0
%26.18
%27.9
%8.63

Codes

Color #E9ACA8 in popluar color models

E9ACA8
RGB233172168
HSL59.63%78.63%
HSB/HSV27.90%91.37%
CMYK0.00%26.18%27.90%
8.63%

Color #E9ACA8 in popluar number systems.

HEXE9ACA8
Decimal233172168
Binary111010011010110010101000
Octal351254250

Shades and tints

Shades of #E9ACA8

#E9ACA8
(233,172,168)
#D49D99
(212,157,153)
#BF8E8A
(191,142,138)
#AA7F7B
(170,127,123)
#95706C
(149,112,108)
#80615D
(128,97,93)
#6B524E
(107,82,78)
#56433F
(86,67,63)
#413430
(65,52,48)
#2C2521
(44,37,33)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #E9ACA8

#E9ACA8
(233,172,168)
#EBB3AF
(235,179,175)
#EDBAB6
(237,186,182)
#EFC1BD
(239,193,189)
#F1C8C4
(241,200,196)
#F3CFCB
(243,207,203)
#F5D6D2
(245,214,210)
#F7DDD9
(247,221,217)
#F9E4E0
(249,228,224)
#FBEBE7
(251,235,231)
#FDF2EE
(253,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ACA8 color. Also use rgb(233,172,168) instead hex code.

Text Font Color

.myTextColor { color: #E9ACA8; }

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

This text font color is #E9ACA8.


Background Color

.myBgColor { background-color: #E9ACA8; }

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

This div background color is #E9ACA8.


Border color

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

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

This div border color is #E9ACA8.


Opacity

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

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

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

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

This text has shadow with #E9ACA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ACA8 on black background.


Color preview on white background

This text has color #E9ACA8 on white background.



Black color preview on #E9ACA8 background

This text has black color on #E9ACA8 background.


White color preview on #E9ACA8 background

This text has white color on #E9ACA8 background.