COLOR #E7A6D3

HEX: #E7A6D3 RGB: (231,166,211)

Color info

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

RGB color model

#E7A6D3 color RGB value is (231,166,211).

RGB: (231,166,211) (91%, 65%, 83%)

RGB channels and saturation

R 231 of 255 = 91%
G 166 of 255 = 65%
B 211 of 255 = 83%

231
166
211

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

Portions of RGB colors in percentages

R + G + B = 231 + 166 + 211 = 608 (100%)
R 231 of 608 ~ 37.99%
G 166 of 608 ~ 27.3%
B 211 of 608 ~ 34.7'%

%37.99
%27.3
%34.7

CMYK color model

#E7A6D3 color CMYK value is (0,28,9,9).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 8.66%
  • key color value is 9.41%

CMYK: (0,28,9,9)
C0M28Y9K9 (0%, 28%, 9%, 9%)
(0.00 / 0.28 / 0.09 / 0.09)

CMYK percentages

%0
%28.14
%8.66
%9.41

Codes

Color #E7A6D3 in popluar color models

E7 A6 D3
RGB 231 166 211
HSL 318° 57.52% 77.84%
HSB/HSV 318° 28.14% 90.59%
CMYK 0.00% 28.14% 8.66%
9.41%

Color #E7A6D3 in popluar number systems.

HEX E7 A6 D3
Decimal 231 166 211
Binary 11100111 10100110 11010011
Octal 347 246 323

Shades and tints

Shades of #E7A6D3

#E7A6D3
(231,166,211)
#D297C0
(210,151,192)
#BD88AD
(189,136,173)
#A8799A
(168,121,154)
#936A87
(147,106,135)
#7E5B74
(126,91,116)
#694C61
(105,76,97)
#543D4E
(84,61,78)
#3F2E3B
(63,46,59)
#2A1F28
(42,31,40)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #E7A6D3

#E7A6D3
(231,166,211)
#E9AED7
(233,174,215)
#EBB6DB
(235,182,219)
#EDBEDF
(237,190,223)
#EFC6E3
(239,198,227)
#F1CEE7
(241,206,231)
#F3D6EB
(243,214,235)
#F5DEEF
(245,222,239)
#F7E6F3
(247,230,243)
#F9EEF7
(249,238,247)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A6D3 color. Also use rgb(231,166,211) instead hex code.

Text Font Color

.myTextColor { color: #E7A6D3; }

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

This text font color is #E7A6D3.

Background Color

.myBgColor { background-color: #E7A6D3; }

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

This div background color is #E7A6D3.

Border color

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

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

This div border color is #E7A6D3.

Opacity

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

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

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

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

This text has shadow with #E7A6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A6D3.

Preview

Color preview on black background

This text has color #E7A6D3 on black background.


Color preview on white background

This text has color #E7A6D3 on white background.


Black color preview on #E7A6D3 background

This text has black color on #E7A6D3 background.


White color preview on #E7A6D3 background

This text has white color on #E7A6D3 background.


Related colors

Complementary color

Complementary color for #hex is #18592C.


I love getcolorcode.com

Triadic colors

1 #D3E7A6 and #A6D3E7 with #E7A6D3 are triadic colors.

2 #D3A6E7 and #A6E7D3 with #E7A6D3 are triadic colors.