COLOR #E6A8D8

HEX: #E6A8D8 RGB: (230,168,216)

Color info

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

RGB color model

#E6A8D8 color RGB value is (230,168,216).

RGB: (230,168,216) (90%, 66%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 216 of 255 = 85%

230
168
216

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

Portions of RGB colors in percentages

R + G + B = 230 + 168 + 216 = 614 (100%)
R 230 of 614 ~ 37.46%
G 168 of 614 ~ 27.36%
B 216 of 614 ~ 35.18'%

%37.46
%27.36
%35.18

CMYK color model

#E6A8D8 color CMYK value is (0,27,6,10).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK: (0,27,6,10) C0M27Y6K10 (0%,27%,6%,10%) (0.00/0.27/0.06/0.10) 

CMYK percentages

%0
%26.96
%6.09
%9.8

Codes

Color #E6A8D8 in popluar color models

E6 A8 D8
RGB 230 168 216
HSL 314° 55.36% 78.04%
HSB/HSV 314° 26.96% 90.20%
CMYK 0.00% 26.96% 6.09%
9.80%

Color #E6A8D8 in popluar number systems.

HEX E6 A8 D8
Decimal 230 168 216
Binary 11100110 10101000 11011000
Octal 346 250 330

Shades and tints

Shades of #E6A8D8

#E6A8D8
(230,168,216)
#D299C5
(210,153,197)
#BE8AB2
(190,138,178)
#AA7B9F
(170,123,159)
#966C8C
(150,108,140)
#825D79
(130,93,121)
#6E4E66
(110,78,102)
#5A3F53
(90,63,83)
#463040
(70,48,64)
#32212D
(50,33,45)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #E6A8D8

#E6A8D8
(230,168,216)
#E8AFDB
(232,175,219)
#EAB6DE
(234,182,222)
#ECBDE1
(236,189,225)
#EEC4E4
(238,196,228)
#F0CBE7
(240,203,231)
#F2D2EA
(242,210,234)
#F4D9ED
(244,217,237)
#F6E0F0
(246,224,240)
#F8E7F3
(248,231,243)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A8D8 color. Also use rgb(230,168,216) instead hex code.

Text Font Color

.myTextColor { color: #E6A8D8; }

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

This text font color is #E6A8D8.

Background Color

.myBgColor { background-color: #E6A8D8; }

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

This div background color is #E6A8D8.

Border color

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

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

This div border color is #E6A8D8.

Opacity

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

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

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

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

This text has shadow with #E6A8D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A8D8.

Preview

Color preview on black background

This text has color #E6A8D8 on black background.


Color preview on white background

This text has color #E6A8D8 on white background.


Black color preview on #E6A8D8 background

This text has black color on #E6A8D8 background.


White color preview on #E6A8D8 background

This text has white color on #E6A8D8 background.


Related colors

Complementary color

Complementary color for #hex is #195727.


I love getcolorcode.com

Triadic colors

1 #D8E6A8 and #A8D8E6 with #E6A8D8 are triadic colors.

2 #D8A8E6 and #A8E6D8 with #E6A8D8 are triadic colors.