COLOR #E7AEC7

HEX: #E7AEC7
RGB: (231,174,199)

Color info

#E7AEC7 contains red, green and blue colors in about the same proportion. Web safe color of #E7AEC7 is #FF99CC (or #F9C).

RGB color model

#E7AEC7 color RGB value is (231,174,199).

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

RGB channels and saturation

R 231 of 255 = 91%
G 174 of 255 = 68%
B 199 of 255 = 78%

231
174
199

R + G + B ~ 79%. #E7AEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 174 + 199 = 604 (100%)
R 231 of 604 ~ 38.25%
G 174 of 604 ~ 28.81%
B 199 of 604 ~ 32.95%

%38.25
%28.81
%32.95

CMYK color model

#E7AEC7 color CMYK value is (0,25,14,9).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(0,25,14,9)
C0M25Y14K9 
(0%,25%,14%,9%)
(0.00/0.25/0.14/0.09)	

CMYK percentages

%0
%24.68
%13.85
%9.41

Codes

Color #E7AEC7 in popluar color models

E7AEC7
RGB231174199
HSL334°54.29%79.41%
HSB/HSV334°24.68%90.59%
CMYK0.00%24.68%13.85%
9.41%

Color #E7AEC7 in popluar number systems.

HEXE7AEC7
Decimal231174199
Binary111001111010111011000111
Octal347256307

Shades and tints

Shades of #E7AEC7

#E7AEC7
(231,174,199)
#D29FB5
(210,159,181)
#BD90A3
(189,144,163)
#A88191
(168,129,145)
#93727F
(147,114,127)
#7E636D
(126,99,109)
#69545B
(105,84,91)
#544549
(84,69,73)
#3F3637
(63,54,55)
#2A2725
(42,39,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #E7AEC7

#E7AEC7
(231,174,199)
#E9B5CC
(233,181,204)
#EBBCD1
(235,188,209)
#EDC3D6
(237,195,214)
#EFCADB
(239,202,219)
#F1D1E0
(241,209,224)
#F3D8E5
(243,216,229)
#F5DFEA
(245,223,234)
#F7E6EF
(247,230,239)
#F9EDF4
(249,237,244)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AEC7; }

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

This text font color is #E7AEC7.


Background Color

.myBgColor { background-color: #E7AEC7; }

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

This div background color is #E7AEC7.


Border color

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

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

This div border color is #E7AEC7.


Opacity

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

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

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

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

This text has shadow with #E7AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AEC7 on black background.


Color preview on white background

This text has color #E7AEC7 on white background.



Black color preview on #E7AEC7 background

This text has black color on #E7AEC7 background.


White color preview on #E7AEC7 background

This text has white color on #E7AEC7 background.