COLOR #AB6D86

HEX: #AB6D86
RGB: (171,109,134)

Color info

#AB6D86 contains mainly red and blue colors. Web safe color of #AB6D86 is #996699 (or #969).

RGB color model

#AB6D86 color RGB value is (171,109,134).

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

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 134 of 255 = 53%

171
109
134

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

Portions of RGB colors in percentages

R + G + B =
171 + 109 + 134 = 414 (100%)
R 171 of 414 ~ 41.3%
G 109 of 414 ~ 26.33%
B 134 of 414 ~ 32.37%

%41.3
%26.33
%32.37

CMYK color model

#AB6D86 color CMYK value is (0,36,22,33).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,36,22,33)
C0M36Y22K33 
(0%,36%,22%,33%)
(0.00/0.36/0.22/0.33)	

CMYK percentages

%0
%36.26
%21.64
%32.94

Codes

Color #AB6D86 in popluar color models

AB6D86
RGB171109134
HSL336°26.96%54.90%
HSB/HSV336°36.26%67.06%
CMYK0.00%36.26%21.64%
32.94%

Color #AB6D86 in popluar number systems.

HEXAB6D86
Decimal171109134
Binary10101011110110110000110
Octal253155206

Shades and tints

Shades of #AB6D86

#AB6D86
(171,109,134)
#9C647A
(156,100,122)
#8D5B6E
(141,91,110)
#7E5262
(126,82,98)
#6F4956
(111,73,86)
#60404A
(96,64,74)
#51373E
(81,55,62)
#422E32
(66,46,50)
#332526
(51,37,38)
#241C1A
(36,28,26)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB6D86

#AB6D86
(171,109,134)
#B27A91
(178,122,145)
#B9879C
(185,135,156)
#C094A7
(192,148,167)
#C7A1B2
(199,161,178)
#CEAEBD
(206,174,189)
#D5BBC8
(213,187,200)
#DCC8D3
(220,200,211)
#E3D5DE
(227,213,222)
#EAE2E9
(234,226,233)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6D86; }

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

This text font color is #AB6D86.


Background Color

.myBgColor { background-color: #AB6D86; }

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

This div background color is #AB6D86.


Border color

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

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

This div border color is #AB6D86.


Opacity

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

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

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

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

This text has shadow with #AB6D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6D86 on black background.


Color preview on white background

This text has color #AB6D86 on white background.



Black color preview on #AB6D86 background

This text has black color on #AB6D86 background.


White color preview on #AB6D86 background

This text has white color on #AB6D86 background.