COLOR #E6A9AE

HEX: #E6A9AE RGB: (230,169,174)

Color info

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

RGB color model

#E6A9AE color RGB value is (230,169,174).

RGB: (230,169,174) (90%, 66%, 68%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 174 of 255 = 68%

230
169
174

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

Portions of RGB colors in percentages

R + G + B = 230 + 169 + 174 = 573 (100%)
R 230 of 573 ~ 40.14%
G 169 of 573 ~ 29.49%
B 174 of 573 ~ 30.37'%

%40.14
%29.49
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (0,27,24,10)
C0M27Y24K10 (0%, 27%, 24%, 10%)
(0.00 / 0.27 / 0.24 / 0.10)

CMYK percentages

%0
%26.52
%24.35
%9.8

Codes

Color #E6A9AE in popluar color models

E6 A9 AE
RGB 230 169 174
HSL 355° 54.95% 78.24%
HSB/HSV 355° 26.52% 90.20%
CMYK 0.00% 26.52% 24.35%
9.80%

Color #E6A9AE in popluar number systems.

HEX E6 A9 AE
Decimal 230 169 174
Binary 11100110 10101001 10101110
Octal 346 251 256

Shades and tints

Shades of #E6A9AE

#E6A9AE
(230,169,174)
#D29A9F
(210,154,159)
#BE8B90
(190,139,144)
#AA7C81
(170,124,129)
#966D72
(150,109,114)
#825E63
(130,94,99)
#6E4F54
(110,79,84)
#5A4045
(90,64,69)
#463136
(70,49,54)
#322227
(50,34,39)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6A9AE

#E6A9AE
(230,169,174)
#E8B0B5
(232,176,181)
#EAB7BC
(234,183,188)
#ECBEC3
(236,190,195)
#EEC5CA
(238,197,202)
#F0CCD1
(240,204,209)
#F2D3D8
(242,211,216)
#F4DADF
(244,218,223)
#F6E1E6
(246,225,230)
#F8E8ED
(248,232,237)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A9AE; }

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

This text font color is #E6A9AE.

Background Color

.myBgColor { background-color: #E6A9AE; }

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

This div background color is #E6A9AE.

Border color

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

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

This div border color is #E6A9AE.

Opacity

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

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

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

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

This text has shadow with #E6A9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A9AE.

Preview

Color preview on black background

This text has color #E6A9AE on black background.


Color preview on white background

This text has color #E6A9AE on white background.


Black color preview on #E6A9AE background

This text has black color on #E6A9AE background.


White color preview on #E6A9AE background

This text has white color on #E6A9AE background.


Related colors

Complementary color

Complementary color for #hex is #195651.


I love getcolorcode.com

Triadic colors

1 #AEE6A9 and #A9AEE6 with #E6A9AE are triadic colors.

2 #AEA9E6 and #A9E6AE with #E6A9AE are triadic colors.