COLOR #9992A5

HEX: #9992A5 RGB: (153,146,165)

Color info

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

RGB color model

#9992A5 color RGB value is (153,146,165).

RGB: (153,146,165) (60%, 57%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 165 of 255 = 65%

153
146
165

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

Portions of RGB colors in percentages

R + G + B = 153 + 146 + 165 = 464 (100%)
R 153 of 464 ~ 32.97%
G 146 of 464 ~ 31.47%
B 165 of 464 ~ 35.56'%

%32.97
%31.47
%35.56

CMYK color model

#9992A5 color CMYK value is (7,12,0,35).

  • cyan value is 7.27%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (7,12,0,35) C7M12Y0K35 (7%,12%,0%,35%) (0.07/0.12/0.00/0.35) 

CMYK percentages

%7.27
%11.52
%0
%35.29

Codes

Color #9992A5 in popluar color models

99 92 A5
RGB 153 146 165
HSL 262° 9.55% 60.98%
HSB/HSV 262° 11.52% 64.71%
CMYK 7.27% 11.52% 0.00%
35.29%

Color #9992A5 in popluar number systems.

HEX 99 92 A5
Decimal 153 146 165
Binary 10011001 10010010 10100101
Octal 231 222 245

Shades and tints

Shades of #9992A5

#9992A5
(153,146,165)
#8C8596
(140,133,150)
#7F7887
(127,120,135)
#726B78
(114,107,120)
#655E69
(101,94,105)
#58515A
(88,81,90)
#4B444B
(75,68,75)
#3E373C
(62,55,60)
#312A2D
(49,42,45)
#241D1E
(36,29,30)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #9992A5

#9992A5
(153,146,165)
#A29BAD
(162,155,173)
#ABA4B5
(171,164,181)
#B4ADBD
(180,173,189)
#BDB6C5
(189,182,197)
#C6BFCD
(198,191,205)
#CFC8D5
(207,200,213)
#D8D1DD
(216,209,221)
#E1DAE5
(225,218,229)
#EAE3ED
(234,227,237)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992A5; }

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

This text font color is #9992A5.

Background Color

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

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

This div background color is #9992A5.

Border color

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

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

This div border color is #9992A5.

Opacity

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

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

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

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

This text has shadow with #9992A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9992A5.

Preview

Color preview on black background

This text has color #9992A5 on black background.


Color preview on white background

This text has color #9992A5 on white background.


Black color preview on #9992A5 background

This text has black color on #9992A5 background.


White color preview on #9992A5 background

This text has white color on #9992A5 background.


Related colors

Complementary color

Complementary color for #hex is #666D5A.


I love getcolorcode.com

Triadic colors

1 #A59992 and #92A599 with #9992A5 are triadic colors.

2 #A59299 and #9299A5 with #9992A5 are triadic colors.