COLOR #E7A9CA

HEX: #E7A9CA
RGB: (231,169,202)

Color info

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

RGB color model

#E7A9CA color RGB value is (231,169,202).

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

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 202 of 255 = 79%

231
169
202

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

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 202 = 602 (100%)
R 231 of 602 ~ 38.37%
G 169 of 602 ~ 28.07%
B 202 of 602 ~ 33.55%

%38.37
%28.07
%33.55

CMYK color model

#E7A9CA color CMYK value is (0,27,13,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(0,27,13,9)
C0M27Y13K9 
(0%,27%,13%,9%)
(0.00/0.27/0.13/0.09)	

CMYK percentages

%0
%26.84
%12.55
%9.41

Codes

Color #E7A9CA in popluar color models

E7A9CA
RGB231169202
HSL328°56.36%78.43%
HSB/HSV328°26.84%90.59%
CMYK0.00%26.84%12.55%
9.41%

Color #E7A9CA in popluar number systems.

HEXE7A9CA
Decimal231169202
Binary111001111010100111001010
Octal347251312

Shades and tints

Shades of #E7A9CA

#E7A9CA
(231,169,202)
#D29AB8
(210,154,184)
#BD8BA6
(189,139,166)
#A87C94
(168,124,148)
#936D82
(147,109,130)
#7E5E70
(126,94,112)
#694F5E
(105,79,94)
#54404C
(84,64,76)
#3F313A
(63,49,58)
#2A2228
(42,34,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #E7A9CA

#E7A9CA
(231,169,202)
#E9B0CE
(233,176,206)
#EBB7D2
(235,183,210)
#EDBED6
(237,190,214)
#EFC5DA
(239,197,218)
#F1CCDE
(241,204,222)
#F3D3E2
(243,211,226)
#F5DAE6
(245,218,230)
#F7E1EA
(247,225,234)
#F9E8EE
(249,232,238)
#FBEFF2
(251,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A9CA; }

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

This text font color is #E7A9CA.


Background Color

.myBgColor { background-color: #E7A9CA; }

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

This div background color is #E7A9CA.


Border color

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

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

This div border color is #E7A9CA.


Opacity

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

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

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

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

This text has shadow with #E7A9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9CA on black background.


Color preview on white background

This text has color #E7A9CA on white background.



Black color preview on #E7A9CA background

This text has black color on #E7A9CA background.


White color preview on #E7A9CA background

This text has white color on #E7A9CA background.