COLOR #8A96AA

HEX: #8A96AA RGB: (138,150,170)

Color info

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

RGB color model

#8A96AA color RGB value is (138,150,170).

RGB: (138,150,170) (54%, 59%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 170 of 255 = 67%

138
150
170

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

Portions of RGB colors in percentages

R + G + B = 138 + 150 + 170 = 458 (100%)
R 138 of 458 ~ 30.13%
G 150 of 458 ~ 32.75%
B 170 of 458 ~ 37.12'%

%30.13
%32.75
%37.12

CMYK color model

#8A96AA color CMYK value is (19,12,0,33).

  • cyan value is 18.82%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (19,12,0,33)
C19M12Y0K33 (19%, 12%, 0%, 33%)
(0.19 / 0.12 / 0.00 / 0.33)

CMYK percentages

%18.82
%11.76
%0
%33.33

Codes

Color #8A96AA in popluar color models

8A 96 AA
RGB 138 150 170
HSL 218° 15.84% 60.39%
HSB/HSV 218° 18.82% 66.67%
CMYK 18.82% 11.76% 0.00%
33.33%

Color #8A96AA in popluar number systems.

HEX 8A 96 AA
Decimal 138 150 170
Binary 10001010 10010110 10101010
Octal 212 226 252

Shades and tints

Shades of #8A96AA

#8A96AA
(138,150,170)
#7E899B
(126,137,155)
#727C8C
(114,124,140)
#666F7D
(102,111,125)
#5A626E
(90,98,110)
#4E555F
(78,85,95)
#424850
(66,72,80)
#363B41
(54,59,65)
#2A2E32
(42,46,50)
#1E2123
(30,33,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #8A96AA

#8A96AA
(138,150,170)
#949FB1
(148,159,177)
#9EA8B8
(158,168,184)
#A8B1BF
(168,177,191)
#B2BAC6
(178,186,198)
#BCC3CD
(188,195,205)
#C6CCD4
(198,204,212)
#D0D5DB
(208,213,219)
#DADEE2
(218,222,226)
#E4E7E9
(228,231,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A96AA color. Also use rgb(138,150,170) instead hex code.

Text Font Color

.myTextColor { color: #8A96AA; }

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

This text font color is #8A96AA.

Background Color

.myBgColor { background-color: #8A96AA; }

<div style="background-color:#8A96AA">Inner text</div>

This div background color is #8A96AA.

Border color

.myBorderColor { border: 1px solid #8A96AA; }

<div style="border:3px solid #8A96AA">Div</div>

This div border color is #8A96AA.

Opacity

.myOpacity80 { color: #8A96AA; opacity: 0.8; }

<p style="color:#8A96AA;opacity:0.8;">80%</p>

Text with #8A96AA 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 #8A96AA;}

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

This text has shadow with #8A96AA color.


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

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

This text has shadow with #8A96AA primary color and red secondary color.


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

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

This text has shadow with #8A96AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8A96AA.

Preview

Color preview on black background

This text has color #8A96AA on black background.


Color preview on white background

This text has color #8A96AA on white background.


Black color preview on #8A96AA background

This text has black color on #8A96AA background.


White color preview on #8A96AA background

This text has white color on #8A96AA background.


Related colors

Complementary color

Complementary color for #hex is #756955.


I love getcolorcode.com

Triadic colors

1 #AA8A96 and #96AA8A with #8A96AA are triadic colors.

2 #AA968A and #968AAA with #8A96AA are triadic colors.