COLOR #E5A6AC

HEX: #E5A6AC
RGB: (229,166,172)

Color info

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

RGB color model

#E5A6AC color RGB value is (229,166,172).

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

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 172 of 255 = 67%

229
166
172

R + G + B ~ 74%. #E5A6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 172 = 567 (100%)
R 229 of 567 ~ 40.39%
G 166 of 567 ~ 29.28%
B 172 of 567 ~ 30.34%

%40.39
%29.28
%30.34

CMYK color model

#E5A6AC color CMYK value is (0,28,25,10).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(0,28,25,10)
C0M28Y25K10 
(0%,28%,25%,10%)
(0.00/0.28/0.25/0.10)	

CMYK percentages

%0
%27.51
%24.89
%10.2

Codes

Color #E5A6AC in popluar color models

E5A6AC
RGB229166172
HSL354°54.78%77.45%
HSB/HSV354°27.51%89.80%
CMYK0.00%27.51%24.89%
10.20%

Color #E5A6AC in popluar number systems.

HEXE5A6AC
Decimal229166172
Binary111001011010011010101100
Octal345246254

Shades and tints

Shades of #E5A6AC

#E5A6AC
(229,166,172)
#D1979D
(209,151,157)
#BD888E
(189,136,142)
#A9797F
(169,121,127)
#956A70
(149,106,112)
#815B61
(129,91,97)
#6D4C52
(109,76,82)
#593D43
(89,61,67)
#452E34
(69,46,52)
#311F25
(49,31,37)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #E5A6AC

#E5A6AC
(229,166,172)
#E7AEB3
(231,174,179)
#E9B6BA
(233,182,186)
#EBBEC1
(235,190,193)
#EDC6C8
(237,198,200)
#EFCECF
(239,206,207)
#F1D6D6
(241,214,214)
#F3DEDD
(243,222,221)
#F5E6E4
(245,230,228)
#F7EEEB
(247,238,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A6AC; }

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

This text font color is #E5A6AC.


Background Color

.myBgColor { background-color: #E5A6AC; }

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

This div background color is #E5A6AC.


Border color

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

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

This div border color is #E5A6AC.


Opacity

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

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

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

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

This text has shadow with #E5A6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A6AC on black background.


Color preview on white background

This text has color #E5A6AC on white background.



Black color preview on #E5A6AC background

This text has black color on #E5A6AC background.


White color preview on #E5A6AC background

This text has white color on #E5A6AC background.