COLOR #AB877C

HEX: #AB877C
RGB: (171,135,124)

Color info

#AB877C contains red, green and blue colors in about the same proportion. Web safe color of #AB877C is #999966 (or #996).

RGB color model

#AB877C color RGB value is (171,135,124).

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

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 124 of 255 = 49%

171
135
124

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 124 = 430 (100%)
R 171 of 430 ~ 39.77%
G 135 of 430 ~ 31.4%
B 124 of 430 ~ 28.84%

%39.77
%31.4
%28.84

CMYK color model

#AB877C color CMYK value is (0,21,27,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(0,21,27,33)
C0M21Y27K33 
(0%,21%,27%,33%)
(0.00/0.21/0.27/0.33)	

CMYK percentages

%0
%21.05
%27.49
%32.94

Codes

Color #AB877C in popluar color models

AB877C
RGB171135124
HSL14°21.86%57.84%
HSB/HSV14°27.49%67.06%
CMYK0.00%21.05%27.49%
32.94%

Color #AB877C in popluar number systems.

HEXAB877C
Decimal171135124
Binary10101011100001111111100
Octal253207174

Shades and tints

Shades of #AB877C

#AB877C
(171,135,124)
#9C7B71
(156,123,113)
#8D6F66
(141,111,102)
#7E635B
(126,99,91)
#6F5750
(111,87,80)
#604B45
(96,75,69)
#513F3A
(81,63,58)
#42332F
(66,51,47)
#332724
(51,39,36)
#241B19
(36,27,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #AB877C

#AB877C
(171,135,124)
#B29187
(178,145,135)
#B99B92
(185,155,146)
#C0A59D
(192,165,157)
#C7AFA8
(199,175,168)
#CEB9B3
(206,185,179)
#D5C3BE
(213,195,190)
#DCCDC9
(220,205,201)
#E3D7D4
(227,215,212)
#EAE1DF
(234,225,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB877C; }

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

This text font color is #AB877C.


Background Color

.myBgColor { background-color: #AB877C; }

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

This div background color is #AB877C.


Border color

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

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

This div border color is #AB877C.


Opacity

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

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

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

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

This text has shadow with #AB877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB877C on black background.


Color preview on white background

This text has color #AB877C on white background.



Black color preview on #AB877C background

This text has black color on #AB877C background.


White color preview on #AB877C background

This text has white color on #AB877C background.