COLOR #E6A8D0

HEX: #E6A8D0 RGB: (230,168,208)

Color info

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

RGB color model

#E6A8D0 color RGB value is (230,168,208).

RGB: (230,168,208) (90%, 66%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 208 of 255 = 82%

230
168
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 168 + 208 = 606 (100%)
R 230 of 606 ~ 37.95%
G 168 of 606 ~ 27.72%
B 208 of 606 ~ 34.32'%

%37.95
%27.72
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (0,27,10,10)
C0M27Y10K10 (0%, 27%, 10%, 10%)
(0.00 / 0.27 / 0.10 / 0.10)

CMYK percentages

%0
%26.96
%9.57
%9.8

Codes

Color #E6A8D0 in popluar color models

E6 A8 D0
RGB 230 168 208
HSL 321° 55.36% 78.04%
HSB/HSV 321° 26.96% 90.20%
CMYK 0.00% 26.96% 9.57%
9.80%

Color #E6A8D0 in popluar number systems.

HEX E6 A8 D0
Decimal 230 168 208
Binary 11100110 10101000 11010000
Octal 346 250 320

Shades and tints

Shades of #E6A8D0

#E6A8D0
(230,168,208)
#D299BE
(210,153,190)
#BE8AAC
(190,138,172)
#AA7B9A
(170,123,154)
#966C88
(150,108,136)
#825D76
(130,93,118)
#6E4E64
(110,78,100)
#5A3F52
(90,63,82)
#463040
(70,48,64)
#32212E
(50,33,46)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E6A8D0

#E6A8D0
(230,168,208)
#E8AFD4
(232,175,212)
#EAB6D8
(234,182,216)
#ECBDDC
(236,189,220)
#EEC4E0
(238,196,224)
#F0CBE4
(240,203,228)
#F2D2E8
(242,210,232)
#F4D9EC
(244,217,236)
#F6E0F0
(246,224,240)
#F8E7F4
(248,231,244)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A8D0; }

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

This text font color is #E6A8D0.

Background Color

.myBgColor { background-color: #E6A8D0; }

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

This div background color is #E6A8D0.

Border color

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

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

This div border color is #E6A8D0.

Opacity

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

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

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

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

This text has shadow with #E6A8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A8D0.

Preview

Color preview on black background

This text has color #E6A8D0 on black background.


Color preview on white background

This text has color #E6A8D0 on white background.


Black color preview on #E6A8D0 background

This text has black color on #E6A8D0 background.


White color preview on #E6A8D0 background

This text has white color on #E6A8D0 background.


Related colors

Complementary color

Complementary color for #hex is #19572F.


I love getcolorcode.com

Triadic colors

1 #D0E6A8 and #A8D0E6 with #E6A8D0 are triadic colors.

2 #D0A8E6 and #A8E6D0 with #E6A8D0 are triadic colors.