COLOR #8A96AD

HEX: #8A96AD
RGB: (138,150,173)

Color info

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

RGB color model

#8A96AD color RGB value is (138,150,173).

  • red value is 138;
  • green value is 150;
  • blue value is 173.
RGB:
(138,150,173)
(54%,59%,68%)

RGB channels and saturation

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

138
150
173

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 173 = 461 (100%)
R 138 of 461 ~ 29.93%
G 150 of 461 ~ 32.54%
B 173 of 461 ~ 37.53%

%29.93
%32.54
%37.53

CMYK color model

#8A96AD color CMYK value is (20,13,0,32).

  • cyan value is 20.23%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(20,13,0,32)
C20M13Y0K32 
(20%,13%,0%,32%)
(0.20/0.13/0.00/0.32)	

CMYK percentages

%20.23
%13.29
%0
%32.16

Codes

Color #8A96AD in popluar color models

8A96AD
RGB138150173
HSL219°17.59%60.98%
HSB/HSV219°20.23%67.84%
CMYK20.23%13.29%0.00%
32.16%

Color #8A96AD in popluar number systems.

HEX8A96AD
Decimal138150173
Binary100010101001011010101101
Octal212226255

Shades and tints

Shades of #8A96AD

#8A96AD
(138,150,173)
#7E899E
(126,137,158)
#727C8F
(114,124,143)
#666F80
(102,111,128)
#5A6271
(90,98,113)
#4E5562
(78,85,98)
#424853
(66,72,83)
#363B44
(54,59,68)
#2A2E35
(42,46,53)
#1E2126
(30,33,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #8A96AD

#8A96AD
(138,150,173)
#949FB4
(148,159,180)
#9EA8BB
(158,168,187)
#A8B1C2
(168,177,194)
#B2BAC9
(178,186,201)
#BCC3D0
(188,195,208)
#C6CCD7
(198,204,215)
#D0D5DE
(208,213,222)
#DADEE5
(218,222,229)
#E4E7EC
(228,231,236)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A96AD; }

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

This text font color is #8A96AD.


Background Color

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

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

This div background color is #8A96AD.


Border color

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

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

This div border color is #8A96AD.


Opacity

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

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

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

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

This text has shadow with #8A96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A96AD on black background.


Color preview on white background

This text has color #8A96AD on white background.



Black color preview on #8A96AD background

This text has black color on #8A96AD background.


White color preview on #8A96AD background

This text has white color on #8A96AD background.