COLOR #E7AF9F

HEX: #E7AF9F
RGB: (231,175,159)

Color info

#E7AF9F contains mainly red and green colors. Web safe color of #E7AF9F is #FF9999 (or #F99).

RGB color model

#E7AF9F color RGB value is (231,175,159).

  • red value is 231;
  • green value is 175;
  • blue value is 159.
RGB:
(231,175,159)
(91%,69%,62%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 159 of 255 = 62%

231
175
159

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

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 159 = 565 (100%)
R 231 of 565 ~ 40.88%
G 175 of 565 ~ 30.97%
B 159 of 565 ~ 28.14%

%40.88
%30.97
%28.14

CMYK color model

#E7AF9F color CMYK value is (0,24,31,9).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 31.17%
  • key color value is 9.41%
CMYK:
(0,24,31,9)
C0M24Y31K9 
(0%,24%,31%,9%)
(0.00/0.24/0.31/0.09)	

CMYK percentages

%0
%24.24
%31.17
%9.41

Codes

Color #E7AF9F in popluar color models

E7AF9F
RGB231175159
HSL13°60.00%76.47%
HSB/HSV13°31.17%90.59%
CMYK0.00%24.24%31.17%
9.41%

Color #E7AF9F in popluar number systems.

HEXE7AF9F
Decimal231175159
Binary111001111010111110011111
Octal347257237

Shades and tints

Shades of #E7AF9F

#E7AF9F
(231,175,159)
#D2A091
(210,160,145)
#BD9183
(189,145,131)
#A88275
(168,130,117)
#937367
(147,115,103)
#7E6459
(126,100,89)
#69554B
(105,85,75)
#54463D
(84,70,61)
#3F372F
(63,55,47)
#2A2821
(42,40,33)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #E7AF9F

#E7AF9F
(231,175,159)
#E9B6A7
(233,182,167)
#EBBDAF
(235,189,175)
#EDC4B7
(237,196,183)
#EFCBBF
(239,203,191)
#F1D2C7
(241,210,199)
#F3D9CF
(243,217,207)
#F5E0D7
(245,224,215)
#F7E7DF
(247,231,223)
#F9EEE7
(249,238,231)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AF9F color. Also use rgb(231,175,159) instead hex code.

Text Font Color

.myTextColor { color: #E7AF9F; }

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

This text font color is #E7AF9F.


Background Color

.myBgColor { background-color: #E7AF9F; }

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

This div background color is #E7AF9F.


Border color

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

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

This div border color is #E7AF9F.


Opacity

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

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

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

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

This text has shadow with #E7AF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AF9F on black background.


Color preview on white background

This text has color #E7AF9F on white background.



Black color preview on #E7AF9F background

This text has black color on #E7AF9F background.


White color preview on #E7AF9F background

This text has white color on #E7AF9F background.