COLOR #E6AFAF

HEX: #E6AFAF
RGB: (230,175,175)

Color info

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

RGB color model

#E6AFAF color RGB value is (230,175,175).

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

RGB channels and saturation

R 230 of 255 = 90%
G 175 of 255 = 69%
B 175 of 255 = 69%

230
175
175

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

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 175 = 580 (100%)
R 230 of 580 ~ 39.66%
G 175 of 580 ~ 30.17%
B 175 of 580 ~ 30.17%

%39.66
%30.17
%30.17

CMYK color model

#E6AFAF color CMYK value is (0,24,24,10).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(0,24,24,10)
C0M24Y24K10 
(0%,24%,24%,10%)
(0.00/0.24/0.24/0.10)	

CMYK percentages

%0
%23.91
%23.91
%9.8

Codes

Color #E6AFAF in popluar color models

E6AFAF
RGB230175175
HSL52.38%79.41%
HSB/HSV23.91%90.20%
CMYK0.00%23.91%23.91%
9.80%

Color #E6AFAF in popluar number systems.

HEXE6AFAF
Decimal230175175
Binary111001101010111110101111
Octal346257257

Shades and tints

Shades of #E6AFAF

#E6AFAF
(230,175,175)
#D2A0A0
(210,160,160)
#BE9191
(190,145,145)
#AA8282
(170,130,130)
#967373
(150,115,115)
#826464
(130,100,100)
#6E5555
(110,85,85)
#5A4646
(90,70,70)
#463737
(70,55,55)
#322828
(50,40,40)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6AFAF

#E6AFAF
(230,175,175)
#E8B6B6
(232,182,182)
#EABDBD
(234,189,189)
#ECC4C4
(236,196,196)
#EECBCB
(238,203,203)
#F0D2D2
(240,210,210)
#F2D9D9
(242,217,217)
#F4E0E0
(244,224,224)
#F6E7E7
(246,231,231)
#F8EEEE
(248,238,238)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AFAF; }

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

This text font color is #E6AFAF.


Background Color

.myBgColor { background-color: #E6AFAF; }

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

This div background color is #E6AFAF.


Border color

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

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

This div border color is #E6AFAF.


Opacity

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

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

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

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

This text has shadow with #E6AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AFAF on black background.


Color preview on white background

This text has color #E6AFAF on white background.



Black color preview on #E6AFAF background

This text has black color on #E6AFAF background.


White color preview on #E6AFAF background

This text has white color on #E6AFAF background.