COLOR #E7A9D6

HEX: #E7A9D6 RGB: (231,169,214)

Color info

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

RGB color model

#E7A9D6 color RGB value is (231,169,214).

RGB: (231,169,214) (91%, 66%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 169 of 255 = 66%
B 214 of 255 = 84%

231
169
214

R + G + B ~ 80%. #E7A9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 169 + 214 = 614 (100%)
R 231 of 614 ~ 37.62%
G 169 of 614 ~ 27.52%
B 214 of 614 ~ 34.85'%

%37.62
%27.52
%34.85

CMYK color model

#E7A9D6 color CMYK value is (0,27,7,9).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 7.36%
  • key color value is 9.41%

CMYK: (0,27,7,9)
C0M27Y7K9 (0%, 27%, 7%, 9%)
(0.00 / 0.27 / 0.07 / 0.09)

CMYK percentages

%0
%26.84
%7.36
%9.41

Codes

Color #E7A9D6 in popluar color models

E7 A9 D6
RGB 231 169 214
HSL 316° 56.36% 78.43%
HSB/HSV 316° 26.84% 90.59%
CMYK 0.00% 26.84% 7.36%
9.41%

Color #E7A9D6 in popluar number systems.

HEX E7 A9 D6
Decimal 231 169 214
Binary 11100111 10101001 11010110
Octal 347 251 326

Shades and tints

Shades of #E7A9D6

#E7A9D6
(231,169,214)
#D29AC3
(210,154,195)
#BD8BB0
(189,139,176)
#A87C9D
(168,124,157)
#936D8A
(147,109,138)
#7E5E77
(126,94,119)
#694F64
(105,79,100)
#544051
(84,64,81)
#3F313E
(63,49,62)
#2A222B
(42,34,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #E7A9D6

#E7A9D6
(231,169,214)
#E9B0D9
(233,176,217)
#EBB7DC
(235,183,220)
#EDBEDF
(237,190,223)
#EFC5E2
(239,197,226)
#F1CCE5
(241,204,229)
#F3D3E8
(243,211,232)
#F5DAEB
(245,218,235)
#F7E1EE
(247,225,238)
#F9E8F1
(249,232,241)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A9D6; }

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

This text font color is #E7A9D6.

Background Color

.myBgColor { background-color: #E7A9D6; }

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

This div background color is #E7A9D6.

Border color

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

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

This div border color is #E7A9D6.

Opacity

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

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

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

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

This text has shadow with #E7A9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A9D6.

Preview

Color preview on black background

This text has color #E7A9D6 on black background.


Color preview on white background

This text has color #E7A9D6 on white background.


Black color preview on #E7A9D6 background

This text has black color on #E7A9D6 background.


White color preview on #E7A9D6 background

This text has white color on #E7A9D6 background.


Related colors

Complementary color

Complementary color for #hex is #185629.


I love getcolorcode.com

Triadic colors

1 #D6E7A9 and #A9D6E7 with #E7A9D6 are triadic colors.

2 #D6A9E7 and #A9E7D6 with #E7A9D6 are triadic colors.