COLOR #E7A9CE

HEX: #E7A9CE
RGB: (231,169,206)

Color info

#E7A9CE contains mainly red and blue colors. Web safe color of #E7A9CE is #FF99CC (or #F9C).

RGB color model

#E7A9CE color RGB value is (231,169,206).

  • red value is 231;
  • green value is 169;
  • blue value is 206.
RGB:
(231,169,206)
(91%,66%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 206 of 255 = 81%

231
169
206

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

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 206 = 606 (100%)
R 231 of 606 ~ 38.12%
G 169 of 606 ~ 27.89%
B 206 of 606 ~ 33.99%

%38.12
%27.89
%33.99

CMYK color model

#E7A9CE color CMYK value is (0,27,11,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK:
(0,27,11,9)
C0M27Y11K9 
(0%,27%,11%,9%)
(0.00/0.27/0.11/0.09)	

CMYK percentages

%0
%26.84
%10.82
%9.41

Codes

Color #E7A9CE in popluar color models

E7A9CE
RGB231169206
HSL324°56.36%78.43%
HSB/HSV324°26.84%90.59%
CMYK0.00%26.84%10.82%
9.41%

Color #E7A9CE in popluar number systems.

HEXE7A9CE
Decimal231169206
Binary111001111010100111001110
Octal347251316

Shades and tints

Shades of #E7A9CE

#E7A9CE
(231,169,206)
#D29ABC
(210,154,188)
#BD8BAA
(189,139,170)
#A87C98
(168,124,152)
#936D86
(147,109,134)
#7E5E74
(126,94,116)
#694F62
(105,79,98)
#544050
(84,64,80)
#3F313E
(63,49,62)
#2A222C
(42,34,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #E7A9CE

#E7A9CE
(231,169,206)
#E9B0D2
(233,176,210)
#EBB7D6
(235,183,214)
#EDBEDA
(237,190,218)
#EFC5DE
(239,197,222)
#F1CCE2
(241,204,226)
#F3D3E6
(243,211,230)
#F5DAEA
(245,218,234)
#F7E1EE
(247,225,238)
#F9E8F2
(249,232,242)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A9CE color. Also use rgb(231,169,206) instead hex code.

Text Font Color

.myTextColor { color: #E7A9CE; }

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

This text font color is #E7A9CE.


Background Color

.myBgColor { background-color: #E7A9CE; }

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

This div background color is #E7A9CE.


Border color

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

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

This div border color is #E7A9CE.


Opacity

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

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

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

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

This text has shadow with #E7A9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9CE on black background.


Color preview on white background

This text has color #E7A9CE on white background.



Black color preview on #E7A9CE background

This text has black color on #E7A9CE background.


White color preview on #E7A9CE background

This text has white color on #E7A9CE background.