COLOR #E3ABE6

HEX: #E3ABE6 RGB: (227,171,230)

Color info

#E3ABE6 contains red, green and blue colors in about the same proportion. Web safe color of #E3ABE6 is #CC99CC (or #C9C).

RGB color model

#E3ABE6 color RGB value is (227,171,230).

RGB: (227,171,230) (89%, 67%, 90%)

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 230 of 255 = 90%

227
171
230

R + G + B ~ 82%. #E3ABE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 171 + 230 = 628 (100%)
R 227 of 628 ~ 36.15%
G 171 of 628 ~ 27.23%
B 230 of 628 ~ 36.62'%

%36.15
%27.23
%36.62

CMYK color model

#E3ABE6 color CMYK value is (1,26,0,10).

  • cyan value is 1.30%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (1,26,0,10)
C1M26Y0K10 (1%, 26%, 0%, 10%)
(0.01 / 0.26 / 0.00 / 0.10)

CMYK percentages

%1.3
%25.65
%0
%9.8

Codes

Color #E3ABE6 in popluar color models

E3 AB E6
RGB 227 171 230
HSL 297° 54.13% 78.63%
HSB/HSV 297° 25.65% 90.20%
CMYK 1.30% 25.65% 0.00%
9.80%

Color #E3ABE6 in popluar number systems.

HEX E3 AB E6
Decimal 227 171 230
Binary 11100011 10101011 11100110
Octal 343 253 346

Shades and tints

Shades of #E3ABE6

#E3ABE6
(227,171,230)
#CF9CD2
(207,156,210)
#BB8DBE
(187,141,190)
#A77EAA
(167,126,170)
#936F96
(147,111,150)
#7F6082
(127,96,130)
#6B516E
(107,81,110)
#57425A
(87,66,90)
#433346
(67,51,70)
#2F2432
(47,36,50)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #E3ABE6

#E3ABE6
(227,171,230)
#E5B2E8
(229,178,232)
#E7B9EA
(231,185,234)
#E9C0EC
(233,192,236)
#EBC7EE
(235,199,238)
#EDCEF0
(237,206,240)
#EFD5F2
(239,213,242)
#F1DCF4
(241,220,244)
#F3E3F6
(243,227,246)
#F5EAF8
(245,234,248)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ABE6; }

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

This text font color is #E3ABE6.

Background Color

.myBgColor { background-color: #E3ABE6; }

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

This div background color is #E3ABE6.

Border color

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

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

This div border color is #E3ABE6.

Opacity

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

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

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

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

This text has shadow with #E3ABE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ABE6.

Preview

Color preview on black background

This text has color #E3ABE6 on black background.


Color preview on white background

This text has color #E3ABE6 on white background.


Black color preview on #E3ABE6 background

This text has black color on #E3ABE6 background.


White color preview on #E3ABE6 background

This text has white color on #E3ABE6 background.


Related colors

Complementary color

Complementary color for #hex is #1C5419.


I love getcolorcode.com

Triadic colors

1 #E6E3AB and #ABE6E3 with #E3ABE6 are triadic colors.

2 #E6ABE3 and #ABE3E6 with #E3ABE6 are triadic colors.