COLOR #E6A1AD

HEX: #E6A1AD RGB: (230,161,173)

Color info

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

RGB color model

#E6A1AD color RGB value is (230,161,173).

RGB: (230,161,173) (90%, 63%, 68%)

RGB channels and saturation

R 230 of 255 = 90%
G 161 of 255 = 63%
B 173 of 255 = 68%

230
161
173

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

Portions of RGB colors in percentages

R + G + B = 230 + 161 + 173 = 564 (100%)
R 230 of 564 ~ 40.78%
G 161 of 564 ~ 28.55%
B 173 of 564 ~ 30.67'%

%40.78
%28.55
%30.67

CMYK color model

#E6A1AD color CMYK value is (0,30,25,10).

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

CMYK: (0,30,25,10)
C0M30Y25K10 (0%, 30%, 25%, 10%)
(0.00 / 0.30 / 0.25 / 0.10)

CMYK percentages

%0
%30
%24.78
%9.8

Codes

Color #E6A1AD in popluar color models

E6 A1 AD
RGB 230 161 173
HSL 350° 57.98% 76.67%
HSB/HSV 350° 30.00% 90.20%
CMYK 0.00% 30.00% 24.78%
9.80%

Color #E6A1AD in popluar number systems.

HEX E6 A1 AD
Decimal 230 161 173
Binary 11100110 10100001 10101101
Octal 346 241 255

Shades and tints

Shades of #E6A1AD

#E6A1AD
(230,161,173)
#D2939E
(210,147,158)
#BE858F
(190,133,143)
#AA7780
(170,119,128)
#966971
(150,105,113)
#825B62
(130,91,98)
#6E4D53
(110,77,83)
#5A3F44
(90,63,68)
#463135
(70,49,53)
#322326
(50,35,38)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6A1AD

#E6A1AD
(230,161,173)
#E8A9B4
(232,169,180)
#EAB1BB
(234,177,187)
#ECB9C2
(236,185,194)
#EEC1C9
(238,193,201)
#F0C9D0
(240,201,208)
#F2D1D7
(242,209,215)
#F4D9DE
(244,217,222)
#F6E1E5
(246,225,229)
#F8E9EC
(248,233,236)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A1AD; }

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

This text font color is #E6A1AD.

Background Color

.myBgColor { background-color: #E6A1AD; }

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

This div background color is #E6A1AD.

Border color

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

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

This div border color is #E6A1AD.

Opacity

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

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

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

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

This text has shadow with #E6A1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A1AD.

Preview

Color preview on black background

This text has color #E6A1AD on black background.


Color preview on white background

This text has color #E6A1AD on white background.


Black color preview on #E6A1AD background

This text has black color on #E6A1AD background.


White color preview on #E6A1AD background

This text has white color on #E6A1AD background.


Related colors

Complementary color

Complementary color for #hex is #195E52.


I love getcolorcode.com

Triadic colors

1 #ADE6A1 and #A1ADE6 with #E6A1AD are triadic colors.

2 #ADA1E6 and #A1E6AD with #E6A1AD are triadic colors.