COLOR #E7A9CD

HEX: #E7A9CD
RGB: (231,169,205)

Color info

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

RGB color model

#E7A9CD color RGB value is (231,169,205).

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

RGB channels and saturation

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

231
169
205

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

Portions of RGB colors in percentages

R + G + B =
231 + 169 + 205 = 605 (100%)
R 231 of 605 ~ 38.18%
G 169 of 605 ~ 27.93%
B 205 of 605 ~ 33.88%

%38.18
%27.93
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 11.26%
  • 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
%11.26
%9.41

Codes

Color #E7A9CD in popluar color models

E7A9CD
RGB231169205
HSL325°56.36%78.43%
HSB/HSV325°26.84%90.59%
CMYK0.00%26.84%11.26%
9.41%

Color #E7A9CD in popluar number systems.

HEXE7A9CD
Decimal231169205
Binary111001111010100111001101
Octal347251315

Shades and tints

Shades of #E7A9CD

#E7A9CD
(231,169,205)
#D29ABB
(210,154,187)
#BD8BA9
(189,139,169)
#A87C97
(168,124,151)
#936D85
(147,109,133)
#7E5E73
(126,94,115)
#694F61
(105,79,97)
#54404F
(84,64,79)
#3F313D
(63,49,61)
#2A222B
(42,34,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #E7A9CD

#E7A9CD
(231,169,205)
#E9B0D1
(233,176,209)
#EBB7D5
(235,183,213)
#EDBED9
(237,190,217)
#EFC5DD
(239,197,221)
#F1CCE1
(241,204,225)
#F3D3E5
(243,211,229)
#F5DAE9
(245,218,233)
#F7E1ED
(247,225,237)
#F9E8F1
(249,232,241)
#FBEFF5
(251,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A9CD; }

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

This text font color is #E7A9CD.


Background Color

.myBgColor { background-color: #E7A9CD; }

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

This div background color is #E7A9CD.


Border color

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

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

This div border color is #E7A9CD.


Opacity

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

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

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

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

This text has shadow with #E7A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A9CD on black background.


Color preview on white background

This text has color #E7A9CD on white background.



Black color preview on #E7A9CD background

This text has black color on #E7A9CD background.


White color preview on #E7A9CD background

This text has white color on #E7A9CD background.