COLOR #8A809C

HEX: #8A809C
RGB: (138,128,156)

Color info

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

RGB color model

#8A809C color RGB value is (138,128,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 156 of 255 = 61%

138
128
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 128 + 156 = 422 (100%)
R 138 of 422 ~ 32.7%
G 128 of 422 ~ 30.33%
B 156 of 422 ~ 36.97%

%32.7
%30.33
%36.97

CMYK color model

#8A809C color CMYK value is (12,18,0,39).

  • cyan value is 11.54%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,18,0,39)
C12M18Y0K39 
(12%,18%,0%,39%)
(0.12/0.18/0.00/0.39)	

CMYK percentages

%11.54
%17.95
%0
%38.82

Codes

Color #8A809C in popluar color models

8A809C
RGB138128156
HSL261°12.39%55.69%
HSB/HSV261°17.95%61.18%
CMYK11.54%17.95%0.00%
38.82%

Color #8A809C in popluar number systems.

HEX8A809C
Decimal138128156
Binary100010101000000010011100
Octal212200234

Shades and tints

Shades of #8A809C

#8A809C
(138,128,156)
#7E758E
(126,117,142)
#726A80
(114,106,128)
#665F72
(102,95,114)
#5A5464
(90,84,100)
#4E4956
(78,73,86)
#423E48
(66,62,72)
#36333A
(54,51,58)
#2A282C
(42,40,44)
#1E1D1E
(30,29,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8A809C

#8A809C
(138,128,156)
#948BA5
(148,139,165)
#9E96AE
(158,150,174)
#A8A1B7
(168,161,183)
#B2ACC0
(178,172,192)
#BCB7C9
(188,183,201)
#C6C2D2
(198,194,210)
#D0CDDB
(208,205,219)
#DAD8E4
(218,216,228)
#E4E3ED
(228,227,237)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A809C; }

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

This text font color is #8A809C.


Background Color

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

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

This div background color is #8A809C.


Border color

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

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

This div border color is #8A809C.


Opacity

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

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

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

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

This text has shadow with #8A809C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A809C on black background.


Color preview on white background

This text has color #8A809C on white background.



Black color preview on #8A809C background

This text has black color on #8A809C background.


White color preview on #8A809C background

This text has white color on #8A809C background.