COLOR #AB8E91

HEX: #AB8E91
RGB: (171,142,145)

Color info

#AB8E91 contains red, green and blue colors in about the same proportion. Web safe color of #AB8E91 is #999999 (or #999).

RGB color model

#AB8E91 color RGB value is (171,142,145).

  • red value is 171;
  • green value is 142;
  • blue value is 145.
RGB:
(171,142,145)
(67%,56%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 145 of 255 = 57%

171
142
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 145 = 458 (100%)
R 171 of 458 ~ 37.34%
G 142 of 458 ~ 31%
B 145 of 458 ~ 31.66%

%37.34
%31
%31.66

CMYK color model

#AB8E91 color CMYK value is (0,17,15,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,17,15,33)
C0M17Y15K33 
(0%,17%,15%,33%)
(0.00/0.17/0.15/0.33)	

CMYK percentages

%0
%16.96
%15.2
%32.94

Codes

Color #AB8E91 in popluar color models

AB8E91
RGB171142145
HSL354°14.72%61.37%
HSB/HSV354°16.96%67.06%
CMYK0.00%16.96%15.20%
32.94%

Color #AB8E91 in popluar number systems.

HEXAB8E91
Decimal171142145
Binary101010111000111010010001
Octal253216221

Shades and tints

Shades of #AB8E91

#AB8E91
(171,142,145)
#9C8284
(156,130,132)
#8D7677
(141,118,119)
#7E6A6A
(126,106,106)
#6F5E5D
(111,94,93)
#605250
(96,82,80)
#514643
(81,70,67)
#423A36
(66,58,54)
#332E29
(51,46,41)
#24221C
(36,34,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #AB8E91

#AB8E91
(171,142,145)
#B2989B
(178,152,155)
#B9A2A5
(185,162,165)
#C0ACAF
(192,172,175)
#C7B6B9
(199,182,185)
#CEC0C3
(206,192,195)
#D5CACD
(213,202,205)
#DCD4D7
(220,212,215)
#E3DEE1
(227,222,225)
#EAE8EB
(234,232,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8E91 color. Also use rgb(171,142,145) instead hex code.

Text Font Color

.myTextColor { color: #AB8E91; }

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

This text font color is #AB8E91.


Background Color

.myBgColor { background-color: #AB8E91; }

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

This div background color is #AB8E91.


Border color

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

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

This div border color is #AB8E91.


Opacity

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

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

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

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

This text has shadow with #AB8E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E91 on black background.


Color preview on white background

This text has color #AB8E91 on white background.



Black color preview on #AB8E91 background

This text has black color on #AB8E91 background.


White color preview on #AB8E91 background

This text has white color on #AB8E91 background.