COLOR #E6ABB1

HEX: #E6ABB1
RGB: (230,171,177)

Color info

#E6ABB1 contains red, green and blue colors in about the same proportion. Web safe color of #E6ABB1 is #CC9999 (or #C99).

RGB color model

#E6ABB1 color RGB value is (230,171,177).

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

RGB channels and saturation

R 230 of 255 = 90%
G 171 of 255 = 67%
B 177 of 255 = 69%

230
171
177

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

Portions of RGB colors in percentages

R + G + B =
230 + 171 + 177 = 578 (100%)
R 230 of 578 ~ 39.79%
G 171 of 578 ~ 29.58%
B 177 of 578 ~ 30.62%

%39.79
%29.58
%30.62

CMYK color model

#E6ABB1 color CMYK value is (0,26,23,10).

  • cyan value is 0.00%
  • magenta value is 25.65%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(0,26,23,10)
C0M26Y23K10 
(0%,26%,23%,10%)
(0.00/0.26/0.23/0.10)	

CMYK percentages

%0
%25.65
%23.04
%9.8

Codes

Color #E6ABB1 in popluar color models

E6ABB1
RGB230171177
HSL354°54.13%78.63%
HSB/HSV354°25.65%90.20%
CMYK0.00%25.65%23.04%
9.80%

Color #E6ABB1 in popluar number systems.

HEXE6ABB1
Decimal230171177
Binary111001101010101110110001
Octal346253261

Shades and tints

Shades of #E6ABB1

#E6ABB1
(230,171,177)
#D29CA1
(210,156,161)
#BE8D91
(190,141,145)
#AA7E81
(170,126,129)
#966F71
(150,111,113)
#826061
(130,96,97)
#6E5151
(110,81,81)
#5A4241
(90,66,65)
#463331
(70,51,49)
#322421
(50,36,33)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #E6ABB1

#E6ABB1
(230,171,177)
#E8B2B8
(232,178,184)
#EAB9BF
(234,185,191)
#ECC0C6
(236,192,198)
#EEC7CD
(238,199,205)
#F0CED4
(240,206,212)
#F2D5DB
(242,213,219)
#F4DCE2
(244,220,226)
#F6E3E9
(246,227,233)
#F8EAF0
(248,234,240)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ABB1; }

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

This text font color is #E6ABB1.


Background Color

.myBgColor { background-color: #E6ABB1; }

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

This div background color is #E6ABB1.


Border color

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

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

This div border color is #E6ABB1.


Opacity

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

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

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

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

This text has shadow with #E6ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABB1 on black background.


Color preview on white background

This text has color #E6ABB1 on white background.



Black color preview on #E6ABB1 background

This text has black color on #E6ABB1 background.


White color preview on #E6ABB1 background

This text has white color on #E6ABB1 background.