COLOR #8996AD

HEX: #8996AD RGB: (137,150,173)

Color info

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

RGB color model

#8996AD color RGB value is (137,150,173).

RGB: (137,150,173) (54%, 59%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 173 of 255 = 68%

137
150
173

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

Portions of RGB colors in percentages

R + G + B = 137 + 150 + 173 = 460 (100%)
R 137 of 460 ~ 29.78%
G 150 of 460 ~ 32.61%
B 173 of 460 ~ 37.61'%

%29.78
%32.61
%37.61

CMYK color model

#8996AD color CMYK value is (21,13,0,32).

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

CMYK: (21,13,0,32)
C21M13Y0K32 (21%, 13%, 0%, 32%)
(0.21 / 0.13 / 0.00 / 0.32)

CMYK percentages

%20.81
%13.29
%0
%32.16

Codes

Color #8996AD in popluar color models

89 96 AD
RGB 137 150 173
HSL 218° 18.00% 60.78%
HSB/HSV 218° 20.81% 67.84%
CMYK 20.81% 13.29% 0.00%
32.16%

Color #8996AD in popluar number systems.

HEX 89 96 AD
Decimal 137 150 173
Binary 10001001 10010110 10101101
Octal 211 226 255

Shades and tints

Shades of #8996AD

#8996AD
(137,150,173)
#7D899E
(125,137,158)
#717C8F
(113,124,143)
#656F80
(101,111,128)
#596271
(89,98,113)
#4D5562
(77,85,98)
#414853
(65,72,83)
#353B44
(53,59,68)
#292E35
(41,46,53)
#1D2126
(29,33,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #8996AD

#8996AD
(137,150,173)
#939FB4
(147,159,180)
#9DA8BB
(157,168,187)
#A7B1C2
(167,177,194)
#B1BAC9
(177,186,201)
#BBC3D0
(187,195,208)
#C5CCD7
(197,204,215)
#CFD5DE
(207,213,222)
#D9DEE5
(217,222,229)
#E3E7EC
(227,231,236)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8996AD; }

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

This text font color is #8996AD.

Background Color

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

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

This div background color is #8996AD.

Border color

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

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

This div border color is #8996AD.

Opacity

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

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

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

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

This text has shadow with #8996AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8996AD.

Preview

Color preview on black background

This text has color #8996AD on black background.


Color preview on white background

This text has color #8996AD on white background.


Black color preview on #8996AD background

This text has black color on #8996AD background.


White color preview on #8996AD background

This text has white color on #8996AD background.


Related colors

Complementary color

Complementary color for #hex is #766952.


I love getcolorcode.com

Triadic colors

1 #AD8996 and #96AD89 with #8996AD are triadic colors.

2 #AD9689 and #9689AD with #8996AD are triadic colors.