COLOR #E8A6C6

HEX: #E8A6C6 RGB: (232,166,198)

Color info

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

RGB color model

#E8A6C6 color RGB value is (232,166,198).

RGB: (232,166,198) (91%, 65%, 78%)

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 198 of 255 = 78%

232
166
198

R + G + B ~ 78%. #E8A6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 166 + 198 = 596 (100%)
R 232 of 596 ~ 38.93%
G 166 of 596 ~ 27.85%
B 198 of 596 ~ 33.22'%

%38.93
%27.85
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 14.66%
  • key color value is 9.02%

CMYK: (0,28,15,9)
C0M28Y15K9 (0%, 28%, 15%, 9%)
(0.00 / 0.28 / 0.15 / 0.09)

CMYK percentages

%0
%28.45
%14.66
%9.02

Codes

Color #E8A6C6 in popluar color models

E8 A6 C6
RGB 232 166 198
HSL 331° 58.93% 78.04%
HSB/HSV 331° 28.45% 90.98%
CMYK 0.00% 28.45% 14.66%
9.02%

Color #E8A6C6 in popluar number systems.

HEX E8 A6 C6
Decimal 232 166 198
Binary 11101000 10100110 11000110
Octal 350 246 306

Shades and tints

Shades of #E8A6C6

#E8A6C6
(232,166,198)
#D397B4
(211,151,180)
#BE88A2
(190,136,162)
#A97990
(169,121,144)
#946A7E
(148,106,126)
#7F5B6C
(127,91,108)
#6A4C5A
(106,76,90)
#553D48
(85,61,72)
#402E36
(64,46,54)
#2B1F24
(43,31,36)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #E8A6C6

#E8A6C6
(232,166,198)
#EAAECB
(234,174,203)
#ECB6D0
(236,182,208)
#EEBED5
(238,190,213)
#F0C6DA
(240,198,218)
#F2CEDF
(242,206,223)
#F4D6E4
(244,214,228)
#F6DEE9
(246,222,233)
#F8E6EE
(248,230,238)
#FAEEF3
(250,238,243)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A6C6 color. Also use rgb(232,166,198) instead hex code.

Text Font Color

.myTextColor { color: #E8A6C6; }

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

This text font color is #E8A6C6.

Background Color

.myBgColor { background-color: #E8A6C6; }

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

This div background color is #E8A6C6.

Border color

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

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

This div border color is #E8A6C6.

Opacity

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

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

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

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

This text has shadow with #E8A6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A6C6.

Preview

Color preview on black background

This text has color #E8A6C6 on black background.


Color preview on white background

This text has color #E8A6C6 on white background.


Black color preview on #E8A6C6 background

This text has black color on #E8A6C6 background.


White color preview on #E8A6C6 background

This text has white color on #E8A6C6 background.


Related colors

Complementary color

Complementary color for #hex is #175939.


I love getcolorcode.com

Triadic colors

1 #C6E8A6 and #A6C6E8 with #E8A6C6 are triadic colors.

2 #C6A6E8 and #A6E8C6 with #E8A6C6 are triadic colors.