COLOR #9992AB

HEX: #9992AB RGB: (153,146,171)

Color info

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

RGB color model

#9992AB color RGB value is (153,146,171).

RGB: (153,146,171) (60%, 57%, 67%)

RGB channels and saturation

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

153
146
171

R + G + B ~ 61%. #9992AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 146 + 171 = 470 (100%)
R 153 of 470 ~ 32.55%
G 146 of 470 ~ 31.06%
B 171 of 470 ~ 36.38'%

%32.55
%31.06
%36.38

CMYK color model

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

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

CMYK: (11,15,0,33)
C11M15Y0K33 (11%, 15%, 0%, 33%)
(0.11 / 0.15 / 0.00 / 0.33)

CMYK percentages

%10.53
%14.62
%0
%32.94

Codes

Color #9992AB in popluar color models

99 92 AB
RGB 153 146 171
HSL 257° 12.95% 62.16%
HSB/HSV 257° 14.62% 67.06%
CMYK 10.53% 14.62% 0.00%
32.94%

Color #9992AB in popluar number systems.

HEX 99 92 AB
Decimal 153 146 171
Binary 10011001 10010010 10101011
Octal 231 222 253

Shades and tints

Shades of #9992AB

#9992AB
(153,146,171)
#8C859C
(140,133,156)
#7F788D
(127,120,141)
#726B7E
(114,107,126)
#655E6F
(101,94,111)
#585160
(88,81,96)
#4B4451
(75,68,81)
#3E3742
(62,55,66)
#312A33
(49,42,51)
#241D24
(36,29,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #9992AB

#9992AB
(153,146,171)
#A29BB2
(162,155,178)
#ABA4B9
(171,164,185)
#B4ADC0
(180,173,192)
#BDB6C7
(189,182,199)
#C6BFCE
(198,191,206)
#CFC8D5
(207,200,213)
#D8D1DC
(216,209,220)
#E1DAE3
(225,218,227)
#EAE3EA
(234,227,234)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992AB; }

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

This text font color is #9992AB.

Background Color

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

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

This div background color is #9992AB.

Border color

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

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

This div border color is #9992AB.

Opacity

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

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

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

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

This text has shadow with #9992AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9992AB.

Preview

Color preview on black background

This text has color #9992AB on black background.


Color preview on white background

This text has color #9992AB on white background.


Black color preview on #9992AB background

This text has black color on #9992AB background.


White color preview on #9992AB background

This text has white color on #9992AB background.


Related colors

Complementary color

Complementary color for #hex is #666D54.


I love getcolorcode.com

Triadic colors

1 #AB9992 and #92AB99 with #9992AB are triadic colors.

2 #AB9299 and #9299AB with #9992AB are triadic colors.