COLOR #9896AD

HEX: #9896AD RGB: (152,150,173)

Color info

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

RGB color model

#9896AD color RGB value is (152,150,173).

RGB: (152,150,173) (60%, 59%, 68%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 173 of 255 = 68%

152
150
173

R + G + B ~ 62%. #9896AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 150 + 173 = 475 (100%)
R 152 of 475 ~ 32%
G 150 of 475 ~ 31.58%
B 173 of 475 ~ 36.42'%

%32
%31.58
%36.42

CMYK color model

#9896AD color CMYK value is (12,13,0,32).

  • cyan value is 12.14%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,13,0,32)
C12M13Y0K32 (12%, 13%, 0%, 32%)
(0.12 / 0.13 / 0.00 / 0.32)

CMYK percentages

%12.14
%13.29
%0
%32.16

Codes

Color #9896AD in popluar color models

98 96 AD
RGB 152 150 173
HSL 245° 12.30% 63.33%
HSB/HSV 245° 13.29% 67.84%
CMYK 12.14% 13.29% 0.00%
32.16%

Color #9896AD in popluar number systems.

HEX 98 96 AD
Decimal 152 150 173
Binary 10011000 10010110 10101101
Octal 230 226 255

Shades and tints

Shades of #9896AD

#9896AD
(152,150,173)
#8B899E
(139,137,158)
#7E7C8F
(126,124,143)
#716F80
(113,111,128)
#646271
(100,98,113)
#575562
(87,85,98)
#4A4853
(74,72,83)
#3D3B44
(61,59,68)
#302E35
(48,46,53)
#232126
(35,33,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #9896AD

#9896AD
(152,150,173)
#A19FB4
(161,159,180)
#AAA8BB
(170,168,187)
#B3B1C2
(179,177,194)
#BCBAC9
(188,186,201)
#C5C3D0
(197,195,208)
#CECCD7
(206,204,215)
#D7D5DE
(215,213,222)
#E0DEE5
(224,222,229)
#E9E7EC
(233,231,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9896AD color. Also use rgb(152,150,173) instead hex code.

Text Font Color

.myTextColor { color: #9896AD; }

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

This text font color is #9896AD.

Background Color

.myBgColor { background-color: #9896AD; }

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

This div background color is #9896AD.

Border color

.myBorderColor { border: 1px solid #9896AD; }

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

This div border color is #9896AD.

Opacity

.myOpacity80 { color: #9896AD; opacity: 0.8; }

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

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

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

This text has shadow with #9896AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9896AD.

Preview

Color preview on black background

This text has color #9896AD on black background.


Color preview on white background

This text has color #9896AD on white background.


Black color preview on #9896AD background

This text has black color on #9896AD background.


White color preview on #9896AD background

This text has white color on #9896AD background.


Related colors

Complementary color

Complementary color for #hex is #676952.


I love getcolorcode.com

Triadic colors

1 #AD9896 and #96AD98 with #9896AD are triadic colors.

2 #AD9698 and #9698AD with #9896AD are triadic colors.