COLOR #E5AAC7

HEX: #E5AAC7
RGB: (229,170,199)

Color info

#E5AAC7 contains red, green and blue colors in about the same proportion. Web safe color of #E5AAC7 is #CC99CC (or #C9C).

RGB color model

#E5AAC7 color RGB value is (229,170,199).

  • red value is 229;
  • green value is 170;
  • blue value is 199.
RGB:
(229,170,199)
(90%,67%,78%)

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 199 of 255 = 78%

229
170
199

R + G + B ~ 78%. #E5AAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 170 + 199 = 598 (100%)
R 229 of 598 ~ 38.29%
G 170 of 598 ~ 28.43%
B 199 of 598 ~ 33.28%

%38.29
%28.43
%33.28

CMYK color model

#E5AAC7 color CMYK value is (0,26,13,10).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(0,26,13,10)
C0M26Y13K10 
(0%,26%,13%,10%)
(0.00/0.26/0.13/0.10)	

CMYK percentages

%0
%25.76
%13.1
%10.2

Codes

Color #E5AAC7 in popluar color models

E5AAC7
RGB229170199
HSL331°53.15%78.24%
HSB/HSV331°25.76%89.80%
CMYK0.00%25.76%13.10%
10.20%

Color #E5AAC7 in popluar number systems.

HEXE5AAC7
Decimal229170199
Binary111001011010101011000111
Octal345252307

Shades and tints

Shades of #E5AAC7

#E5AAC7
(229,170,199)
#D19BB5
(209,155,181)
#BD8CA3
(189,140,163)
#A97D91
(169,125,145)
#956E7F
(149,110,127)
#815F6D
(129,95,109)
#6D505B
(109,80,91)
#594149
(89,65,73)
#453237
(69,50,55)
#312325
(49,35,37)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #E5AAC7

#E5AAC7
(229,170,199)
#E7B1CC
(231,177,204)
#E9B8D1
(233,184,209)
#EBBFD6
(235,191,214)
#EDC6DB
(237,198,219)
#EFCDE0
(239,205,224)
#F1D4E5
(241,212,229)
#F3DBEA
(243,219,234)
#F5E2EF
(245,226,239)
#F7E9F4
(247,233,244)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AAC7 color. Also use rgb(229,170,199) instead hex code.

Text Font Color

.myTextColor { color: #E5AAC7; }

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

This text font color is #E5AAC7.


Background Color

.myBgColor { background-color: #E5AAC7; }

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

This div background color is #E5AAC7.


Border color

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

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

This div border color is #E5AAC7.


Opacity

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

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

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

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

This text has shadow with #E5AAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AAC7 on black background.


Color preview on white background

This text has color #E5AAC7 on white background.



Black color preview on #E5AAC7 background

This text has black color on #E5AAC7 background.


White color preview on #E5AAC7 background

This text has white color on #E5AAC7 background.