COLOR #E1AF8E

HEX: #E1AF8E
RGB: (225,175,142)

Color info

#E1AF8E contains mainly red and green colors. Web safe color of #E1AF8E is #CC9999 (or #C99).

RGB color model

#E1AF8E color RGB value is (225,175,142).

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

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 142 of 255 = 56%

225
175
142

R + G + B ~ 71%. #E1AF8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 142 = 542 (100%)
R 225 of 542 ~ 41.51%
G 175 of 542 ~ 32.29%
B 142 of 542 ~ 26.2%

%41.51
%32.29
%26.2

CMYK color model

#E1AF8E color CMYK value is (0,22,37,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(0,22,37,12)
C0M22Y37K12 
(0%,22%,37%,12%)
(0.00/0.22/0.37/0.12)	

CMYK percentages

%0
%22.22
%36.89
%11.76

Codes

Color #E1AF8E in popluar color models

E1AF8E
RGB225175142
HSL24°58.04%71.96%
HSB/HSV24°36.89%88.24%
CMYK0.00%22.22%36.89%
11.76%

Color #E1AF8E in popluar number systems.

HEXE1AF8E
Decimal225175142
Binary111000011010111110001110
Octal341257216

Shades and tints

Shades of #E1AF8E

#E1AF8E
(225,175,142)
#CDA082
(205,160,130)
#B99176
(185,145,118)
#A5826A
(165,130,106)
#91735E
(145,115,94)
#7D6452
(125,100,82)
#695546
(105,85,70)
#55463A
(85,70,58)
#41372E
(65,55,46)
#2D2822
(45,40,34)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1AF8E

#E1AF8E
(225,175,142)
#E3B698
(227,182,152)
#E5BDA2
(229,189,162)
#E7C4AC
(231,196,172)
#E9CBB6
(233,203,182)
#EBD2C0
(235,210,192)
#EDD9CA
(237,217,202)
#EFE0D4
(239,224,212)
#F1E7DE
(241,231,222)
#F3EEE8
(243,238,232)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AF8E; }

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

This text font color is #E1AF8E.


Background Color

.myBgColor { background-color: #E1AF8E; }

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

This div background color is #E1AF8E.


Border color

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

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

This div border color is #E1AF8E.


Opacity

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

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

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

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

This text has shadow with #E1AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AF8E on black background.


Color preview on white background

This text has color #E1AF8E on white background.



Black color preview on #E1AF8E background

This text has black color on #E1AF8E background.


White color preview on #E1AF8E background

This text has white color on #E1AF8E background.