COLOR #8A859C

HEX: #8A859C
RGB: (138,133,156)

Color info

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

RGB color model

#8A859C color RGB value is (138,133,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 156 of 255 = 61%

138
133
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 156 = 427 (100%)
R 138 of 427 ~ 32.32%
G 133 of 427 ~ 31.15%
B 156 of 427 ~ 36.53%

%32.32
%31.15
%36.53

CMYK color model

#8A859C color CMYK value is (12,15,0,39).

  • cyan value is 11.54%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,15,0,39)
C12M15Y0K39 
(12%,15%,0%,39%)
(0.12/0.15/0.00/0.39)	

CMYK percentages

%11.54
%14.74
%0
%38.82

Codes

Color #8A859C in popluar color models

8A859C
RGB138133156
HSL253°10.41%56.67%
HSB/HSV253°14.74%61.18%
CMYK11.54%14.74%0.00%
38.82%

Color #8A859C in popluar number systems.

HEX8A859C
Decimal138133156
Binary100010101000010110011100
Octal212205234

Shades and tints

Shades of #8A859C

#8A859C
(138,133,156)
#7E798E
(126,121,142)
#726D80
(114,109,128)
#666172
(102,97,114)
#5A5564
(90,85,100)
#4E4956
(78,73,86)
#423D48
(66,61,72)
#36313A
(54,49,58)
#2A252C
(42,37,44)
#1E191E
(30,25,30)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #8A859C

#8A859C
(138,133,156)
#9490A5
(148,144,165)
#9E9BAE
(158,155,174)
#A8A6B7
(168,166,183)
#B2B1C0
(178,177,192)
#BCBCC9
(188,188,201)
#C6C7D2
(198,199,210)
#D0D2DB
(208,210,219)
#DADDE4
(218,221,228)
#E4E8ED
(228,232,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A859C; }

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

This text font color is #8A859C.


Background Color

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

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

This div background color is #8A859C.


Border color

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

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

This div border color is #8A859C.


Opacity

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

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

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

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

This text has shadow with #8A859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A859C on black background.


Color preview on white background

This text has color #8A859C on white background.



Black color preview on #8A859C background

This text has black color on #8A859C background.


White color preview on #8A859C background

This text has white color on #8A859C background.