COLOR #AB868E

HEX: #AB868E
RGB: (171,134,142)

Color info

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

RGB color model

#AB868E color RGB value is (171,134,142).

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

RGB channels and saturation

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

171
134
142

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 142 = 447 (100%)
R 171 of 447 ~ 38.26%
G 134 of 447 ~ 29.98%
B 142 of 447 ~ 31.77%

%38.26
%29.98
%31.77

CMYK color model

#AB868E color CMYK value is (0,22,17,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(0,22,17,33)
C0M22Y17K33 
(0%,22%,17%,33%)
(0.00/0.22/0.17/0.33)	

CMYK percentages

%0
%21.64
%16.96
%32.94

Codes

Color #AB868E in popluar color models

AB868E
RGB171134142
HSL347°18.05%59.80%
HSB/HSV347°21.64%67.06%
CMYK0.00%21.64%16.96%
32.94%

Color #AB868E in popluar number systems.

HEXAB868E
Decimal171134142
Binary101010111000011010001110
Octal253206216

Shades and tints

Shades of #AB868E

#AB868E
(171,134,142)
#9C7A82
(156,122,130)
#8D6E76
(141,110,118)
#7E626A
(126,98,106)
#6F565E
(111,86,94)
#604A52
(96,74,82)
#513E46
(81,62,70)
#42323A
(66,50,58)
#33262E
(51,38,46)
#241A22
(36,26,34)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB868E

#AB868E
(171,134,142)
#B29198
(178,145,152)
#B99CA2
(185,156,162)
#C0A7AC
(192,167,172)
#C7B2B6
(199,178,182)
#CEBDC0
(206,189,192)
#D5C8CA
(213,200,202)
#DCD3D4
(220,211,212)
#E3DEDE
(227,222,222)
#EAE9E8
(234,233,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB868E; }

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

This text font color is #AB868E.


Background Color

.myBgColor { background-color: #AB868E; }

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

This div background color is #AB868E.


Border color

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

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

This div border color is #AB868E.


Opacity

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

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

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

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

This text has shadow with #AB868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB868E on black background.


Color preview on white background

This text has color #AB868E on white background.



Black color preview on #AB868E background

This text has black color on #AB868E background.


White color preview on #AB868E background

This text has white color on #AB868E background.