COLOR #AB7E8C

HEX: #AB7E8C
RGB: (171,126,140)

Color info

#AB7E8C contains red, green and blue colors in about the same proportion. Web safe color of #AB7E8C is #996699 (or #969).

RGB color model

#AB7E8C color RGB value is (171,126,140).

  • red value is 171;
  • green value is 126;
  • blue value is 140.
RGB:
(171,126,140)
(67%,49%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 140 of 255 = 55%

171
126
140

R + G + B ~ 57%. #AB7E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 126 + 140 = 437 (100%)
R 171 of 437 ~ 39.13%
G 126 of 437 ~ 28.83%
B 140 of 437 ~ 32.04%

%39.13
%28.83
%32.04

CMYK color model

#AB7E8C color CMYK value is (0,26,18,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,26,18,33)
C0M26Y18K33 
(0%,26%,18%,33%)
(0.00/0.26/0.18/0.33)	

CMYK percentages

%0
%26.32
%18.13
%32.94

Codes

Color #AB7E8C in popluar color models

AB7E8C
RGB171126140
HSL341°21.13%58.24%
HSB/HSV341°26.32%67.06%
CMYK0.00%26.32%18.13%
32.94%

Color #AB7E8C in popluar number systems.

HEXAB7E8C
Decimal171126140
Binary10101011111111010001100
Octal253176214

Shades and tints

Shades of #AB7E8C

#AB7E8C
(171,126,140)
#9C7380
(156,115,128)
#8D6874
(141,104,116)
#7E5D68
(126,93,104)
#6F525C
(111,82,92)
#604750
(96,71,80)
#513C44
(81,60,68)
#423138
(66,49,56)
#33262C
(51,38,44)
#241B20
(36,27,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB7E8C

#AB7E8C
(171,126,140)
#B28996
(178,137,150)
#B994A0
(185,148,160)
#C09FAA
(192,159,170)
#C7AAB4
(199,170,180)
#CEB5BE
(206,181,190)
#D5C0C8
(213,192,200)
#DCCBD2
(220,203,210)
#E3D6DC
(227,214,220)
#EAE1E6
(234,225,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7E8C color. Also use rgb(171,126,140) instead hex code.

Text Font Color

.myTextColor { color: #AB7E8C; }

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

This text font color is #AB7E8C.


Background Color

.myBgColor { background-color: #AB7E8C; }

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

This div background color is #AB7E8C.


Border color

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

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

This div border color is #AB7E8C.


Opacity

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

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

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

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

This text has shadow with #AB7E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7E8C on black background.


Color preview on white background

This text has color #AB7E8C on white background.



Black color preview on #AB7E8C background

This text has black color on #AB7E8C background.


White color preview on #AB7E8C background

This text has white color on #AB7E8C background.