COLOR #8A8092

HEX: #8A8092
RGB: (138,128,146)

Color info

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

RGB color model

#8A8092 color RGB value is (138,128,146).

  • red value is 138;
  • green value is 128;
  • blue value is 146.
RGB: (138,128,146) (54%,50%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 146 of 255 = 57%

138
128
146

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

Portions of RGB colors in percentages

R + G + B =
138 + 128 + 146 = 412 (100%)
R 138 of 412 ~ 33.5%
G 128 of 412 ~ 31.07%
B 146 of 412 ~ 35.44%

%33.5
%31.07
%35.44

CMYK color model

#8A8092 color CMYK value is (5,12,0,43).

  • cyan value is 5.48%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (5,12,0,43) C5M12Y0K43 (5%,12%,0%,43%) (0.05/0.12/0.00/0.43)

CMYK percentages

%5.48
%12.33
%0
%42.75

Codes

Color #8A8092 in popluar color models

8A8092
RGB138128146
HSL273°7.63%53.73%
HSB/HSV273°12.33%57.25%
CMYK5.48%12.33%0.00%
42.75%

Color #8A8092 in popluar number systems.

HEX8A8092
Decimal138128146
Binary100010101000000010010010
Octal212200222

Shades and tints

Shades of #8A8092

#8A8092
(138,128,146)
#7E7585
(126,117,133)
#726A78
(114,106,120)
#665F6B
(102,95,107)
#5A545E
(90,84,94)
#4E4951
(78,73,81)
#423E44
(66,62,68)
#363337
(54,51,55)
#2A282A
(42,40,42)
#1E1D1D
(30,29,29)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8A8092

#8A8092
(138,128,146)
#948B9B
(148,139,155)
#9E96A4
(158,150,164)
#A8A1AD
(168,161,173)
#B2ACB6
(178,172,182)
#BCB7BF
(188,183,191)
#C6C2C8
(198,194,200)
#D0CDD1
(208,205,209)
#DAD8DA
(218,216,218)
#E4E3E3
(228,227,227)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8092; }

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

This text font color is #8A8092.


Background Color

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

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

This div background color is #8A8092.


Border color

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

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

This div border color is #8A8092.


Opacity

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

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

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

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

This text has shadow with #8A8092 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A8092 on black background.


Color preview on white background

This text has color #8A8092 on white background.



Black color preview on #8A8092 background

This text has black color on #8A8092 background.


White color preview on #8A8092 background

This text has white color on #8A8092 background.