COLOR #AB8682

HEX: #AB8682
RGB: (171,134,130)

Color info

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

RGB color model

#AB8682 color RGB value is (171,134,130).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 130 of 255 = 51%

171
134
130

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 130 = 435 (100%)
R 171 of 435 ~ 39.31%
G 134 of 435 ~ 30.8%
B 130 of 435 ~ 29.89%

%39.31
%30.8
%29.89

CMYK color model

#AB8682 color CMYK value is (0,22,24,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(0,22,24,33)
C0M22Y24K33 
(0%,22%,24%,33%)
(0.00/0.22/0.24/0.33)	

CMYK percentages

%0
%21.64
%23.98
%32.94

Codes

Color #AB8682 in popluar color models

AB8682
RGB171134130
HSL19.62%59.02%
HSB/HSV23.98%67.06%
CMYK0.00%21.64%23.98%
32.94%

Color #AB8682 in popluar number systems.

HEXAB8682
Decimal171134130
Binary101010111000011010000010
Octal253206202

Shades and tints

Shades of #AB8682

#AB8682
(171,134,130)
#9C7A77
(156,122,119)
#8D6E6C
(141,110,108)
#7E6261
(126,98,97)
#6F5656
(111,86,86)
#604A4B
(96,74,75)
#513E40
(81,62,64)
#423235
(66,50,53)
#33262A
(51,38,42)
#241A1F
(36,26,31)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #AB8682

#AB8682
(171,134,130)
#B2918D
(178,145,141)
#B99C98
(185,156,152)
#C0A7A3
(192,167,163)
#C7B2AE
(199,178,174)
#CEBDB9
(206,189,185)
#D5C8C4
(213,200,196)
#DCD3CF
(220,211,207)
#E3DEDA
(227,222,218)
#EAE9E5
(234,233,229)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8682; }

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

This text font color is #AB8682.


Background Color

.myBgColor { background-color: #AB8682; }

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

This div background color is #AB8682.


Border color

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

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

This div border color is #AB8682.


Opacity

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

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

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

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

This text has shadow with #AB8682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8682 on black background.


Color preview on white background

This text has color #AB8682 on white background.



Black color preview on #AB8682 background

This text has black color on #AB8682 background.


White color preview on #AB8682 background

This text has white color on #AB8682 background.