COLOR #9899AB

HEX: #9899AB RGB: (152,153,171)

Color info

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

RGB color model

#9899AB color RGB value is (152,153,171).

RGB: (152,153,171) (60%, 60%, 67%)

RGB channels and saturation

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

152
153
171

R + G + B ~ 62%. #9899AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 153 + 171 = 476 (100%)
R 152 of 476 ~ 31.93%
G 153 of 476 ~ 32.14%
B 171 of 476 ~ 35.92'%

%31.93
%32.14
%35.92

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,11,0,33)
C11M11Y0K33 (11%, 11%, 0%, 33%)
(0.11 / 0.11 / 0.00 / 0.33)

CMYK percentages

%11.11
%10.53
%0
%32.94

Codes

Color #9899AB in popluar color models

98 99 AB
RGB 152 153 171
HSL 237° 10.16% 63.33%
HSB/HSV 237° 11.11% 67.06%
CMYK 11.11% 10.53% 0.00%
32.94%

Color #9899AB in popluar number systems.

HEX 98 99 AB
Decimal 152 153 171
Binary 10011000 10011001 10101011
Octal 230 231 253

Shades and tints

Shades of #9899AB

#9899AB
(152,153,171)
#8B8C9C
(139,140,156)
#7E7F8D
(126,127,141)
#71727E
(113,114,126)
#64656F
(100,101,111)
#575860
(87,88,96)
#4A4B51
(74,75,81)
#3D3E42
(61,62,66)
#303133
(48,49,51)
#232424
(35,36,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #9899AB

#9899AB
(152,153,171)
#A1A2B2
(161,162,178)
#AAABB9
(170,171,185)
#B3B4C0
(179,180,192)
#BCBDC7
(188,189,199)
#C5C6CE
(197,198,206)
#CECFD5
(206,207,213)
#D7D8DC
(215,216,220)
#E0E1E3
(224,225,227)
#E9EAEA
(233,234,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9899AB; }

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

This text font color is #9899AB.

Background Color

.myBgColor { background-color: #9899AB; }

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

This div background color is #9899AB.

Border color

.myBorderColor { border: 1px solid #9899AB; }

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

This div border color is #9899AB.

Opacity

.myOpacity80 { color: #9899AB; opacity: 0.8; }

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

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

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

This text has shadow with #9899AB color.


.textShadow {text-shadow: 3px 3px 1px #9899AB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9899AB; -webkit-box-shadow: 1px 1px 3px 2px #9899AB; box-shadow:1px 1px 3px 2px #9899AB;">
Div content here
</div>

This div box has shadow with color #9899AB.

Preview

Color preview on black background

This text has color #9899AB on black background.


Color preview on white background

This text has color #9899AB on white background.


Black color preview on #9899AB background

This text has black color on #9899AB background.


White color preview on #9899AB background

This text has white color on #9899AB background.


Related colors

Complementary color

Complementary color for #hex is #676654.


I love getcolorcode.com

Triadic colors

1 #AB9899 and #99AB98 with #9899AB are triadic colors.

2 #AB9998 and #9998AB with #9899AB are triadic colors.