COLOR #AB6F7F

HEX: #AB6F7F
RGB: (171,111,127)

Color info

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

RGB color model

#AB6F7F color RGB value is (171,111,127).

  • red value is 171;
  • green value is 111;
  • blue value is 127.
RGB:
(171,111,127)
(67%,44%,50%)

RGB channels and saturation

R 171 of 255 = 67%
G 111 of 255 = 44%
B 127 of 255 = 50%

171
111
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 111 + 127 = 409 (100%)
R 171 of 409 ~ 41.81%
G 111 of 409 ~ 27.14%
B 127 of 409 ~ 31.05%

%41.81
%27.14
%31.05

CMYK color model

#AB6F7F color CMYK value is (0,35,26,33).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(0,35,26,33)
C0M35Y26K33 
(0%,35%,26%,33%)
(0.00/0.35/0.26/0.33)	

CMYK percentages

%0
%35.09
%25.73
%32.94

Codes

Color #AB6F7F in popluar color models

AB6F7F
RGB171111127
HSL344°26.32%55.29%
HSB/HSV344°35.09%67.06%
CMYK0.00%35.09%25.73%
32.94%

Color #AB6F7F in popluar number systems.

HEXAB6F7F
Decimal171111127
Binary1010101111011111111111
Octal253157177

Shades and tints

Shades of #AB6F7F

#AB6F7F
(171,111,127)
#9C6574
(156,101,116)
#8D5B69
(141,91,105)
#7E515E
(126,81,94)
#6F4753
(111,71,83)
#603D48
(96,61,72)
#51333D
(81,51,61)
#422932
(66,41,50)
#331F27
(51,31,39)
#24151C
(36,21,28)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #AB6F7F

#AB6F7F
(171,111,127)
#B27C8A
(178,124,138)
#B98995
(185,137,149)
#C096A0
(192,150,160)
#C7A3AB
(199,163,171)
#CEB0B6
(206,176,182)
#D5BDC1
(213,189,193)
#DCCACC
(220,202,204)
#E3D7D7
(227,215,215)
#EAE4E2
(234,228,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6F7F color. Also use rgb(171,111,127) instead hex code.

Text Font Color

.myTextColor { color: #AB6F7F; }

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

This text font color is #AB6F7F.


Background Color

.myBgColor { background-color: #AB6F7F; }

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

This div background color is #AB6F7F.


Border color

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

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

This div border color is #AB6F7F.


Opacity

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

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

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

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

This text has shadow with #AB6F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6F7F on black background.


Color preview on white background

This text has color #AB6F7F on white background.



Black color preview on #AB6F7F background

This text has black color on #AB6F7F background.


White color preview on #AB6F7F background

This text has white color on #AB6F7F background.