COLOR #E6ABE9

HEX: #E6ABE9 RGB: (230,171,233)

Color info

#E6ABE9 contains mainly red and blue colors. Web safe color of #E6ABE9 is #CC99FF (or #C9F).

RGB color model

#E6ABE9 color RGB value is (230,171,233).

RGB: (230,171,233) (90%, 67%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 171 of 255 = 67%
B 233 of 255 = 91%

230
171
233

R + G + B ~ 83%. #E6ABE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 171 + 233 = 634 (100%)
R 230 of 634 ~ 36.28%
G 171 of 634 ~ 26.97%
B 233 of 634 ~ 36.75'%

%36.28
%26.97
%36.75

CMYK color model

#E6ABE9 color CMYK value is (1,27,0,9).

  • cyan value is 1.29%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,27,0,9)
C1M27Y0K9 (1%, 27%, 0%, 9%)
(0.01 / 0.27 / 0.00 / 0.09)

CMYK percentages

%1.29
%26.61
%0
%8.63

Codes

Color #E6ABE9 in popluar color models

E6 AB E9
RGB 230 171 233
HSL 297° 58.49% 79.22%
HSB/HSV 297° 26.61% 91.37%
CMYK 1.29% 26.61% 0.00%
8.63%

Color #E6ABE9 in popluar number systems.

HEX E6 AB E9
Decimal 230 171 233
Binary 11100110 10101011 11101001
Octal 346 253 351

Shades and tints

Shades of #E6ABE9

#E6ABE9
(230,171,233)
#D29CD4
(210,156,212)
#BE8DBF
(190,141,191)
#AA7EAA
(170,126,170)
#966F95
(150,111,149)
#826080
(130,96,128)
#6E516B
(110,81,107)
#5A4256
(90,66,86)
#463341
(70,51,65)
#32242C
(50,36,44)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6ABE9

#E6ABE9
(230,171,233)
#E8B2EB
(232,178,235)
#EAB9ED
(234,185,237)
#ECC0EF
(236,192,239)
#EEC7F1
(238,199,241)
#F0CEF3
(240,206,243)
#F2D5F5
(242,213,245)
#F4DCF7
(244,220,247)
#F6E3F9
(246,227,249)
#F8EAFB
(248,234,251)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABE9 color. Also use rgb(230,171,233) instead hex code.

Text Font Color

.myTextColor { color: #E6ABE9; }

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

This text font color is #E6ABE9.

Background Color

.myBgColor { background-color: #E6ABE9; }

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

This div background color is #E6ABE9.

Border color

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

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

This div border color is #E6ABE9.

Opacity

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

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

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

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

This text has shadow with #E6ABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ABE9.

Preview

Color preview on black background

This text has color #E6ABE9 on black background.


Color preview on white background

This text has color #E6ABE9 on white background.


Black color preview on #E6ABE9 background

This text has black color on #E6ABE9 background.


White color preview on #E6ABE9 background

This text has white color on #E6ABE9 background.


Related colors

Complementary color

Complementary color for #hex is #195416.


I love getcolorcode.com

Triadic colors

1 #E9E6AB and #ABE9E6 with #E6ABE9 are triadic colors.

2 #E9ABE6 and #ABE6E9 with #E6ABE9 are triadic colors.