COLOR #E3A9D7

HEX: #E3A9D7
RGB: (227,169,215)

Color info

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

RGB color model

#E3A9D7 color RGB value is (227,169,215).

  • red value is 227;
  • green value is 169;
  • blue value is 215.
RGB:
(227,169,215)
(89%,66%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 169 of 255 = 66%
B 215 of 255 = 84%

227
169
215

R + G + B ~ 80%. #E3A9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 169 + 215 = 611 (100%)
R 227 of 611 ~ 37.15%
G 169 of 611 ~ 27.66%
B 215 of 611 ~ 35.19%

%37.15
%27.66
%35.19

CMYK color model

#E3A9D7 color CMYK value is (0,26,5,11).

  • cyan value is 0.00%
  • magenta value is 25.55%
  • yellow value is 5.29%
  • key color value is 10.98%
CMYK:
(0,26,5,11)
C0M26Y5K11 
(0%,26%,5%,11%)
(0.00/0.26/0.05/0.11)	

CMYK percentages

%0
%25.55
%5.29
%10.98

Codes

Color #E3A9D7 in popluar color models

E3A9D7
RGB227169215
HSL312°50.88%77.65%
HSB/HSV312°25.55%89.02%
CMYK0.00%25.55%5.29%
10.98%

Color #E3A9D7 in popluar number systems.

HEXE3A9D7
Decimal227169215
Binary111000111010100111010111
Octal343251327

Shades and tints

Shades of #E3A9D7

#E3A9D7
(227,169,215)
#CF9AC4
(207,154,196)
#BB8BB1
(187,139,177)
#A77C9E
(167,124,158)
#936D8B
(147,109,139)
#7F5E78
(127,94,120)
#6B4F65
(107,79,101)
#574052
(87,64,82)
#43313F
(67,49,63)
#2F222C
(47,34,44)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E3A9D7

#E3A9D7
(227,169,215)
#E5B0DA
(229,176,218)
#E7B7DD
(231,183,221)
#E9BEE0
(233,190,224)
#EBC5E3
(235,197,227)
#EDCCE6
(237,204,230)
#EFD3E9
(239,211,233)
#F1DAEC
(241,218,236)
#F3E1EF
(243,225,239)
#F5E8F2
(245,232,242)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A9D7 color. Also use rgb(227,169,215) instead hex code.

Text Font Color

.myTextColor { color: #E3A9D7; }

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

This text font color is #E3A9D7.


Background Color

.myBgColor { background-color: #E3A9D7; }

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

This div background color is #E3A9D7.


Border color

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

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

This div border color is #E3A9D7.


Opacity

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

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

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

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

This text has shadow with #E3A9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A9D7 on black background.


Color preview on white background

This text has color #E3A9D7 on white background.



Black color preview on #E3A9D7 background

This text has black color on #E3A9D7 background.


White color preview on #E3A9D7 background

This text has white color on #E3A9D7 background.