COLOR #E7A5AE

HEX: #E7A5AE
RGB: (231,165,174)

Color info

#E7A5AE contains mainly red and blue colors. Web safe color of #E7A5AE is #FF9999 (or #F99).

RGB color model

#E7A5AE color RGB value is (231,165,174).

  • red value is 231;
  • green value is 165;
  • blue value is 174.
RGB:
(231,165,174)
(91%,65%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 165 of 255 = 65%
B 174 of 255 = 68%

231
165
174

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

Portions of RGB colors in percentages

R + G + B =
231 + 165 + 174 = 570 (100%)
R 231 of 570 ~ 40.53%
G 165 of 570 ~ 28.95%
B 174 of 570 ~ 30.53%

%40.53
%28.95
%30.53

CMYK color model

#E7A5AE color CMYK value is (0,29,25,9).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(0,29,25,9)
C0M29Y25K9 
(0%,29%,25%,9%)
(0.00/0.29/0.25/0.09)	

CMYK percentages

%0
%28.57
%24.68
%9.41

Codes

Color #E7A5AE in popluar color models

E7A5AE
RGB231165174
HSL352°57.89%77.65%
HSB/HSV352°28.57%90.59%
CMYK0.00%28.57%24.68%
9.41%

Color #E7A5AE in popluar number systems.

HEXE7A5AE
Decimal231165174
Binary111001111010010110101110
Octal347245256

Shades and tints

Shades of #E7A5AE

#E7A5AE
(231,165,174)
#D2969F
(210,150,159)
#BD8790
(189,135,144)
#A87881
(168,120,129)
#936972
(147,105,114)
#7E5A63
(126,90,99)
#694B54
(105,75,84)
#543C45
(84,60,69)
#3F2D36
(63,45,54)
#2A1E27
(42,30,39)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #E7A5AE

#E7A5AE
(231,165,174)
#E9ADB5
(233,173,181)
#EBB5BC
(235,181,188)
#EDBDC3
(237,189,195)
#EFC5CA
(239,197,202)
#F1CDD1
(241,205,209)
#F3D5D8
(243,213,216)
#F5DDDF
(245,221,223)
#F7E5E6
(247,229,230)
#F9EDED
(249,237,237)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A5AE color. Also use rgb(231,165,174) instead hex code.

Text Font Color

.myTextColor { color: #E7A5AE; }

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

This text font color is #E7A5AE.


Background Color

.myBgColor { background-color: #E7A5AE; }

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

This div background color is #E7A5AE.


Border color

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

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

This div border color is #E7A5AE.


Opacity

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

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

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

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

This text has shadow with #E7A5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A5AE on black background.


Color preview on white background

This text has color #E7A5AE on white background.



Black color preview on #E7A5AE background

This text has black color on #E7A5AE background.


White color preview on #E7A5AE background

This text has white color on #E7A5AE background.