COLOR #AB99AB

HEX: #AB99AB
RGB: (171,153,171)

Color info

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

RGB color model

#AB99AB color RGB value is (171,153,171).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 171 of 255 = 67%

171
153
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 171 = 495 (100%)
R 171 of 495 ~ 34.55%
G 153 of 495 ~ 30.91%
B 171 of 495 ~ 34.55%

%34.55
%30.91
%34.55

CMYK color model

#AB99AB color CMYK value is (0,11,0,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(0,11,0,33)
C0M11Y0K33 
(0%,11%,0%,33%)
(0.00/0.11/0.00/0.33)	

CMYK percentages

%0
%10.53
%0
%32.94

Codes

Color #AB99AB in popluar color models

AB99AB
RGB171153171
HSL300°9.68%63.53%
HSB/HSV300°10.53%67.06%
CMYK0.00%10.53%0.00%
32.94%

Color #AB99AB in popluar number systems.

HEXAB99AB
Decimal171153171
Binary101010111001100110101011
Octal253231253

Shades and tints

Shades of #AB99AB

#AB99AB
(171,153,171)
#9C8C9C
(156,140,156)
#8D7F8D
(141,127,141)
#7E727E
(126,114,126)
#6F656F
(111,101,111)
#605860
(96,88,96)
#514B51
(81,75,81)
#423E42
(66,62,66)
#333133
(51,49,51)
#242424
(36,36,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #AB99AB

#AB99AB
(171,153,171)
#B2A2B2
(178,162,178)
#B9ABB9
(185,171,185)
#C0B4C0
(192,180,192)
#C7BDC7
(199,189,199)
#CEC6CE
(206,198,206)
#D5CFD5
(213,207,213)
#DCD8DC
(220,216,220)
#E3E1E3
(227,225,227)
#EAEAEA
(234,234,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99AB; }

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

This text font color is #AB99AB.


Background Color

.myBgColor { background-color: #AB99AB; }

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

This div background color is #AB99AB.


Border color

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

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

This div border color is #AB99AB.


Opacity

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

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

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

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

This text has shadow with #AB99AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99AB on black background.


Color preview on white background

This text has color #AB99AB on white background.



Black color preview on #AB99AB background

This text has black color on #AB99AB background.


White color preview on #AB99AB background

This text has white color on #AB99AB background.