COLOR #AB8E6E

HEX: #AB8E6E
RGB: (171,142,110)

Color info

#AB8E6E contains mainly red and green colors. Web safe color of #AB8E6E is #999966 (or #996).

RGB color model

#AB8E6E color RGB value is (171,142,110).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 110 of 255 = 43%

171
142
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 110 = 423 (100%)
R 171 of 423 ~ 40.43%
G 142 of 423 ~ 33.57%
B 110 of 423 ~ 26%

%40.43
%33.57
%26

CMYK color model

#AB8E6E color CMYK value is (0,17,36,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,17,36,33)
C0M17Y36K33 
(0%,17%,36%,33%)
(0.00/0.17/0.36/0.33)	

CMYK percentages

%0
%16.96
%35.67
%32.94

Codes

Color #AB8E6E in popluar color models

AB8E6E
RGB171142110
HSL31°26.64%55.10%
HSB/HSV31°35.67%67.06%
CMYK0.00%16.96%35.67%
32.94%

Color #AB8E6E in popluar number systems.

HEXAB8E6E
Decimal171142110
Binary10101011100011101101110
Octal253216156

Shades and tints

Shades of #AB8E6E

#AB8E6E
(171,142,110)
#9C8264
(156,130,100)
#8D765A
(141,118,90)
#7E6A50
(126,106,80)
#6F5E46
(111,94,70)
#60523C
(96,82,60)
#514632
(81,70,50)
#423A28
(66,58,40)
#332E1E
(51,46,30)
#242214
(36,34,20)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #AB8E6E

#AB8E6E
(171,142,110)
#B2987B
(178,152,123)
#B9A288
(185,162,136)
#C0AC95
(192,172,149)
#C7B6A2
(199,182,162)
#CEC0AF
(206,192,175)
#D5CABC
(213,202,188)
#DCD4C9
(220,212,201)
#E3DED6
(227,222,214)
#EAE8E3
(234,232,227)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E6E; }

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

This text font color is #AB8E6E.


Background Color

.myBgColor { background-color: #AB8E6E; }

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

This div background color is #AB8E6E.


Border color

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

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

This div border color is #AB8E6E.


Opacity

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

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

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

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

This text has shadow with #AB8E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E6E on black background.


Color preview on white background

This text has color #AB8E6E on white background.



Black color preview on #AB8E6E background

This text has black color on #AB8E6E background.


White color preview on #AB8E6E background

This text has white color on #AB8E6E background.