COLOR #AB6F92

HEX: #AB6F92
RGB: (171,111,146)

Color info

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

RGB color model

#AB6F92 color RGB value is (171,111,146).

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

RGB channels and saturation

R 171 of 255 = 67%
G 111 of 255 = 44%
B 146 of 255 = 57%

171
111
146

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

Portions of RGB colors in percentages

R + G + B =
171 + 111 + 146 = 428 (100%)
R 171 of 428 ~ 39.95%
G 111 of 428 ~ 25.93%
B 146 of 428 ~ 34.11%

%39.95
%25.93
%34.11

CMYK color model

#AB6F92 color CMYK value is (0,35,15,33).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 14.62%
  • key color value is 32.94%
CMYK:
(0,35,15,33)
C0M35Y15K33 
(0%,35%,15%,33%)
(0.00/0.35/0.15/0.33)	

CMYK percentages

%0
%35.09
%14.62
%32.94

Codes

Color #AB6F92 in popluar color models

AB6F92
RGB171111146
HSL325°26.32%55.29%
HSB/HSV325°35.09%67.06%
CMYK0.00%35.09%14.62%
32.94%

Color #AB6F92 in popluar number systems.

HEXAB6F92
Decimal171111146
Binary10101011110111110010010
Octal253157222

Shades and tints

Shades of #AB6F92

#AB6F92
(171,111,146)
#9C6585
(156,101,133)
#8D5B78
(141,91,120)
#7E516B
(126,81,107)
#6F475E
(111,71,94)
#603D51
(96,61,81)
#513344
(81,51,68)
#422937
(66,41,55)
#331F2A
(51,31,42)
#24151D
(36,21,29)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #AB6F92

#AB6F92
(171,111,146)
#B27C9B
(178,124,155)
#B989A4
(185,137,164)
#C096AD
(192,150,173)
#C7A3B6
(199,163,182)
#CEB0BF
(206,176,191)
#D5BDC8
(213,189,200)
#DCCAD1
(220,202,209)
#E3D7DA
(227,215,218)
#EAE4E3
(234,228,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6F92; }

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

This text font color is #AB6F92.


Background Color

.myBgColor { background-color: #AB6F92; }

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

This div background color is #AB6F92.


Border color

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

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

This div border color is #AB6F92.


Opacity

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

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

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

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

This text has shadow with #AB6F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6F92 on black background.


Color preview on white background

This text has color #AB6F92 on white background.



Black color preview on #AB6F92 background

This text has black color on #AB6F92 background.


White color preview on #AB6F92 background

This text has white color on #AB6F92 background.