COLOR #AB878A

HEX: #AB878A
RGB: (171,135,138)

Color info

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

RGB color model

#AB878A color RGB value is (171,135,138).

  • red value is 171;
  • green value is 135;
  • blue value is 138.
RGB:
(171,135,138)
(67%,53%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 138 of 255 = 54%

171
135
138

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 138 = 444 (100%)
R 171 of 444 ~ 38.51%
G 135 of 444 ~ 30.41%
B 138 of 444 ~ 31.08%

%38.51
%30.41
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 19.30%
  • 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
%19.3
%32.94

Codes

Color #AB878A in popluar color models

AB878A
RGB171135138
HSL355°17.65%60.00%
HSB/HSV355°21.05%67.06%
CMYK0.00%21.05%19.30%
32.94%

Color #AB878A in popluar number systems.

HEXAB878A
Decimal171135138
Binary101010111000011110001010
Octal253207212

Shades and tints

Shades of #AB878A

#AB878A
(171,135,138)
#9C7B7E
(156,123,126)
#8D6F72
(141,111,114)
#7E6366
(126,99,102)
#6F575A
(111,87,90)
#604B4E
(96,75,78)
#513F42
(81,63,66)
#423336
(66,51,54)
#33272A
(51,39,42)
#241B1E
(36,27,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB878A

#AB878A
(171,135,138)
#B29194
(178,145,148)
#B99B9E
(185,155,158)
#C0A5A8
(192,165,168)
#C7AFB2
(199,175,178)
#CEB9BC
(206,185,188)
#D5C3C6
(213,195,198)
#DCCDD0
(220,205,208)
#E3D7DA
(227,215,218)
#EAE1E4
(234,225,228)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB878A; }

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

This text font color is #AB878A.


Background Color

.myBgColor { background-color: #AB878A; }

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

This div background color is #AB878A.


Border color

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

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

This div border color is #AB878A.


Opacity

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

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

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

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

This text has shadow with #AB878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB878A on black background.


Color preview on white background

This text has color #AB878A on white background.



Black color preview on #AB878A background

This text has black color on #AB878A background.


White color preview on #AB878A background

This text has white color on #AB878A background.