COLOR #8A9DAC

HEX: #8A9DAC
RGB: (138,157,172)

Color info

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

RGB color model

#8A9DAC color RGB value is (138,157,172).

  • red value is 138;
  • green value is 157;
  • blue value is 172.
RGB:
(138,157,172)
(54%,62%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 157 of 255 = 62%
B 172 of 255 = 67%

138
157
172

R + G + B ~ 61%. #8A9DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 157 + 172 = 467 (100%)
R 138 of 467 ~ 29.55%
G 157 of 467 ~ 33.62%
B 172 of 467 ~ 36.83%

%29.55
%33.62
%36.83

CMYK color model

#8A9DAC color CMYK value is (20,9,0,33).

  • cyan value is 19.77%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,9,0,33)
C20M9Y0K33 
(20%,9%,0%,33%)
(0.20/0.09/0.00/0.33)	

CMYK percentages

%19.77
%8.72
%0
%32.55

Codes

Color #8A9DAC in popluar color models

8A9DAC
RGB138157172
HSL206°17.00%60.78%
HSB/HSV206°19.77%67.45%
CMYK19.77%8.72%0.00%
32.55%

Color #8A9DAC in popluar number systems.

HEX8A9DAC
Decimal138157172
Binary100010101001110110101100
Octal212235254

Shades and tints

Shades of #8A9DAC

#8A9DAC
(138,157,172)
#7E8F9D
(126,143,157)
#72818E
(114,129,142)
#66737F
(102,115,127)
#5A6570
(90,101,112)
#4E5761
(78,87,97)
#424952
(66,73,82)
#363B43
(54,59,67)
#2A2D34
(42,45,52)
#1E1F25
(30,31,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8A9DAC

#8A9DAC
(138,157,172)
#94A5B3
(148,165,179)
#9EADBA
(158,173,186)
#A8B5C1
(168,181,193)
#B2BDC8
(178,189,200)
#BCC5CF
(188,197,207)
#C6CDD6
(198,205,214)
#D0D5DD
(208,213,221)
#DADDE4
(218,221,228)
#E4E5EB
(228,229,235)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9DAC color. Also use rgb(138,157,172) instead hex code.

Text Font Color

.myTextColor { color: #8A9DAC; }

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

This text font color is #8A9DAC.


Background Color

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

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

This div background color is #8A9DAC.


Border color

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

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

This div border color is #8A9DAC.


Opacity

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

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

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

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

This text has shadow with #8A9DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9DAC on black background.


Color preview on white background

This text has color #8A9DAC on white background.



Black color preview on #8A9DAC background

This text has black color on #8A9DAC background.


White color preview on #8A9DAC background

This text has white color on #8A9DAC background.