COLOR #8A95AA

HEX: #8A95AA
RGB: (138,149,170)

Color info

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

RGB color model

#8A95AA color RGB value is (138,149,170).

  • red value is 138;
  • green value is 149;
  • blue value is 170.
RGB:
(138,149,170)
(54%,58%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 170 of 255 = 67%

138
149
170

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

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 170 = 457 (100%)
R 138 of 457 ~ 30.2%
G 149 of 457 ~ 32.6%
B 170 of 457 ~ 37.2%

%30.2
%32.6
%37.2

CMYK color model

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

  • cyan value is 18.82%
  • magenta value is 12.35%
  • 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
%12.35
%0
%33.33

Codes

Color #8A95AA in popluar color models

8A95AA
RGB138149170
HSL219°15.84%60.39%
HSB/HSV219°18.82%66.67%
CMYK18.82%12.35%0.00%
33.33%

Color #8A95AA in popluar number systems.

HEX8A95AA
Decimal138149170
Binary100010101001010110101010
Octal212225252

Shades and tints

Shades of #8A95AA

#8A95AA
(138,149,170)
#7E889B
(126,136,155)
#727B8C
(114,123,140)
#666E7D
(102,110,125)
#5A616E
(90,97,110)
#4E545F
(78,84,95)
#424750
(66,71,80)
#363A41
(54,58,65)
#2A2D32
(42,45,50)
#1E2023
(30,32,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8A95AA

#8A95AA
(138,149,170)
#949EB1
(148,158,177)
#9EA7B8
(158,167,184)
#A8B0BF
(168,176,191)
#B2B9C6
(178,185,198)
#BCC2CD
(188,194,205)
#C6CBD4
(198,203,212)
#D0D4DB
(208,212,219)
#DADDE2
(218,221,226)
#E4E6E9
(228,230,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A95AA; }

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

This text font color is #8A95AA.


Background Color

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

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

This div background color is #8A95AA.


Border color

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

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

This div border color is #8A95AA.


Opacity

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

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

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

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

This text has shadow with #8A95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A95AA on black background.


Color preview on white background

This text has color #8A95AA on white background.



Black color preview on #8A95AA background

This text has black color on #8A95AA background.


White color preview on #8A95AA background

This text has white color on #8A95AA background.