COLOR #E6A1AB

HEX: #E6A1AB
RGB: (230,161,171)

Color info

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

RGB color model

#E6A1AB color RGB value is (230,161,171).

  • red value is 230;
  • green value is 161;
  • blue value is 171.
RGB:
(230,161,171)
(90%,63%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 161 of 255 = 63%
B 171 of 255 = 67%

230
161
171

R + G + B ~ 73%. #E6A1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 161 + 171 = 562 (100%)
R 230 of 562 ~ 40.93%
G 161 of 562 ~ 28.65%
B 171 of 562 ~ 30.43%

%40.93
%28.65
%30.43

CMYK color model

#E6A1AB color CMYK value is (0,30,26,10).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(0,30,26,10)
C0M30Y26K10 
(0%,30%,26%,10%)
(0.00/0.30/0.26/0.10)	

CMYK percentages

%0
%30
%25.65
%9.8

Codes

Color #E6A1AB in popluar color models

E6A1AB
RGB230161171
HSL351°57.98%76.67%
HSB/HSV351°30.00%90.20%
CMYK0.00%30.00%25.65%
9.80%

Color #E6A1AB in popluar number systems.

HEXE6A1AB
Decimal230161171
Binary111001101010000110101011
Octal346241253

Shades and tints

Shades of #E6A1AB

#E6A1AB
(230,161,171)
#D2939C
(210,147,156)
#BE858D
(190,133,141)
#AA777E
(170,119,126)
#96696F
(150,105,111)
#825B60
(130,91,96)
#6E4D51
(110,77,81)
#5A3F42
(90,63,66)
#463133
(70,49,51)
#322324
(50,35,36)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #E6A1AB

#E6A1AB
(230,161,171)
#E8A9B2
(232,169,178)
#EAB1B9
(234,177,185)
#ECB9C0
(236,185,192)
#EEC1C7
(238,193,199)
#F0C9CE
(240,201,206)
#F2D1D5
(242,209,213)
#F4D9DC
(244,217,220)
#F6E1E3
(246,225,227)
#F8E9EA
(248,233,234)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A1AB; }

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

This text font color is #E6A1AB.


Background Color

.myBgColor { background-color: #E6A1AB; }

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

This div background color is #E6A1AB.


Border color

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

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

This div border color is #E6A1AB.


Opacity

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

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

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

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

This text has shadow with #E6A1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A1AB on black background.


Color preview on white background

This text has color #E6A1AB on white background.



Black color preview on #E6A1AB background

This text has black color on #E6A1AB background.


White color preview on #E6A1AB background

This text has white color on #E6A1AB background.