COLOR #8A95AE

HEX: #8A95AE RGB: (138,149,174)

Color info

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

RGB color model

#8A95AE color RGB value is (138,149,174).

RGB: (138,149,174) (54%, 58%, 68%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 174 of 255 = 68%

138
149
174

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 174 = 461 (100%)
R 138 of 461 ~ 29.93%
G 149 of 461 ~ 32.32%
B 174 of 461 ~ 37.74'%

%29.93
%32.32
%37.74

CMYK color model

#8A95AE color CMYK value is (21,14,0,32).

  • cyan value is 20.69%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (21,14,0,32) C21M14Y0K32 (21%,14%,0%,32%) (0.21/0.14/0.00/0.32) 

CMYK percentages

%20.69
%14.37
%0
%31.76

Codes

Color #8A95AE in popluar color models

8A 95 AE
RGB 138 149 174
HSL 222° 18.18% 61.18%
HSB/HSV 222° 20.69% 68.24%
CMYK 20.69% 14.37% 0.00%
31.76%

Color #8A95AE in popluar number systems.

HEX 8A 95 AE
Decimal 138 149 174
Binary 10001010 10010101 10101110
Octal 212 225 256

Shades and tints

Shades of #8A95AE

#8A95AE
(138,149,174)
#7E889F
(126,136,159)
#727B90
(114,123,144)
#666E81
(102,110,129)
#5A6172
(90,97,114)
#4E5463
(78,84,99)
#424754
(66,71,84)
#363A45
(54,58,69)
#2A2D36
(42,45,54)
#1E2027
(30,32,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #8A95AE

#8A95AE
(138,149,174)
#949EB5
(148,158,181)
#9EA7BC
(158,167,188)
#A8B0C3
(168,176,195)
#B2B9CA
(178,185,202)
#BCC2D1
(188,194,209)
#C6CBD8
(198,203,216)
#D0D4DF
(208,212,223)
#DADDE6
(218,221,230)
#E4E6ED
(228,230,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A95AE; }

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

This text font color is #8A95AE.

Background Color

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

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

This div background color is #8A95AE.

Border color

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

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

This div border color is #8A95AE.

Opacity

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

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

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

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

This text has shadow with #8A95AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A95AE.

Preview

Color preview on black background

This text has color #8A95AE on black background.


Color preview on white background

This text has color #8A95AE on white background.


Black color preview on #8A95AE background

This text has black color on #8A95AE background.


White color preview on #8A95AE background

This text has white color on #8A95AE background.


Related colors

Complementary color

Complementary color for #hex is #756A51.


I love getcolorcode.com

Triadic colors

1 #AE8A95 and #95AE8A with #8A95AE are triadic colors.

2 #AE958A and #958AAE with #8A95AE are triadic colors.