COLOR #E6A6AE

HEX: #E6A6AE
RGB: (230,166,174)

Color info

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

RGB color model

#E6A6AE color RGB value is (230,166,174).

  • red value is 230;
  • green value is 166;
  • blue value is 174.
RGB:
(230,166,174)
(90%,65%,68%)

RGB channels and saturation

R 230 of 255 = 90%
G 166 of 255 = 65%
B 174 of 255 = 68%

230
166
174

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

Portions of RGB colors in percentages

R + G + B =
230 + 166 + 174 = 570 (100%)
R 230 of 570 ~ 40.35%
G 166 of 570 ~ 29.12%
B 174 of 570 ~ 30.53%

%40.35
%29.12
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(0,28,24,10)
C0M28Y24K10 
(0%,28%,24%,10%)
(0.00/0.28/0.24/0.10)	

CMYK percentages

%0
%27.83
%24.35
%9.8

Codes

Color #E6A6AE in popluar color models

E6A6AE
RGB230166174
HSL353°56.14%77.65%
HSB/HSV353°27.83%90.20%
CMYK0.00%27.83%24.35%
9.80%

Color #E6A6AE in popluar number systems.

HEXE6A6AE
Decimal230166174
Binary111001101010011010101110
Octal346246256

Shades and tints

Shades of #E6A6AE

#E6A6AE
(230,166,174)
#D2979F
(210,151,159)
#BE8890
(190,136,144)
#AA7981
(170,121,129)
#966A72
(150,106,114)
#825B63
(130,91,99)
#6E4C54
(110,76,84)
#5A3D45
(90,61,69)
#462E36
(70,46,54)
#321F27
(50,31,39)
#1E1018
(30,16,24)
#000000
(0,0,0)

Tints of #E6A6AE

#E6A6AE
(230,166,174)
#E8AEB5
(232,174,181)
#EAB6BC
(234,182,188)
#ECBEC3
(236,190,195)
#EEC6CA
(238,198,202)
#F0CED1
(240,206,209)
#F2D6D8
(242,214,216)
#F4DEDF
(244,222,223)
#F6E6E6
(246,230,230)
#F8EEED
(248,238,237)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A6AE; }

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

This text font color is #E6A6AE.


Background Color

.myBgColor { background-color: #E6A6AE; }

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

This div background color is #E6A6AE.


Border color

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

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

This div border color is #E6A6AE.


Opacity

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

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

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

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

This text has shadow with #E6A6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A6AE on black background.


Color preview on white background

This text has color #E6A6AE on white background.



Black color preview on #E6A6AE background

This text has black color on #E6A6AE background.


White color preview on #E6A6AE background

This text has white color on #E6A6AE background.