COLOR #AB6B80

HEX: #AB6B80
RGB: (171,107,128)

Color info

#AB6B80 contains mainly red and blue colors. Web safe color of #AB6B80 is #996666 (or #966).

RGB color model

#AB6B80 color RGB value is (171,107,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 107 of 255 = 42%
B 128 of 255 = 50%

171
107
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 107 + 128 = 406 (100%)
R 171 of 406 ~ 42.12%
G 107 of 406 ~ 26.35%
B 128 of 406 ~ 31.53%

%42.12
%26.35
%31.53

CMYK color model

#AB6B80 color CMYK value is (0,37,25,33).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(0,37,25,33)
C0M37Y25K33 
(0%,37%,25%,33%)
(0.00/0.37/0.25/0.33)	

CMYK percentages

%0
%37.43
%25.15
%32.94

Codes

Color #AB6B80 in popluar color models

AB6B80
RGB171107128
HSL340°27.59%54.51%
HSB/HSV340°37.43%67.06%
CMYK0.00%37.43%25.15%
32.94%

Color #AB6B80 in popluar number systems.

HEXAB6B80
Decimal171107128
Binary10101011110101110000000
Octal253153200

Shades and tints

Shades of #AB6B80

#AB6B80
(171,107,128)
#9C6275
(156,98,117)
#8D596A
(141,89,106)
#7E505F
(126,80,95)
#6F4754
(111,71,84)
#603E49
(96,62,73)
#51353E
(81,53,62)
#422C33
(66,44,51)
#332328
(51,35,40)
#241A1D
(36,26,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #AB6B80

#AB6B80
(171,107,128)
#B2788B
(178,120,139)
#B98596
(185,133,150)
#C092A1
(192,146,161)
#C79FAC
(199,159,172)
#CEACB7
(206,172,183)
#D5B9C2
(213,185,194)
#DCC6CD
(220,198,205)
#E3D3D8
(227,211,216)
#EAE0E3
(234,224,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6B80; }

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

This text font color is #AB6B80.


Background Color

.myBgColor { background-color: #AB6B80; }

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

This div background color is #AB6B80.


Border color

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

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

This div border color is #AB6B80.


Opacity

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

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

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

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

This text has shadow with #AB6B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6B80 on black background.


Color preview on white background

This text has color #AB6B80 on white background.



Black color preview on #AB6B80 background

This text has black color on #AB6B80 background.


White color preview on #AB6B80 background

This text has white color on #AB6B80 background.