COLOR #AB98B0

HEX: #AB98B0
RGB: (171,152,176)

Color info

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

RGB color model

#AB98B0 color RGB value is (171,152,176).

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

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 176 of 255 = 69%

171
152
176

R + G + B ~ 65%. #AB98B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 176 = 499 (100%)
R 171 of 499 ~ 34.27%
G 152 of 499 ~ 30.46%
B 176 of 499 ~ 35.27%

%34.27
%30.46
%35.27

CMYK color model

#AB98B0 color CMYK value is (3,14,0,31).

  • cyan value is 2.84%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,14,0,31)
C3M14Y0K31 
(3%,14%,0%,31%)
(0.03/0.14/0.00/0.31)	

CMYK percentages

%2.84
%13.64
%0
%30.98

Codes

Color #AB98B0 in popluar color models

AB98B0
RGB171152176
HSL288°13.19%64.31%
HSB/HSV288°13.64%69.02%
CMYK2.84%13.64%0.00%
30.98%

Color #AB98B0 in popluar number systems.

HEXAB98B0
Decimal171152176
Binary101010111001100010110000
Octal253230260

Shades and tints

Shades of #AB98B0

#AB98B0
(171,152,176)
#9C8BA0
(156,139,160)
#8D7E90
(141,126,144)
#7E7180
(126,113,128)
#6F6470
(111,100,112)
#605760
(96,87,96)
#514A50
(81,74,80)
#423D40
(66,61,64)
#333030
(51,48,48)
#242320
(36,35,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #AB98B0

#AB98B0
(171,152,176)
#B2A1B7
(178,161,183)
#B9AABE
(185,170,190)
#C0B3C5
(192,179,197)
#C7BCCC
(199,188,204)
#CEC5D3
(206,197,211)
#D5CEDA
(213,206,218)
#DCD7E1
(220,215,225)
#E3E0E8
(227,224,232)
#EAE9EF
(234,233,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB98B0; }

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

This text font color is #AB98B0.


Background Color

.myBgColor { background-color: #AB98B0; }

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

This div background color is #AB98B0.


Border color

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

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

This div border color is #AB98B0.


Opacity

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

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

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

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

This text has shadow with #AB98B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB98B0 on black background.


Color preview on white background

This text has color #AB98B0 on white background.



Black color preview on #AB98B0 background

This text has black color on #AB98B0 background.


White color preview on #AB98B0 background

This text has white color on #AB98B0 background.