COLOR #E6A6D5

HEX: #E6A6D5
RGB: (230,166,213)

Color info

#E6A6D5 contains mainly red and blue colors. Web safe color of #E6A6D5 is #CC99CC (or #C9C).

RGB color model

#E6A6D5 color RGB value is (230,166,213).

  • red value is 230;
  • green value is 166;
  • blue value is 213.
RGB:
(230,166,213)
(90%,65%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 213 of 255 = 84%

230
166
213

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

Portions of RGB colors in percentages

R + G + B =
230 + 166 + 213 = 609 (100%)
R 230 of 609 ~ 37.77%
G 166 of 609 ~ 27.26%
B 213 of 609 ~ 34.98%

%37.77
%27.26
%34.98

CMYK color model

#E6A6D5 color CMYK value is (0,28,7,10).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 7.39%
  • key color value is 9.80%
CMYK:
(0,28,7,10)
C0M28Y7K10 
(0%,28%,7%,10%)
(0.00/0.28/0.07/0.10)	

CMYK percentages

%0
%27.83
%7.39
%9.8

Codes

Color #E6A6D5 in popluar color models

E6A6D5
RGB230166213
HSL316°56.14%77.65%
HSB/HSV316°27.83%90.20%
CMYK0.00%27.83%7.39%
9.80%

Color #E6A6D5 in popluar number systems.

HEXE6A6D5
Decimal230166213
Binary111001101010011011010101
Octal346246325

Shades and tints

Shades of #E6A6D5

#E6A6D5
(230,166,213)
#D297C2
(210,151,194)
#BE88AF
(190,136,175)
#AA799C
(170,121,156)
#966A89
(150,106,137)
#825B76
(130,91,118)
#6E4C63
(110,76,99)
#5A3D50
(90,61,80)
#462E3D
(70,46,61)
#321F2A
(50,31,42)
#1E1017
(30,16,23)
#000000
(0,0,0)

Tints of #E6A6D5

#E6A6D5
(230,166,213)
#E8AED8
(232,174,216)
#EAB6DB
(234,182,219)
#ECBEDE
(236,190,222)
#EEC6E1
(238,198,225)
#F0CEE4
(240,206,228)
#F2D6E7
(242,214,231)
#F4DEEA
(244,222,234)
#F6E6ED
(246,230,237)
#F8EEF0
(248,238,240)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A6D5 color. Also use rgb(230,166,213) instead hex code.

Text Font Color

.myTextColor { color: #E6A6D5; }

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

This text font color is #E6A6D5.


Background Color

.myBgColor { background-color: #E6A6D5; }

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

This div background color is #E6A6D5.


Border color

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

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

This div border color is #E6A6D5.


Opacity

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

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

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

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

This text has shadow with #E6A6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A6D5 on black background.


Color preview on white background

This text has color #E6A6D5 on white background.



Black color preview on #E6A6D5 background

This text has black color on #E6A6D5 background.


White color preview on #E6A6D5 background

This text has white color on #E6A6D5 background.