COLOR #E7AFAF

HEX: #E7AFAF
RGB: (231,175,175)

Color info

#E7AFAF contains red, green and blue colors in about the same proportion. Web safe color of #E7AFAF is #FF9999 (or #F99).

RGB color model

#E7AFAF color RGB value is (231,175,175).

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

RGB channels and saturation

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

231
175
175

R + G + B ~ 76%. #E7AFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 175 = 581 (100%)
R 231 of 581 ~ 39.76%
G 175 of 581 ~ 30.12%
B 175 of 581 ~ 30.12%

%39.76
%30.12
%30.12

CMYK color model

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

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

CMYK percentages

%0
%24.24
%24.24
%9.41

Codes

Color #E7AFAF in popluar color models

E7AFAF
RGB231175175
HSL53.85%79.61%
HSB/HSV24.24%90.59%
CMYK0.00%24.24%24.24%
9.41%

Color #E7AFAF in popluar number systems.

HEXE7AFAF
Decimal231175175
Binary111001111010111110101111
Octal347257257

Shades and tints

Shades of #E7AFAF

#E7AFAF
(231,175,175)
#D2A0A0
(210,160,160)
#BD9191
(189,145,145)
#A88282
(168,130,130)
#937373
(147,115,115)
#7E6464
(126,100,100)
#695555
(105,85,85)
#544646
(84,70,70)
#3F3737
(63,55,55)
#2A2828
(42,40,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7AFAF

#E7AFAF
(231,175,175)
#E9B6B6
(233,182,182)
#EBBDBD
(235,189,189)
#EDC4C4
(237,196,196)
#EFCBCB
(239,203,203)
#F1D2D2
(241,210,210)
#F3D9D9
(243,217,217)
#F5E0E0
(245,224,224)
#F7E7E7
(247,231,231)
#F9EEEE
(249,238,238)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AFAF; }

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

This text font color is #E7AFAF.


Background Color

.myBgColor { background-color: #E7AFAF; }

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

This div background color is #E7AFAF.


Border color

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

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

This div border color is #E7AFAF.


Opacity

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

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

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

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

This text has shadow with #E7AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AFAF on black background.


Color preview on white background

This text has color #E7AFAF on white background.



Black color preview on #E7AFAF background

This text has black color on #E7AFAF background.


White color preview on #E7AFAF background

This text has white color on #E7AFAF background.