COLOR #AB687F

HEX: #AB687F
RGB: (171,104,127)

Color info

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

RGB color model

#AB687F color RGB value is (171,104,127).

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

RGB channels and saturation

R 171 of 255 = 67%
G 104 of 255 = 41%
B 127 of 255 = 50%

171
104
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 104 + 127 = 402 (100%)
R 171 of 402 ~ 42.54%
G 104 of 402 ~ 25.87%
B 127 of 402 ~ 31.59%

%42.54
%25.87
%31.59

CMYK color model

#AB687F color CMYK value is (0,39,26,33).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(0,39,26,33)
C0M39Y26K33 
(0%,39%,26%,33%)
(0.00/0.39/0.26/0.33)	

CMYK percentages

%0
%39.18
%25.73
%32.94

Codes

Color #AB687F in popluar color models

AB687F
RGB171104127
HSL339°28.51%53.92%
HSB/HSV339°39.18%67.06%
CMYK0.00%39.18%25.73%
32.94%

Color #AB687F in popluar number systems.

HEXAB687F
Decimal171104127
Binary1010101111010001111111
Octal253150177

Shades and tints

Shades of #AB687F

#AB687F
(171,104,127)
#9C5F74
(156,95,116)
#8D5669
(141,86,105)
#7E4D5E
(126,77,94)
#6F4453
(111,68,83)
#603B48
(96,59,72)
#51323D
(81,50,61)
#422932
(66,41,50)
#332027
(51,32,39)
#24171C
(36,23,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB687F

#AB687F
(171,104,127)
#B2758A
(178,117,138)
#B98295
(185,130,149)
#C08FA0
(192,143,160)
#C79CAB
(199,156,171)
#CEA9B6
(206,169,182)
#D5B6C1
(213,182,193)
#DCC3CC
(220,195,204)
#E3D0D7
(227,208,215)
#EADDE2
(234,221,226)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB687F; }

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

This text font color is #AB687F.


Background Color

.myBgColor { background-color: #AB687F; }

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

This div background color is #AB687F.


Border color

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

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

This div border color is #AB687F.


Opacity

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

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

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

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

This text has shadow with #AB687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB687F on black background.


Color preview on white background

This text has color #AB687F on white background.



Black color preview on #AB687F background

This text has black color on #AB687F background.


White color preview on #AB687F background

This text has white color on #AB687F background.