COLOR #AB92B0

HEX: #AB92B0
RGB: (171,146,176)

Color info

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

RGB color model

#AB92B0 color RGB value is (171,146,176).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 176 of 255 = 69%

171
146
176

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

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 176 = 493 (100%)
R 171 of 493 ~ 34.69%
G 146 of 493 ~ 29.61%
B 176 of 493 ~ 35.7%

%34.69
%29.61
%35.7

CMYK color model

#AB92B0 color CMYK value is (3,17,0,31).

  • cyan value is 2.84%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,17,0,31)
C3M17Y0K31 
(3%,17%,0%,31%)
(0.03/0.17/0.00/0.31)	

CMYK percentages

%2.84
%17.05
%0
%30.98

Codes

Color #AB92B0 in popluar color models

AB92B0
RGB171146176
HSL290°15.96%63.14%
HSB/HSV290°17.05%69.02%
CMYK2.84%17.05%0.00%
30.98%

Color #AB92B0 in popluar number systems.

HEXAB92B0
Decimal171146176
Binary101010111001001010110000
Octal253222260

Shades and tints

Shades of #AB92B0

#AB92B0
(171,146,176)
#9C85A0
(156,133,160)
#8D7890
(141,120,144)
#7E6B80
(126,107,128)
#6F5E70
(111,94,112)
#605160
(96,81,96)
#514450
(81,68,80)
#423740
(66,55,64)
#332A30
(51,42,48)
#241D20
(36,29,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB92B0

#AB92B0
(171,146,176)
#B29BB7
(178,155,183)
#B9A4BE
(185,164,190)
#C0ADC5
(192,173,197)
#C7B6CC
(199,182,204)
#CEBFD3
(206,191,211)
#D5C8DA
(213,200,218)
#DCD1E1
(220,209,225)
#E3DAE8
(227,218,232)
#EAE3EF
(234,227,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB92B0; }

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

This text font color is #AB92B0.


Background Color

.myBgColor { background-color: #AB92B0; }

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

This div background color is #AB92B0.


Border color

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

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

This div border color is #AB92B0.


Opacity

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

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

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

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

This text has shadow with #AB92B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB92B0 on black background.


Color preview on white background

This text has color #AB92B0 on white background.



Black color preview on #AB92B0 background

This text has black color on #AB92B0 background.


White color preview on #AB92B0 background

This text has white color on #AB92B0 background.