COLOR #E6A9A6

HEX: #E6A9A6 RGB: (230,169,166)

Color info

#E6A9A6 contains mainly red color. Web safe color of #E6A9A6 is #CC9999 (or #C99).

RGB color model

#E6A9A6 color RGB value is (230,169,166).

RGB: (230,169,166) (90%, 66%, 65%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 166 of 255 = 65%

230
169
166

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

Portions of RGB colors in percentages

R + G + B = 230 + 169 + 166 = 565 (100%)
R 230 of 565 ~ 40.71%
G 169 of 565 ~ 29.91%
B 166 of 565 ~ 29.38'%

%40.71
%29.91
%29.38

CMYK color model

#E6A9A6 color CMYK value is (0,27,28,10).

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

CMYK: (0,27,28,10)
C0M27Y28K10 (0%, 27%, 28%, 10%)
(0.00 / 0.27 / 0.28 / 0.10)

CMYK percentages

%0
%26.52
%27.83
%9.8

Codes

Color #E6A9A6 in popluar color models

E6 A9 A6
RGB 230 169 166
HSL 56.14% 77.65%
HSB/HSV 27.83% 90.20%
CMYK 0.00% 26.52% 27.83%
9.80%

Color #E6A9A6 in popluar number systems.

HEX E6 A9 A6
Decimal 230 169 166
Binary 11100110 10101001 10100110
Octal 346 251 246

Shades and tints

Shades of #E6A9A6

#E6A9A6
(230,169,166)
#D29A97
(210,154,151)
#BE8B88
(190,139,136)
#AA7C79
(170,124,121)
#966D6A
(150,109,106)
#825E5B
(130,94,91)
#6E4F4C
(110,79,76)
#5A403D
(90,64,61)
#46312E
(70,49,46)
#32221F
(50,34,31)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #E6A9A6

#E6A9A6
(230,169,166)
#E8B0AE
(232,176,174)
#EAB7B6
(234,183,182)
#ECBEBE
(236,190,190)
#EEC5C6
(238,197,198)
#F0CCCE
(240,204,206)
#F2D3D6
(242,211,214)
#F4DADE
(244,218,222)
#F6E1E6
(246,225,230)
#F8E8EE
(248,232,238)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A9A6; }

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

This text font color is #E6A9A6.

Background Color

.myBgColor { background-color: #E6A9A6; }

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

This div background color is #E6A9A6.

Border color

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

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

This div border color is #E6A9A6.

Opacity

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

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

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

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

This text has shadow with #E6A9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A9A6.

Preview

Color preview on black background

This text has color #E6A9A6 on black background.


Color preview on white background

This text has color #E6A9A6 on white background.


Black color preview on #E6A9A6 background

This text has black color on #E6A9A6 background.


White color preview on #E6A9A6 background

This text has white color on #E6A9A6 background.


Related colors

Complementary color

Complementary color for #hex is #195659.


I love getcolorcode.com

Triadic colors

1 #A6E6A9 and #A9A6E6 with #E6A9A6 are triadic colors.

2 #A6A9E6 and #A9E6A6 with #E6A9A6 are triadic colors.