COLOR #AB6F8E

HEX: #AB6F8E
RGB: (171,111,142)

Color info

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

RGB color model

#AB6F8E color RGB value is (171,111,142).

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

RGB channels and saturation

R 171 of 255 = 67%
G 111 of 255 = 44%
B 142 of 255 = 56%

171
111
142

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

Portions of RGB colors in percentages

R + G + B =
171 + 111 + 142 = 424 (100%)
R 171 of 424 ~ 40.33%
G 111 of 424 ~ 26.18%
B 142 of 424 ~ 33.49%

%40.33
%26.18
%33.49

CMYK color model

#AB6F8E color CMYK value is (0,35,17,33).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(0,35,17,33)
C0M35Y17K33 
(0%,35%,17%,33%)
(0.00/0.35/0.17/0.33)	

CMYK percentages

%0
%35.09
%16.96
%32.94

Codes

Color #AB6F8E in popluar color models

AB6F8E
RGB171111142
HSL329°26.32%55.29%
HSB/HSV329°35.09%67.06%
CMYK0.00%35.09%16.96%
32.94%

Color #AB6F8E in popluar number systems.

HEXAB6F8E
Decimal171111142
Binary10101011110111110001110
Octal253157216

Shades and tints

Shades of #AB6F8E

#AB6F8E
(171,111,142)
#9C6582
(156,101,130)
#8D5B76
(141,91,118)
#7E516A
(126,81,106)
#6F475E
(111,71,94)
#603D52
(96,61,82)
#513346
(81,51,70)
#42293A
(66,41,58)
#331F2E
(51,31,46)
#241522
(36,21,34)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #AB6F8E

#AB6F8E
(171,111,142)
#B27C98
(178,124,152)
#B989A2
(185,137,162)
#C096AC
(192,150,172)
#C7A3B6
(199,163,182)
#CEB0C0
(206,176,192)
#D5BDCA
(213,189,202)
#DCCAD4
(220,202,212)
#E3D7DE
(227,215,222)
#EAE4E8
(234,228,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6F8E; }

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

This text font color is #AB6F8E.


Background Color

.myBgColor { background-color: #AB6F8E; }

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

This div background color is #AB6F8E.


Border color

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

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

This div border color is #AB6F8E.


Opacity

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

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

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

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

This text has shadow with #AB6F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6F8E on black background.


Color preview on white background

This text has color #AB6F8E on white background.



Black color preview on #AB6F8E background

This text has black color on #AB6F8E background.


White color preview on #AB6F8E background

This text has white color on #AB6F8E background.