COLOR #AB878E

HEX: #AB878E RGB: (171,135,142)

Color info

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

RGB color model

#AB878E color RGB value is (171,135,142).

RGB: (171,135,142) (67%, 53%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 142 of 255 = 56%

171
135
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 135 + 142 = 448 (100%)
R 171 of 448 ~ 38.17%
G 135 of 448 ~ 30.13%
B 142 of 448 ~ 31.7'%

%38.17
%30.13
%31.7

CMYK color model

#AB878E color CMYK value is (0,21,17,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK: (0,21,17,33) C0M21Y17K33 (0%,21%,17%,33%) (0.00/0.21/0.17/0.33) 

CMYK percentages

%0
%21.05
%16.96
%32.94

Codes

Color #AB878E in popluar color models

AB 87 8E
RGB 171 135 142
HSL 348° 17.65% 60.00%
HSB/HSV 348° 21.05% 67.06%
CMYK 0.00% 21.05% 16.96%
32.94%

Color #AB878E in popluar number systems.

HEX AB 87 8E
Decimal 171 135 142
Binary 10101011 10000111 10001110
Octal 253 207 216

Shades and tints

Shades of #AB878E

#AB878E
(171,135,142)
#9C7B82
(156,123,130)
#8D6F76
(141,111,118)
#7E636A
(126,99,106)
#6F575E
(111,87,94)
#604B52
(96,75,82)
#513F46
(81,63,70)
#42333A
(66,51,58)
#33272E
(51,39,46)
#241B22
(36,27,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB878E

#AB878E
(171,135,142)
#B29198
(178,145,152)
#B99BA2
(185,155,162)
#C0A5AC
(192,165,172)
#C7AFB6
(199,175,182)
#CEB9C0
(206,185,192)
#D5C3CA
(213,195,202)
#DCCDD4
(220,205,212)
#E3D7DE
(227,215,222)
#EAE1E8
(234,225,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB878E; }

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

This text font color is #AB878E.

Background Color

.myBgColor { background-color: #AB878E; }

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

This div background color is #AB878E.

Border color

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

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

This div border color is #AB878E.

Opacity

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

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

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

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

This text has shadow with #AB878E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB878E.

Preview

Color preview on black background

This text has color #AB878E on black background.


Color preview on white background

This text has color #AB878E on white background.


Black color preview on #AB878E background

This text has black color on #AB878E background.


White color preview on #AB878E background

This text has white color on #AB878E background.


Related colors

Complementary color

Complementary color for #hex is #547871.


I love getcolorcode.com

Triadic colors

1 #8EAB87 and #878EAB with #AB878E are triadic colors.

2 #8E87AB and #87AB8E with #AB878E are triadic colors.