COLOR #AB98BB

HEX: #AB98BB
RGB: (171,152,187)

Color info

#AB98BB contains red, green and blue colors in about the same proportion. Web safe color of #AB98BB is #9999CC (or #99C).

RGB color model

#AB98BB color RGB value is (171,152,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 187 of 255 = 73%

171
152
187

R + G + B ~ 67%. #AB98BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 187 = 510 (100%)
R 171 of 510 ~ 33.53%
G 152 of 510 ~ 29.8%
B 187 of 510 ~ 36.67%

%33.53
%29.8
%36.67

CMYK color model

#AB98BB color CMYK value is (9,19,0,27).

  • cyan value is 8.56%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,19,0,27)
C9M19Y0K27 
(9%,19%,0%,27%)
(0.09/0.19/0.00/0.27)	

CMYK percentages

%8.56
%18.72
%0
%26.67

Codes

Color #AB98BB in popluar color models

AB98BB
RGB171152187
HSL273°20.47%66.47%
HSB/HSV273°18.72%73.33%
CMYK8.56%18.72%0.00%
26.67%

Color #AB98BB in popluar number systems.

HEXAB98BB
Decimal171152187
Binary101010111001100010111011
Octal253230273

Shades and tints

Shades of #AB98BB

#AB98BB
(171,152,187)
#9C8BAA
(156,139,170)
#8D7E99
(141,126,153)
#7E7188
(126,113,136)
#6F6477
(111,100,119)
#605766
(96,87,102)
#514A55
(81,74,85)
#423D44
(66,61,68)
#333033
(51,48,51)
#242322
(36,35,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #AB98BB

#AB98BB
(171,152,187)
#B2A1C1
(178,161,193)
#B9AAC7
(185,170,199)
#C0B3CD
(192,179,205)
#C7BCD3
(199,188,211)
#CEC5D9
(206,197,217)
#D5CEDF
(213,206,223)
#DCD7E5
(220,215,229)
#E3E0EB
(227,224,235)
#EAE9F1
(234,233,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB98BB; }

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

This text font color is #AB98BB.


Background Color

.myBgColor { background-color: #AB98BB; }

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

This div background color is #AB98BB.


Border color

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

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

This div border color is #AB98BB.


Opacity

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

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

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

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

This text has shadow with #AB98BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB98BB on black background.


Color preview on white background

This text has color #AB98BB on white background.



Black color preview on #AB98BB background

This text has black color on #AB98BB background.


White color preview on #AB98BB background

This text has white color on #AB98BB background.