COLOR #E3ABD1

HEX: #E3ABD1
RGB: (227,171,209)

Color info

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

RGB color model

#E3ABD1 color RGB value is (227,171,209).

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

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 209 of 255 = 82%

227
171
209

R + G + B ~ 79%. #E3ABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 171 + 209 = 607 (100%)
R 227 of 607 ~ 37.4%
G 171 of 607 ~ 28.17%
B 209 of 607 ~ 34.43%

%37.4
%28.17
%34.43

CMYK color model

#E3ABD1 color CMYK value is (0,25,8,11).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(0,25,8,11)
C0M25Y8K11 
(0%,25%,8%,11%)
(0.00/0.25/0.08/0.11)	

CMYK percentages

%0
%24.67
%7.93
%10.98

Codes

Color #E3ABD1 in popluar color models

E3ABD1
RGB227171209
HSL319°50.00%78.04%
HSB/HSV319°24.67%89.02%
CMYK0.00%24.67%7.93%
10.98%

Color #E3ABD1 in popluar number systems.

HEXE3ABD1
Decimal227171209
Binary111000111010101111010001
Octal343253321

Shades and tints

Shades of #E3ABD1

#E3ABD1
(227,171,209)
#CF9CBE
(207,156,190)
#BB8DAB
(187,141,171)
#A77E98
(167,126,152)
#936F85
(147,111,133)
#7F6072
(127,96,114)
#6B515F
(107,81,95)
#57424C
(87,66,76)
#433339
(67,51,57)
#2F2426
(47,36,38)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3ABD1

#E3ABD1
(227,171,209)
#E5B2D5
(229,178,213)
#E7B9D9
(231,185,217)
#E9C0DD
(233,192,221)
#EBC7E1
(235,199,225)
#EDCEE5
(237,206,229)
#EFD5E9
(239,213,233)
#F1DCED
(241,220,237)
#F3E3F1
(243,227,241)
#F5EAF5
(245,234,245)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ABD1; }

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

This text font color is #E3ABD1.


Background Color

.myBgColor { background-color: #E3ABD1; }

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

This div background color is #E3ABD1.


Border color

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

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

This div border color is #E3ABD1.


Opacity

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

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

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

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

This text has shadow with #E3ABD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ABD1 on black background.


Color preview on white background

This text has color #E3ABD1 on white background.



Black color preview on #E3ABD1 background

This text has black color on #E3ABD1 background.


White color preview on #E3ABD1 background

This text has white color on #E3ABD1 background.