COLOR #8A95AF

HEX: #8A95AF RGB: (138,149,175)

Color info

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

RGB color model

#8A95AF color RGB value is (138,149,175).

RGB: (138,149,175) (54%, 58%, 69%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 175 of 255 = 69%

138
149
175

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 175 = 462 (100%)
R 138 of 462 ~ 29.87%
G 149 of 462 ~ 32.25%
B 175 of 462 ~ 37.88'%

%29.87
%32.25
%37.88

CMYK color model

#8A95AF color CMYK value is (21,15,0,31).

  • cyan value is 21.14%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (21,15,0,31)
C21M15Y0K31 (21%, 15%, 0%, 31%)
(0.21 / 0.15 / 0.00 / 0.31)

CMYK percentages

%21.14
%14.86
%0
%31.37

Codes

Color #8A95AF in popluar color models

8A 95 AF
RGB 138 149 175
HSL 222° 18.78% 61.37%
HSB/HSV 222° 21.14% 68.63%
CMYK 21.14% 14.86% 0.00%
31.37%

Color #8A95AF in popluar number systems.

HEX 8A 95 AF
Decimal 138 149 175
Binary 10001010 10010101 10101111
Octal 212 225 257

Shades and tints

Shades of #8A95AF

#8A95AF
(138,149,175)
#7E88A0
(126,136,160)
#727B91
(114,123,145)
#666E82
(102,110,130)
#5A6173
(90,97,115)
#4E5464
(78,84,100)
#424755
(66,71,85)
#363A46
(54,58,70)
#2A2D37
(42,45,55)
#1E2028
(30,32,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #8A95AF

#8A95AF
(138,149,175)
#949EB6
(148,158,182)
#9EA7BD
(158,167,189)
#A8B0C4
(168,176,196)
#B2B9CB
(178,185,203)
#BCC2D2
(188,194,210)
#C6CBD9
(198,203,217)
#D0D4E0
(208,212,224)
#DADDE7
(218,221,231)
#E4E6EE
(228,230,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A95AF; }

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

This text font color is #8A95AF.

Background Color

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

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

This div background color is #8A95AF.

Border color

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

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

This div border color is #8A95AF.

Opacity

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

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

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

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

This text has shadow with #8A95AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A95AF.

Preview

Color preview on black background

This text has color #8A95AF on black background.


Color preview on white background

This text has color #8A95AF on white background.


Black color preview on #8A95AF background

This text has black color on #8A95AF background.


White color preview on #8A95AF background

This text has white color on #8A95AF background.


Related colors

Complementary color

Complementary color for #hex is #756A50.


I love getcolorcode.com

Triadic colors

1 #AF8A95 and #95AF8A with #8A95AF are triadic colors.

2 #AF958A and #958AAF with #8A95AF are triadic colors.