COLOR #E3ABE9

HEX: #E3ABE9
RGB: (227,171,233)

Color info

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

RGB color model

#E3ABE9 color RGB value is (227,171,233).

  • red value is 227;
  • green value is 171;
  • blue value is 233.
RGB:
(227,171,233)
(89%,67%,91%)

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 233 of 255 = 91%

227
171
233

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

Portions of RGB colors in percentages

R + G + B =
227 + 171 + 233 = 631 (100%)
R 227 of 631 ~ 35.97%
G 171 of 631 ~ 27.1%
B 233 of 631 ~ 36.93%

%35.97
%27.1
%36.93

CMYK color model

#E3ABE9 color CMYK value is (3,27,0,9).

  • cyan value is 2.58%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,27,0,9)
C3M27Y0K9 
(3%,27%,0%,9%)
(0.03/0.27/0.00/0.09)	

CMYK percentages

%2.58
%26.61
%0
%8.63

Codes

Color #E3ABE9 in popluar color models

E3ABE9
RGB227171233
HSL294°58.49%79.22%
HSB/HSV294°26.61%91.37%
CMYK2.58%26.61%0.00%
8.63%

Color #E3ABE9 in popluar number systems.

HEXE3ABE9
Decimal227171233
Binary111000111010101111101001
Octal343253351

Shades and tints

Shades of #E3ABE9

#E3ABE9
(227,171,233)
#CF9CD4
(207,156,212)
#BB8DBF
(187,141,191)
#A77EAA
(167,126,170)
#936F95
(147,111,149)
#7F6080
(127,96,128)
#6B516B
(107,81,107)
#574256
(87,66,86)
#433341
(67,51,65)
#2F242C
(47,36,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #E3ABE9

#E3ABE9
(227,171,233)
#E5B2EB
(229,178,235)
#E7B9ED
(231,185,237)
#E9C0EF
(233,192,239)
#EBC7F1
(235,199,241)
#EDCEF3
(237,206,243)
#EFD5F5
(239,213,245)
#F1DCF7
(241,220,247)
#F3E3F9
(243,227,249)
#F5EAFB
(245,234,251)
#F7F1FD
(247,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ABE9; }

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

This text font color is #E3ABE9.


Background Color

.myBgColor { background-color: #E3ABE9; }

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

This div background color is #E3ABE9.


Border color

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

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

This div border color is #E3ABE9.


Opacity

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

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

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

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

This text has shadow with #E3ABE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ABE9 on black background.


Color preview on white background

This text has color #E3ABE9 on white background.



Black color preview on #E3ABE9 background

This text has black color on #E3ABE9 background.


White color preview on #E3ABE9 background

This text has white color on #E3ABE9 background.