COLOR #E6AAAF

HEX: #E6AAAF
RGB: (230,170,175)

Color info

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

RGB color model

#E6AAAF color RGB value is (230,170,175).

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

RGB channels and saturation

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

230
170
175

R + G + B ~ 75%. #E6AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 170 + 175 = 575 (100%)
R 230 of 575 ~ 40%
G 170 of 575 ~ 29.57%
B 175 of 575 ~ 30.43%

%40
%29.57
%30.43

CMYK color model

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

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

CMYK percentages

%0
%26.09
%23.91
%9.8

Codes

Color #E6AAAF in popluar color models

E6AAAF
RGB230170175
HSL355°54.55%78.43%
HSB/HSV355°26.09%90.20%
CMYK0.00%26.09%23.91%
9.80%

Color #E6AAAF in popluar number systems.

HEXE6AAAF
Decimal230170175
Binary111001101010101010101111
Octal346252257

Shades and tints

Shades of #E6AAAF

#E6AAAF
(230,170,175)
#D29BA0
(210,155,160)
#BE8C91
(190,140,145)
#AA7D82
(170,125,130)
#966E73
(150,110,115)
#825F64
(130,95,100)
#6E5055
(110,80,85)
#5A4146
(90,65,70)
#463237
(70,50,55)
#322328
(50,35,40)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6AAAF

#E6AAAF
(230,170,175)
#E8B1B6
(232,177,182)
#EAB8BD
(234,184,189)
#ECBFC4
(236,191,196)
#EEC6CB
(238,198,203)
#F0CDD2
(240,205,210)
#F2D4D9
(242,212,217)
#F4DBE0
(244,219,224)
#F6E2E7
(246,226,231)
#F8E9EE
(248,233,238)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AAAF; }

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

This text font color is #E6AAAF.


Background Color

.myBgColor { background-color: #E6AAAF; }

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

This div background color is #E6AAAF.


Border color

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

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

This div border color is #E6AAAF.


Opacity

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

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

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

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

This text has shadow with #E6AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AAAF on black background.


Color preview on white background

This text has color #E6AAAF on white background.



Black color preview on #E6AAAF background

This text has black color on #E6AAAF background.


White color preview on #E6AAAF background

This text has white color on #E6AAAF background.