COLOR #8A8097

HEX: #8A8097 RGB: (138,128,151)

Color info

#8A8097 contains red, green and blue colors in about the same proportion. Web safe color of #8A8097 is #996699 (or #969).

RGB color model

#8A8097 color RGB value is (138,128,151).

RGB: (138,128,151) (54%, 50%, 59%)

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 151 of 255 = 59%

138
128
151

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

Portions of RGB colors in percentages

R + G + B = 138 + 128 + 151 = 417 (100%)
R 138 of 417 ~ 33.09%
G 128 of 417 ~ 30.7%
B 151 of 417 ~ 36.21'%

%33.09
%30.7
%36.21

CMYK color model

#8A8097 color CMYK value is (9,15,0,41).

  • cyan value is 8.61%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (9,15,0,41)
C9M15Y0K41 (9%, 15%, 0%, 41%)
(0.09 / 0.15 / 0.00 / 0.41)

CMYK percentages

%8.61
%15.23
%0
%40.78

Codes

Color #8A8097 in popluar color models

8A 80 97
RGB 138 128 151
HSL 266° 9.96% 54.71%
HSB/HSV 266° 15.23% 59.22%
CMYK 8.61% 15.23% 0.00%
40.78%

Color #8A8097 in popluar number systems.

HEX 8A 80 97
Decimal 138 128 151
Binary 10001010 10000000 10010111
Octal 212 200 227

Shades and tints

Shades of #8A8097

#8A8097
(138,128,151)
#7E758A
(126,117,138)
#726A7D
(114,106,125)
#665F70
(102,95,112)
#5A5463
(90,84,99)
#4E4956
(78,73,86)
#423E49
(66,62,73)
#36333C
(54,51,60)
#2A282F
(42,40,47)
#1E1D22
(30,29,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8A8097

#8A8097
(138,128,151)
#948BA0
(148,139,160)
#9E96A9
(158,150,169)
#A8A1B2
(168,161,178)
#B2ACBB
(178,172,187)
#BCB7C4
(188,183,196)
#C6C2CD
(198,194,205)
#D0CDD6
(208,205,214)
#DAD8DF
(218,216,223)
#E4E3E8
(228,227,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8097 color. Also use rgb(138,128,151) instead hex code.

Text Font Color

.myTextColor { color: #8A8097; }

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

This text font color is #8A8097.

Background Color

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

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

This div background color is #8A8097.

Border color

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

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

This div border color is #8A8097.

Opacity

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

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

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

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

This text has shadow with #8A8097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8097.

Preview

Color preview on black background

This text has color #8A8097 on black background.


Color preview on white background

This text has color #8A8097 on white background.


Black color preview on #8A8097 background

This text has black color on #8A8097 background.


White color preview on #8A8097 background

This text has white color on #8A8097 background.


Related colors

Complementary color

Complementary color for #hex is #757F68.


I love getcolorcode.com

Triadic colors

1 #978A80 and #80978A with #8A8097 are triadic colors.

2 #97808A and #808A97 with #8A8097 are triadic colors.