COLOR #E2AF97

HEX: #E2AF97
RGB: (226,175,151)

Color info

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

RGB color model

#E2AF97 color RGB value is (226,175,151).

  • red value is 226;
  • green value is 175;
  • blue value is 151.
RGB:
(226,175,151)
(89%,69%,59%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 151 of 255 = 59%

226
175
151

R + G + B ~ 72%. #E2AF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 151 = 552 (100%)
R 226 of 552 ~ 40.94%
G 175 of 552 ~ 31.7%
B 151 of 552 ~ 27.36%

%40.94
%31.7
%27.36

CMYK color model

#E2AF97 color CMYK value is (0,23,33,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(0,23,33,11)
C0M23Y33K11 
(0%,23%,33%,11%)
(0.00/0.23/0.33/0.11)	

CMYK percentages

%0
%22.57
%33.19
%11.37

Codes

Color #E2AF97 in popluar color models

E2AF97
RGB226175151
HSL19°56.39%73.92%
HSB/HSV19°33.19%88.63%
CMYK0.00%22.57%33.19%
11.37%

Color #E2AF97 in popluar number systems.

HEXE2AF97
Decimal226175151
Binary111000101010111110010111
Octal342257227

Shades and tints

Shades of #E2AF97

#E2AF97
(226,175,151)
#CEA08A
(206,160,138)
#BA917D
(186,145,125)
#A68270
(166,130,112)
#927363
(146,115,99)
#7E6456
(126,100,86)
#6A5549
(106,85,73)
#56463C
(86,70,60)
#42372F
(66,55,47)
#2E2822
(46,40,34)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #E2AF97

#E2AF97
(226,175,151)
#E4B6A0
(228,182,160)
#E6BDA9
(230,189,169)
#E8C4B2
(232,196,178)
#EACBBB
(234,203,187)
#ECD2C4
(236,210,196)
#EED9CD
(238,217,205)
#F0E0D6
(240,224,214)
#F2E7DF
(242,231,223)
#F4EEE8
(244,238,232)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AF97 color. Also use rgb(226,175,151) instead hex code.

Text Font Color

.myTextColor { color: #E2AF97; }

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

This text font color is #E2AF97.


Background Color

.myBgColor { background-color: #E2AF97; }

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

This div background color is #E2AF97.


Border color

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

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

This div border color is #E2AF97.


Opacity

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

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

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

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

This text has shadow with #E2AF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AF97 on black background.


Color preview on white background

This text has color #E2AF97 on white background.



Black color preview on #E2AF97 background

This text has black color on #E2AF97 background.


White color preview on #E2AF97 background

This text has white color on #E2AF97 background.