COLOR #AB878B

HEX: #AB878B RGB: (171,135,139)

Color info

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

RGB color model

#AB878B color RGB value is (171,135,139).

RGB: (171,135,139) (67%, 53%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 139 of 255 = 55%

171
135
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 135 + 139 = 445 (100%)
R 171 of 445 ~ 38.43%
G 135 of 445 ~ 30.34%
B 139 of 445 ~ 31.24'%

%38.43
%30.34
%31.24

CMYK color model

#AB878B color CMYK value is (0,21,19,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK: (0,21,19,33) C0M21Y19K33 (0%,21%,19%,33%) (0.00/0.21/0.19/0.33) 

CMYK percentages

%0
%21.05
%18.71
%32.94

Codes

Color #AB878B in popluar color models

AB 87 8B
RGB 171 135 139
HSL 353° 17.65% 60.00%
HSB/HSV 353° 21.05% 67.06%
CMYK 0.00% 21.05% 18.71%
32.94%

Color #AB878B in popluar number systems.

HEX AB 87 8B
Decimal 171 135 139
Binary 10101011 10000111 10001011
Octal 253 207 213

Shades and tints

Shades of #AB878B

#AB878B
(171,135,139)
#9C7B7F
(156,123,127)
#8D6F73
(141,111,115)
#7E6367
(126,99,103)
#6F575B
(111,87,91)
#604B4F
(96,75,79)
#513F43
(81,63,67)
#423337
(66,51,55)
#33272B
(51,39,43)
#241B1F
(36,27,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB878B

#AB878B
(171,135,139)
#B29195
(178,145,149)
#B99B9F
(185,155,159)
#C0A5A9
(192,165,169)
#C7AFB3
(199,175,179)
#CEB9BD
(206,185,189)
#D5C3C7
(213,195,199)
#DCCDD1
(220,205,209)
#E3D7DB
(227,215,219)
#EAE1E5
(234,225,229)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB878B color. Also use rgb(171,135,139) instead hex code.

Text Font Color

.myTextColor { color: #AB878B; }

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

This text font color is #AB878B.

Background Color

.myBgColor { background-color: #AB878B; }

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

This div background color is #AB878B.

Border color

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

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

This div border color is #AB878B.

Opacity

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

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

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

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

This text has shadow with #AB878B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB878B.

Preview

Color preview on black background

This text has color #AB878B on black background.


Color preview on white background

This text has color #AB878B on white background.


Black color preview on #AB878B background

This text has black color on #AB878B background.


White color preview on #AB878B background

This text has white color on #AB878B background.


Related colors

Complementary color

Complementary color for #hex is #547874.


I love getcolorcode.com

Triadic colors

1 #8BAB87 and #878BAB with #AB878B are triadic colors.

2 #8B87AB and #87AB8B with #AB878B are triadic colors.