COLOR #E3AFA9

HEX: #E3AFA9
RGB: (227,175,169)

Color info

#E3AFA9 contains red, green and blue colors in about the same proportion. Web safe color of #E3AFA9 is #CC9999 (or #C99).

RGB color model

#E3AFA9 color RGB value is (227,175,169).

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

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 169 of 255 = 66%

227
175
169

R + G + B ~ 75%. #E3AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 175 + 169 = 571 (100%)
R 227 of 571 ~ 39.75%
G 175 of 571 ~ 30.65%
B 169 of 571 ~ 29.6%

%39.75
%30.65
%29.6

CMYK color model

#E3AFA9 color CMYK value is (0,23,26,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(0,23,26,11)
C0M23Y26K11 
(0%,23%,26%,11%)
(0.00/0.23/0.26/0.11)	

CMYK percentages

%0
%22.91
%25.55
%10.98

Codes

Color #E3AFA9 in popluar color models

E3AFA9
RGB227175169
HSL50.88%77.65%
HSB/HSV25.55%89.02%
CMYK0.00%22.91%25.55%
10.98%

Color #E3AFA9 in popluar number systems.

HEXE3AFA9
Decimal227175169
Binary111000111010111110101001
Octal343257251

Shades and tints

Shades of #E3AFA9

#E3AFA9
(227,175,169)
#CFA09A
(207,160,154)
#BB918B
(187,145,139)
#A7827C
(167,130,124)
#93736D
(147,115,109)
#7F645E
(127,100,94)
#6B554F
(107,85,79)
#574640
(87,70,64)
#433731
(67,55,49)
#2F2822
(47,40,34)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3AFA9

#E3AFA9
(227,175,169)
#E5B6B0
(229,182,176)
#E7BDB7
(231,189,183)
#E9C4BE
(233,196,190)
#EBCBC5
(235,203,197)
#EDD2CC
(237,210,204)
#EFD9D3
(239,217,211)
#F1E0DA
(241,224,218)
#F3E7E1
(243,231,225)
#F5EEE8
(245,238,232)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AFA9; }

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

This text font color is #E3AFA9.


Background Color

.myBgColor { background-color: #E3AFA9; }

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

This div background color is #E3AFA9.


Border color

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

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

This div border color is #E3AFA9.


Opacity

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

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

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

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

This text has shadow with #E3AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AFA9 on black background.


Color preview on white background

This text has color #E3AFA9 on white background.



Black color preview on #E3AFA9 background

This text has black color on #E3AFA9 background.


White color preview on #E3AFA9 background

This text has white color on #E3AFA9 background.