COLOR #E5AAC3

HEX: #E5AAC3 RGB: (229,170,195)

Color info

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

RGB color model

#E5AAC3 color RGB value is (229,170,195).

RGB: (229,170,195) (90%, 67%, 76%)

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 195 of 255 = 76%

229
170
195

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

Portions of RGB colors in percentages

R + G + B = 229 + 170 + 195 = 594 (100%)
R 229 of 594 ~ 38.55%
G 170 of 594 ~ 28.62%
B 195 of 594 ~ 32.83'%

%38.55
%28.62
%32.83

CMYK color model

#E5AAC3 color CMYK value is (0,26,15,10).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 14.85%
  • key color value is 10.20%
CMYK: (0,26,15,10) C0M26Y15K10 (0%,26%,15%,10%) (0.00/0.26/0.15/0.10) 

CMYK percentages

%0
%25.76
%14.85
%10.2

Codes

Color #E5AAC3 in popluar color models

E5 AA C3
RGB 229 170 195
HSL 335° 53.15% 78.24%
HSB/HSV 335° 25.76% 89.80%
CMYK 0.00% 25.76% 14.85%
10.20%

Color #E5AAC3 in popluar number systems.

HEX E5 AA C3
Decimal 229 170 195
Binary 11100101 10101010 11000011
Octal 345 252 303

Shades and tints

Shades of #E5AAC3

#E5AAC3
(229,170,195)
#D19BB2
(209,155,178)
#BD8CA1
(189,140,161)
#A97D90
(169,125,144)
#956E7F
(149,110,127)
#815F6E
(129,95,110)
#6D505D
(109,80,93)
#59414C
(89,65,76)
#45323B
(69,50,59)
#31232A
(49,35,42)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E5AAC3

#E5AAC3
(229,170,195)
#E7B1C8
(231,177,200)
#E9B8CD
(233,184,205)
#EBBFD2
(235,191,210)
#EDC6D7
(237,198,215)
#EFCDDC
(239,205,220)
#F1D4E1
(241,212,225)
#F3DBE6
(243,219,230)
#F5E2EB
(245,226,235)
#F7E9F0
(247,233,240)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AAC3; }

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

This text font color is #E5AAC3.

Background Color

.myBgColor { background-color: #E5AAC3; }

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

This div background color is #E5AAC3.

Border color

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

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

This div border color is #E5AAC3.

Opacity

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

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

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

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

This text has shadow with #E5AAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AAC3.

Preview

Color preview on black background

This text has color #E5AAC3 on black background.


Color preview on white background

This text has color #E5AAC3 on white background.


Black color preview on #E5AAC3 background

This text has black color on #E5AAC3 background.


White color preview on #E5AAC3 background

This text has white color on #E5AAC3 background.


Related colors

Complementary color

Complementary color for #hex is #1A553C.


I love getcolorcode.com

Triadic colors

1 #C3E5AA and #AAC3E5 with #E5AAC3 are triadic colors.

2 #C3AAE5 and #AAE5C3 with #E5AAC3 are triadic colors.