COLOR #E5A6A8

HEX: #E5A6A8
RGB: (229,166,168)

Color info

#E5A6A8 contains mainly red color. Web safe color of #E5A6A8 is #CC9999 (or #C99).

RGB color model

#E5A6A8 color RGB value is (229,166,168).

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

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 168 of 255 = 66%

229
166
168

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

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 168 = 563 (100%)
R 229 of 563 ~ 40.67%
G 166 of 563 ~ 29.48%
B 168 of 563 ~ 29.84%

%40.67
%29.48
%29.84

CMYK color model

#E5A6A8 color CMYK value is (0,28,27,10).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 26.64%
  • key color value is 10.20%
CMYK:
(0,28,27,10)
C0M28Y27K10 
(0%,28%,27%,10%)
(0.00/0.28/0.27/0.10)	

CMYK percentages

%0
%27.51
%26.64
%10.2

Codes

Color #E5A6A8 in popluar color models

E5A6A8
RGB229166168
HSL358°54.78%77.45%
HSB/HSV358°27.51%89.80%
CMYK0.00%27.51%26.64%
10.20%

Color #E5A6A8 in popluar number systems.

HEXE5A6A8
Decimal229166168
Binary111001011010011010101000
Octal345246250

Shades and tints

Shades of #E5A6A8

#E5A6A8
(229,166,168)
#D19799
(209,151,153)
#BD888A
(189,136,138)
#A9797B
(169,121,123)
#956A6C
(149,106,108)
#815B5D
(129,91,93)
#6D4C4E
(109,76,78)
#593D3F
(89,61,63)
#452E30
(69,46,48)
#311F21
(49,31,33)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #E5A6A8

#E5A6A8
(229,166,168)
#E7AEAF
(231,174,175)
#E9B6B6
(233,182,182)
#EBBEBD
(235,190,189)
#EDC6C4
(237,198,196)
#EFCECB
(239,206,203)
#F1D6D2
(241,214,210)
#F3DED9
(243,222,217)
#F5E6E0
(245,230,224)
#F7EEE7
(247,238,231)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A6A8; }

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

This text font color is #E5A6A8.


Background Color

.myBgColor { background-color: #E5A6A8; }

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

This div background color is #E5A6A8.


Border color

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

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

This div border color is #E5A6A8.


Opacity

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

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

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

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

This text has shadow with #E5A6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A6A8 on black background.


Color preview on white background

This text has color #E5A6A8 on white background.



Black color preview on #E5A6A8 background

This text has black color on #E5A6A8 background.


White color preview on #E5A6A8 background

This text has white color on #E5A6A8 background.