COLOR #AB8680

HEX: #AB8680
RGB: (171,134,128)

Color info

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

RGB color model

#AB8680 color RGB value is (171,134,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 128 of 255 = 50%

171
134
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 128 = 433 (100%)
R 171 of 433 ~ 39.49%
G 134 of 433 ~ 30.95%
B 128 of 433 ~ 29.56%

%39.49
%30.95
%29.56

CMYK color model

#AB8680 color CMYK value is (0,22,25,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(0,22,25,33)
C0M22Y25K33 
(0%,22%,25%,33%)
(0.00/0.22/0.25/0.33)	

CMYK percentages

%0
%21.64
%25.15
%32.94

Codes

Color #AB8680 in popluar color models

AB8680
RGB171134128
HSL20.38%58.63%
HSB/HSV25.15%67.06%
CMYK0.00%21.64%25.15%
32.94%

Color #AB8680 in popluar number systems.

HEXAB8680
Decimal171134128
Binary101010111000011010000000
Octal253206200

Shades and tints

Shades of #AB8680

#AB8680
(171,134,128)
#9C7A75
(156,122,117)
#8D6E6A
(141,110,106)
#7E625F
(126,98,95)
#6F5654
(111,86,84)
#604A49
(96,74,73)
#513E3E
(81,62,62)
#423233
(66,50,51)
#332628
(51,38,40)
#241A1D
(36,26,29)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB8680

#AB8680
(171,134,128)
#B2918B
(178,145,139)
#B99C96
(185,156,150)
#C0A7A1
(192,167,161)
#C7B2AC
(199,178,172)
#CEBDB7
(206,189,183)
#D5C8C2
(213,200,194)
#DCD3CD
(220,211,205)
#E3DED8
(227,222,216)
#EAE9E3
(234,233,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8680; }

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

This text font color is #AB8680.


Background Color

.myBgColor { background-color: #AB8680; }

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

This div background color is #AB8680.


Border color

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

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

This div border color is #AB8680.


Opacity

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

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

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

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

This text has shadow with #AB8680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8680 on black background.


Color preview on white background

This text has color #AB8680 on white background.



Black color preview on #AB8680 background

This text has black color on #AB8680 background.


White color preview on #AB8680 background

This text has white color on #AB8680 background.