COLOR #E6A0AF

HEX: #E6A0AF
RGB: (230,160,175)

Color info

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

RGB color model

#E6A0AF color RGB value is (230,160,175).

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

RGB channels and saturation

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

230
160
175

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

Portions of RGB colors in percentages

R + G + B =
230 + 160 + 175 = 565 (100%)
R 230 of 565 ~ 40.71%
G 160 of 565 ~ 28.32%
B 175 of 565 ~ 30.97%

%40.71
%28.32
%30.97

CMYK color model

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

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

CMYK percentages

%0
%30.43
%23.91
%9.8

Codes

Color #E6A0AF in popluar color models

E6A0AF
RGB230160175
HSL347°58.33%76.47%
HSB/HSV347°30.43%90.20%
CMYK0.00%30.43%23.91%
9.80%

Color #E6A0AF in popluar number systems.

HEXE6A0AF
Decimal230160175
Binary111001101010000010101111
Octal346240257

Shades and tints

Shades of #E6A0AF

#E6A0AF
(230,160,175)
#D292A0
(210,146,160)
#BE8491
(190,132,145)
#AA7682
(170,118,130)
#966873
(150,104,115)
#825A64
(130,90,100)
#6E4C55
(110,76,85)
#5A3E46
(90,62,70)
#463037
(70,48,55)
#322228
(50,34,40)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6A0AF

#E6A0AF
(230,160,175)
#E8A8B6
(232,168,182)
#EAB0BD
(234,176,189)
#ECB8C4
(236,184,196)
#EEC0CB
(238,192,203)
#F0C8D2
(240,200,210)
#F2D0D9
(242,208,217)
#F4D8E0
(244,216,224)
#F6E0E7
(246,224,231)
#F8E8EE
(248,232,238)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A0AF; }

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

This text font color is #E6A0AF.


Background Color

.myBgColor { background-color: #E6A0AF; }

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

This div background color is #E6A0AF.


Border color

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

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

This div border color is #E6A0AF.


Opacity

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

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

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

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

This text has shadow with #E6A0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A0AF on black background.


Color preview on white background

This text has color #E6A0AF on white background.



Black color preview on #E6A0AF background

This text has black color on #E6A0AF background.


White color preview on #E6A0AF background

This text has white color on #E6A0AF background.