COLOR #8A8296

HEX: #8A8296
RGB: (138,130,150)

Color info

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

RGB color model

#8A8296 color RGB value is (138,130,150).

  • red value is 138;
  • green value is 130;
  • blue value is 150.
RGB:
(138,130,150)
(54%,51%,59%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 150 of 255 = 59%

138
130
150

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 150 = 418 (100%)
R 138 of 418 ~ 33.01%
G 130 of 418 ~ 31.1%
B 150 of 418 ~ 35.89%

%33.01
%31.1
%35.89

CMYK color model

#8A8296 color CMYK value is (8,13,0,41).

  • cyan value is 8.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(8,13,0,41)
C8M13Y0K41 
(8%,13%,0%,41%)
(0.08/0.13/0.00/0.41)	

CMYK percentages

%8
%13.33
%0
%41.18

Codes

Color #8A8296 in popluar color models

8A8296
RGB138130150
HSL264°8.70%54.90%
HSB/HSV264°13.33%58.82%
CMYK8.00%13.33%0.00%
41.18%

Color #8A8296 in popluar number systems.

HEX8A8296
Decimal138130150
Binary100010101000001010010110
Octal212202226

Shades and tints

Shades of #8A8296

#8A8296
(138,130,150)
#7E7789
(126,119,137)
#726C7C
(114,108,124)
#66616F
(102,97,111)
#5A5662
(90,86,98)
#4E4B55
(78,75,85)
#424048
(66,64,72)
#36353B
(54,53,59)
#2A2A2E
(42,42,46)
#1E1F21
(30,31,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #8A8296

#8A8296
(138,130,150)
#948D9F
(148,141,159)
#9E98A8
(158,152,168)
#A8A3B1
(168,163,177)
#B2AEBA
(178,174,186)
#BCB9C3
(188,185,195)
#C6C4CC
(198,196,204)
#D0CFD5
(208,207,213)
#DADADE
(218,218,222)
#E4E5E7
(228,229,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8296 color. Also use rgb(138,130,150) instead hex code.

Text Font Color

.myTextColor { color: #8A8296; }

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

This text font color is #8A8296.


Background Color

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

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

This div background color is #8A8296.


Border color

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

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

This div border color is #8A8296.


Opacity

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

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

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

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

This text has shadow with #8A8296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8296 on black background.


Color preview on white background

This text has color #8A8296 on white background.



Black color preview on #8A8296 background

This text has black color on #8A8296 background.


White color preview on #8A8296 background

This text has white color on #8A8296 background.