COLOR #8A8DAB

HEX: #8A8DAB
RGB: (138,141,171)

Color info

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

RGB color model

#8A8DAB color RGB value is (138,141,171).

  • red value is 138;
  • green value is 141;
  • blue value is 171.
RGB:
(138,141,171)
(54%,55%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 141 of 255 = 55%
B 171 of 255 = 67%

138
141
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 141 + 171 = 450 (100%)
R 138 of 450 ~ 30.67%
G 141 of 450 ~ 31.33%
B 171 of 450 ~ 38%

%30.67
%31.33
%38

CMYK color model

#8A8DAB color CMYK value is (19,18,0,33).

  • cyan value is 19.30%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,18,0,33)
C19M18Y0K33 
(19%,18%,0%,33%)
(0.19/0.18/0.00/0.33)	

CMYK percentages

%19.3
%17.54
%0
%32.94

Codes

Color #8A8DAB in popluar color models

8A8DAB
RGB138141171
HSL235°16.42%60.59%
HSB/HSV235°19.30%67.06%
CMYK19.30%17.54%0.00%
32.94%

Color #8A8DAB in popluar number systems.

HEX8A8DAB
Decimal138141171
Binary100010101000110110101011
Octal212215253

Shades and tints

Shades of #8A8DAB

#8A8DAB
(138,141,171)
#7E819C
(126,129,156)
#72758D
(114,117,141)
#66697E
(102,105,126)
#5A5D6F
(90,93,111)
#4E5160
(78,81,96)
#424551
(66,69,81)
#363942
(54,57,66)
#2A2D33
(42,45,51)
#1E2124
(30,33,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #8A8DAB

#8A8DAB
(138,141,171)
#9497B2
(148,151,178)
#9EA1B9
(158,161,185)
#A8ABC0
(168,171,192)
#B2B5C7
(178,181,199)
#BCBFCE
(188,191,206)
#C6C9D5
(198,201,213)
#D0D3DC
(208,211,220)
#DADDE3
(218,221,227)
#E4E7EA
(228,231,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8DAB color. Also use rgb(138,141,171) instead hex code.

Text Font Color

.myTextColor { color: #8A8DAB; }

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

This text font color is #8A8DAB.


Background Color

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

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

This div background color is #8A8DAB.


Border color

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

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

This div border color is #8A8DAB.


Opacity

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

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

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

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

This text has shadow with #8A8DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8DAB on black background.


Color preview on white background

This text has color #8A8DAB on white background.



Black color preview on #8A8DAB background

This text has black color on #8A8DAB background.


White color preview on #8A8DAB background

This text has white color on #8A8DAB background.