COLOR #8A93AC

HEX: #8A93AC RGB: (138,147,172)

Color info

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

RGB color model

#8A93AC color RGB value is (138,147,172).

RGB: (138,147,172) (54%, 58%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 172 of 255 = 67%

138
147
172

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

Portions of RGB colors in percentages

R + G + B = 138 + 147 + 172 = 457 (100%)
R 138 of 457 ~ 30.2%
G 147 of 457 ~ 32.17%
B 172 of 457 ~ 37.64'%

%30.2
%32.17
%37.64

CMYK color model

#8A93AC color CMYK value is (20,15,0,33).

  • cyan value is 19.77%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (20,15,0,33)
C20M15Y0K33 (20%, 15%, 0%, 33%)
(0.20 / 0.15 / 0.00 / 0.33)

CMYK percentages

%19.77
%14.53
%0
%32.55

Codes

Color #8A93AC in popluar color models

8A 93 AC
RGB 138 147 172
HSL 224° 17.00% 60.78%
HSB/HSV 224° 19.77% 67.45%
CMYK 19.77% 14.53% 0.00%
32.55%

Color #8A93AC in popluar number systems.

HEX 8A 93 AC
Decimal 138 147 172
Binary 10001010 10010011 10101100
Octal 212 223 254

Shades and tints

Shades of #8A93AC

#8A93AC
(138,147,172)
#7E869D
(126,134,157)
#72798E
(114,121,142)
#666C7F
(102,108,127)
#5A5F70
(90,95,112)
#4E5261
(78,82,97)
#424552
(66,69,82)
#363843
(54,56,67)
#2A2B34
(42,43,52)
#1E1E25
(30,30,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8A93AC

#8A93AC
(138,147,172)
#949CB3
(148,156,179)
#9EA5BA
(158,165,186)
#A8AEC1
(168,174,193)
#B2B7C8
(178,183,200)
#BCC0CF
(188,192,207)
#C6C9D6
(198,201,214)
#D0D2DD
(208,210,221)
#DADBE4
(218,219,228)
#E4E4EB
(228,228,235)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93AC; }

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

This text font color is #8A93AC.

Background Color

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

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

This div background color is #8A93AC.

Border color

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

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

This div border color is #8A93AC.

Opacity

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

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

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

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

This text has shadow with #8A93AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A93AC.

Preview

Color preview on black background

This text has color #8A93AC on black background.


Color preview on white background

This text has color #8A93AC on white background.


Black color preview on #8A93AC background

This text has black color on #8A93AC background.


White color preview on #8A93AC background

This text has white color on #8A93AC background.


Related colors

Complementary color

Complementary color for #hex is #756C53.


I love getcolorcode.com

Triadic colors

1 #AC8A93 and #93AC8A with #8A93AC are triadic colors.

2 #AC938A and #938AAC with #8A93AC are triadic colors.