COLOR #8A757E

HEX: #8A757E
RGB: (138,117,126)

Color info

#8A757E contains red, green and blue colors in about the same proportion. Web safe color of #8A757E is #996666 (or #966).

RGB color model

#8A757E color RGB value is (138,117,126).

  • red value is 138;
  • green value is 117;
  • blue value is 126.
RGB:
(138,117,126)
(54%,46%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 126 of 255 = 49%

138
117
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 126 = 381 (100%)
R 138 of 381 ~ 36.22%
G 117 of 381 ~ 30.71%
B 126 of 381 ~ 33.07%

%36.22
%30.71
%33.07

CMYK color model

#8A757E color CMYK value is (0,15,9,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(0,15,9,46)
C0M15Y9K46 
(0%,15%,9%,46%)
(0.00/0.15/0.09/0.46)	

CMYK percentages

%0
%15.22
%8.7
%45.88

Codes

Color #8A757E in popluar color models

8A757E
RGB138117126
HSL334°8.24%50.00%
HSB/HSV334°15.22%54.12%
CMYK0.00%15.22%8.70%
45.88%

Color #8A757E in popluar number systems.

HEX8A757E
Decimal138117126
Binary1000101011101011111110
Octal212165176

Shades and tints

Shades of #8A757E

#8A757E
(138,117,126)
#7E6B73
(126,107,115)
#726168
(114,97,104)
#66575D
(102,87,93)
#5A4D52
(90,77,82)
#4E4347
(78,67,71)
#42393C
(66,57,60)
#362F31
(54,47,49)
#2A2526
(42,37,38)
#1E1B1B
(30,27,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A757E

#8A757E
(138,117,126)
#948189
(148,129,137)
#9E8D94
(158,141,148)
#A8999F
(168,153,159)
#B2A5AA
(178,165,170)
#BCB1B5
(188,177,181)
#C6BDC0
(198,189,192)
#D0C9CB
(208,201,203)
#DAD5D6
(218,213,214)
#E4E1E1
(228,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A757E color. Also use rgb(138,117,126) instead hex code.

Text Font Color

.myTextColor { color: #8A757E; }

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

This text font color is #8A757E.


Background Color

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

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

This div background color is #8A757E.


Border color

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

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

This div border color is #8A757E.


Opacity

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

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

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

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

This text has shadow with #8A757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A757E on black background.


Color preview on white background

This text has color #8A757E on white background.



Black color preview on #8A757E background

This text has black color on #8A757E background.


White color preview on #8A757E background

This text has white color on #8A757E background.