COLOR #9985AA

HEX: #9985AA RGB: (153,133,170)

Color info

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

RGB color model

#9985AA color RGB value is (153,133,170).

RGB: (153,133,170) (60%, 52%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 170 of 255 = 67%

153
133
170

R + G + B ~ 60%. #9985AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 133 + 170 = 456 (100%)
R 153 of 456 ~ 33.55%
G 133 of 456 ~ 29.17%
B 170 of 456 ~ 37.28'%

%33.55
%29.17
%37.28

CMYK color model

#9985AA color CMYK value is (10,22,0,33).

  • cyan value is 10.00%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (10,22,0,33) C10M22Y0K33 (10%,22%,0%,33%) (0.10/0.22/0.00/0.33) 

CMYK percentages

%10
%21.76
%0
%33.33

Codes

Color #9985AA in popluar color models

99 85 AA
RGB 153 133 170
HSL 272° 17.87% 59.41%
HSB/HSV 272° 21.76% 66.67%
CMYK 10.00% 21.76% 0.00%
33.33%

Color #9985AA in popluar number systems.

HEX 99 85 AA
Decimal 153 133 170
Binary 10011001 10000101 10101010
Octal 231 205 252

Shades and tints

Shades of #9985AA

#9985AA
(153,133,170)
#8C799B
(140,121,155)
#7F6D8C
(127,109,140)
#72617D
(114,97,125)
#65556E
(101,85,110)
#58495F
(88,73,95)
#4B3D50
(75,61,80)
#3E3141
(62,49,65)
#312532
(49,37,50)
#241923
(36,25,35)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #9985AA

#9985AA
(153,133,170)
#A290B1
(162,144,177)
#AB9BB8
(171,155,184)
#B4A6BF
(180,166,191)
#BDB1C6
(189,177,198)
#C6BCCD
(198,188,205)
#CFC7D4
(207,199,212)
#D8D2DB
(216,210,219)
#E1DDE2
(225,221,226)
#EAE8E9
(234,232,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9985AA color. Also use rgb(153,133,170) instead hex code.

Text Font Color

.myTextColor { color: #9985AA; }

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

This text font color is #9985AA.

Background Color

.myBgColor { background-color: #9985AA; }

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

This div background color is #9985AA.

Border color

.myBorderColor { border: 1px solid #9985AA; }

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

This div border color is #9985AA.

Opacity

.myOpacity80 { color: #9985AA; opacity: 0.8; }

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

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

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

This text has shadow with #9985AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9985AA.

Preview

Color preview on black background

This text has color #9985AA on black background.


Color preview on white background

This text has color #9985AA on white background.


Black color preview on #9985AA background

This text has black color on #9985AA background.


White color preview on #9985AA background

This text has white color on #9985AA background.


Related colors

Complementary color

Complementary color for #hex is #667A55.


I love getcolorcode.com

Triadic colors

1 #AA9985 and #85AA99 with #9985AA are triadic colors.

2 #AA8599 and #8599AA with #9985AA are triadic colors.