COLOR #E6AFA3

HEX: #E6AFA3
RGB: (230,175,163)

Color info

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

RGB color model

#E6AFA3 color RGB value is (230,175,163).

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

RGB channels and saturation

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

230
175
163

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

Portions of RGB colors in percentages

R + G + B =
230 + 175 + 163 = 568 (100%)
R 230 of 568 ~ 40.49%
G 175 of 568 ~ 30.81%
B 163 of 568 ~ 28.7%

%40.49
%30.81
%28.7

CMYK color model

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

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

CMYK percentages

%0
%23.91
%29.13
%9.8

Codes

Color #E6AFA3 in popluar color models

E6AFA3
RGB230175163
HSL11°57.26%77.06%
HSB/HSV11°29.13%90.20%
CMYK0.00%23.91%29.13%
9.80%

Color #E6AFA3 in popluar number systems.

HEXE6AFA3
Decimal230175163
Binary111001101010111110100011
Octal346257243

Shades and tints

Shades of #E6AFA3

#E6AFA3
(230,175,163)
#D2A095
(210,160,149)
#BE9187
(190,145,135)
#AA8279
(170,130,121)
#96736B
(150,115,107)
#82645D
(130,100,93)
#6E554F
(110,85,79)
#5A4641
(90,70,65)
#463733
(70,55,51)
#322825
(50,40,37)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6AFA3

#E6AFA3
(230,175,163)
#E8B6AB
(232,182,171)
#EABDB3
(234,189,179)
#ECC4BB
(236,196,187)
#EECBC3
(238,203,195)
#F0D2CB
(240,210,203)
#F2D9D3
(242,217,211)
#F4E0DB
(244,224,219)
#F6E7E3
(246,231,227)
#F8EEEB
(248,238,235)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AFA3; }

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

This text font color is #E6AFA3.


Background Color

.myBgColor { background-color: #E6AFA3; }

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

This div background color is #E6AFA3.


Border color

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

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

This div border color is #E6AFA3.


Opacity

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

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

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

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

This text has shadow with #E6AFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AFA3 on black background.


Color preview on white background

This text has color #E6AFA3 on white background.



Black color preview on #E6AFA3 background

This text has black color on #E6AFA3 background.


White color preview on #E6AFA3 background

This text has white color on #E6AFA3 background.