COLOR #AB92AC

HEX: #AB92AC
RGB: (171,146,172)

Color info

#AB92AC contains red, green and blue colors in about the same proportion. Web safe color of #AB92AC is #999999 (or #999).

RGB color model

#AB92AC color RGB value is (171,146,172).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 172 of 255 = 67%

171
146
172

R + G + B ~ 64%. #AB92AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 172 = 489 (100%)
R 171 of 489 ~ 34.97%
G 146 of 489 ~ 29.86%
B 172 of 489 ~ 35.17%

%34.97
%29.86
%35.17

CMYK color model

#AB92AC color CMYK value is (1,15,0,33).

  • cyan value is 0.58%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(1,15,0,33)
C1M15Y0K33 
(1%,15%,0%,33%)
(0.01/0.15/0.00/0.33)	

CMYK percentages

%0.58
%15.12
%0
%32.55

Codes

Color #AB92AC in popluar color models

AB92AC
RGB171146172
HSL298°13.54%62.35%
HSB/HSV298°15.12%67.45%
CMYK0.58%15.12%0.00%
32.55%

Color #AB92AC in popluar number systems.

HEXAB92AC
Decimal171146172
Binary101010111001001010101100
Octal253222254

Shades and tints

Shades of #AB92AC

#AB92AC
(171,146,172)
#9C859D
(156,133,157)
#8D788E
(141,120,142)
#7E6B7F
(126,107,127)
#6F5E70
(111,94,112)
#605161
(96,81,97)
#514452
(81,68,82)
#423743
(66,55,67)
#332A34
(51,42,52)
#241D25
(36,29,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #AB92AC

#AB92AC
(171,146,172)
#B29BB3
(178,155,179)
#B9A4BA
(185,164,186)
#C0ADC1
(192,173,193)
#C7B6C8
(199,182,200)
#CEBFCF
(206,191,207)
#D5C8D6
(213,200,214)
#DCD1DD
(220,209,221)
#E3DAE4
(227,218,228)
#EAE3EB
(234,227,235)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB92AC; }

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

This text font color is #AB92AC.


Background Color

.myBgColor { background-color: #AB92AC; }

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

This div background color is #AB92AC.


Border color

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

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

This div border color is #AB92AC.


Opacity

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

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

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

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

This text has shadow with #AB92AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB92AC on black background.


Color preview on white background

This text has color #AB92AC on white background.



Black color preview on #AB92AC background

This text has black color on #AB92AC background.


White color preview on #AB92AC background

This text has white color on #AB92AC background.