COLOR #E6A9AD

HEX: #E6A9AD RGB: (230,169,173)

Color info

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

RGB color model

#E6A9AD color RGB value is (230,169,173).

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

RGB channels and saturation

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

230
169
173

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

Portions of RGB colors in percentages

R + G + B = 230 + 169 + 173 = 572 (100%)
R 230 of 572 ~ 40.21%
G 169 of 572 ~ 29.55%
B 173 of 572 ~ 30.24'%

%40.21
%29.55
%30.24

CMYK color model

#E6A9AD color CMYK value is (0,27,25,10).

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

CMYK: (0,27,25,10)
C0M27Y25K10 (0%, 27%, 25%, 10%)
(0.00 / 0.27 / 0.25 / 0.10)

CMYK percentages

%0
%26.52
%24.78
%9.8

Codes

Color #E6A9AD in popluar color models

E6 A9 AD
RGB 230 169 173
HSL 356° 54.95% 78.24%
HSB/HSV 356° 26.52% 90.20%
CMYK 0.00% 26.52% 24.78%
9.80%

Color #E6A9AD in popluar number systems.

HEX E6 A9 AD
Decimal 230 169 173
Binary 11100110 10101001 10101101
Octal 346 251 255

Shades and tints

Shades of #E6A9AD

#E6A9AD
(230,169,173)
#D29A9E
(210,154,158)
#BE8B8F
(190,139,143)
#AA7C80
(170,124,128)
#966D71
(150,109,113)
#825E62
(130,94,98)
#6E4F53
(110,79,83)
#5A4044
(90,64,68)
#463135
(70,49,53)
#322226
(50,34,38)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6A9AD

#E6A9AD
(230,169,173)
#E8B0B4
(232,176,180)
#EAB7BB
(234,183,187)
#ECBEC2
(236,190,194)
#EEC5C9
(238,197,201)
#F0CCD0
(240,204,208)
#F2D3D7
(242,211,215)
#F4DADE
(244,218,222)
#F6E1E5
(246,225,229)
#F8E8EC
(248,232,236)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A9AD; }

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

This text font color is #E6A9AD.

Background Color

.myBgColor { background-color: #E6A9AD; }

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

This div background color is #E6A9AD.

Border color

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

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

This div border color is #E6A9AD.

Opacity

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

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

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

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

This text has shadow with #E6A9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A9AD.

Preview

Color preview on black background

This text has color #E6A9AD on black background.


Color preview on white background

This text has color #E6A9AD on white background.


Black color preview on #E6A9AD background

This text has black color on #E6A9AD background.


White color preview on #E6A9AD background

This text has white color on #E6A9AD background.


Related colors

Complementary color

Complementary color for #hex is #195652.


I love getcolorcode.com

Triadic colors

1 #ADE6A9 and #A9ADE6 with #E6A9AD are triadic colors.

2 #ADA9E6 and #A9E6AD with #E6A9AD are triadic colors.