COLOR #E6A8C6

HEX: #E6A8C6
RGB: (230,168,198)

Color info

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

RGB color model

#E6A8C6 color RGB value is (230,168,198).

  • red value is 230;
  • green value is 168;
  • blue value is 198.
RGB:
(230,168,198)
(90%,66%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 168 of 255 = 66%
B 198 of 255 = 78%

230
168
198

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

Portions of RGB colors in percentages

R + G + B =
230 + 168 + 198 = 596 (100%)
R 230 of 596 ~ 38.59%
G 168 of 596 ~ 28.19%
B 198 of 596 ~ 33.22%

%38.59
%28.19
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(0,27,14,10)
C0M27Y14K10 
(0%,27%,14%,10%)
(0.00/0.27/0.14/0.10)	

CMYK percentages

%0
%26.96
%13.91
%9.8

Codes

Color #E6A8C6 in popluar color models

E6A8C6
RGB230168198
HSL331°55.36%78.04%
HSB/HSV331°26.96%90.20%
CMYK0.00%26.96%13.91%
9.80%

Color #E6A8C6 in popluar number systems.

HEXE6A8C6
Decimal230168198
Binary111001101010100011000110
Octal346250306

Shades and tints

Shades of #E6A8C6

#E6A8C6
(230,168,198)
#D299B4
(210,153,180)
#BE8AA2
(190,138,162)
#AA7B90
(170,123,144)
#966C7E
(150,108,126)
#825D6C
(130,93,108)
#6E4E5A
(110,78,90)
#5A3F48
(90,63,72)
#463036
(70,48,54)
#322124
(50,33,36)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #E6A8C6

#E6A8C6
(230,168,198)
#E8AFCB
(232,175,203)
#EAB6D0
(234,182,208)
#ECBDD5
(236,189,213)
#EEC4DA
(238,196,218)
#F0CBDF
(240,203,223)
#F2D2E4
(242,210,228)
#F4D9E9
(244,217,233)
#F6E0EE
(246,224,238)
#F8E7F3
(248,231,243)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A8C6; }

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

This text font color is #E6A8C6.


Background Color

.myBgColor { background-color: #E6A8C6; }

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

This div background color is #E6A8C6.


Border color

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

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

This div border color is #E6A8C6.


Opacity

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

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

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

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

This text has shadow with #E6A8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A8C6 on black background.


Color preview on white background

This text has color #E6A8C6 on white background.



Black color preview on #E6A8C6 background

This text has black color on #E6A8C6 background.


White color preview on #E6A8C6 background

This text has white color on #E6A8C6 background.