COLOR #E7A9CC

HEX: #E7A9CC
RGB: (231,169,204)

Color info

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

RGB color model

#E7A9CC color RGB value is (231,169,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 204 of 255 = 80%

231
169
204

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

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 204 = 604 (100%)
R 231 of 604 ~ 38.25%
G 169 of 604 ~ 27.98%
B 204 of 604 ~ 33.77%

%38.25
%27.98
%33.77

CMYK color model

#E7A9CC color CMYK value is (0,27,12,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,27,12,9)
C0M27Y12K9 
(0%,27%,12%,9%)
(0.00/0.27/0.12/0.09)	

CMYK percentages

%0
%26.84
%11.69
%9.41

Codes

Color #E7A9CC in popluar color models

E7A9CC
RGB231169204
HSL326°56.36%78.43%
HSB/HSV326°26.84%90.59%
CMYK0.00%26.84%11.69%
9.41%

Color #E7A9CC in popluar number systems.

HEXE7A9CC
Decimal231169204
Binary111001111010100111001100
Octal347251314

Shades and tints

Shades of #E7A9CC

#E7A9CC
(231,169,204)
#D29ABA
(210,154,186)
#BD8BA8
(189,139,168)
#A87C96
(168,124,150)
#936D84
(147,109,132)
#7E5E72
(126,94,114)
#694F60
(105,79,96)
#54404E
(84,64,78)
#3F313C
(63,49,60)
#2A222A
(42,34,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #E7A9CC

#E7A9CC
(231,169,204)
#E9B0D0
(233,176,208)
#EBB7D4
(235,183,212)
#EDBED8
(237,190,216)
#EFC5DC
(239,197,220)
#F1CCE0
(241,204,224)
#F3D3E4
(243,211,228)
#F5DAE8
(245,218,232)
#F7E1EC
(247,225,236)
#F9E8F0
(249,232,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A9CC; }

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

This text font color is #E7A9CC.


Background Color

.myBgColor { background-color: #E7A9CC; }

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

This div background color is #E7A9CC.


Border color

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

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

This div border color is #E7A9CC.


Opacity

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

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

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

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

This text has shadow with #E7A9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9CC on black background.


Color preview on white background

This text has color #E7A9CC on white background.



Black color preview on #E7A9CC background

This text has black color on #E7A9CC background.


White color preview on #E7A9CC background

This text has white color on #E7A9CC background.