COLOR #E1AFA6

HEX: #E1AFA6
RGB: (225,175,166)

Color info

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

RGB color model

#E1AFA6 color RGB value is (225,175,166).

  • red value is 225;
  • green value is 175;
  • blue value is 166.
RGB:
(225,175,166)
(88%,69%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 166 of 255 = 65%

225
175
166

R + G + B ~ 74%. #E1AFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 166 = 566 (100%)
R 225 of 566 ~ 39.75%
G 175 of 566 ~ 30.92%
B 166 of 566 ~ 29.33%

%39.75
%30.92
%29.33

CMYK color model

#E1AFA6 color CMYK value is (0,22,26,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(0,22,26,12)
C0M22Y26K12 
(0%,22%,26%,12%)
(0.00/0.22/0.26/0.12)	

CMYK percentages

%0
%22.22
%26.22
%11.76

Codes

Color #E1AFA6 in popluar color models

E1AFA6
RGB225175166
HSL49.58%76.67%
HSB/HSV26.22%88.24%
CMYK0.00%22.22%26.22%
11.76%

Color #E1AFA6 in popluar number systems.

HEXE1AFA6
Decimal225175166
Binary111000011010111110100110
Octal341257246

Shades and tints

Shades of #E1AFA6

#E1AFA6
(225,175,166)
#CDA097
(205,160,151)
#B99188
(185,145,136)
#A58279
(165,130,121)
#91736A
(145,115,106)
#7D645B
(125,100,91)
#69554C
(105,85,76)
#55463D
(85,70,61)
#41372E
(65,55,46)
#2D281F
(45,40,31)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #E1AFA6

#E1AFA6
(225,175,166)
#E3B6AE
(227,182,174)
#E5BDB6
(229,189,182)
#E7C4BE
(231,196,190)
#E9CBC6
(233,203,198)
#EBD2CE
(235,210,206)
#EDD9D6
(237,217,214)
#EFE0DE
(239,224,222)
#F1E7E6
(241,231,230)
#F3EEEE
(243,238,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AFA6 color. Also use rgb(225,175,166) instead hex code.

Text Font Color

.myTextColor { color: #E1AFA6; }

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

This text font color is #E1AFA6.


Background Color

.myBgColor { background-color: #E1AFA6; }

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

This div background color is #E1AFA6.


Border color

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

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

This div border color is #E1AFA6.


Opacity

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

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

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

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

This text has shadow with #E1AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AFA6 on black background.


Color preview on white background

This text has color #E1AFA6 on white background.



Black color preview on #E1AFA6 background

This text has black color on #E1AFA6 background.


White color preview on #E1AFA6 background

This text has white color on #E1AFA6 background.