COLOR #8A927E

HEX: #8A927E
RGB: (138,146,126)

Color info

#8A927E contains red, green and blue colors in about the same proportion. Web safe color of #8A927E is #999966 (or #996).

RGB color model

#8A927E color RGB value is (138,146,126).

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

RGB channels and saturation

R 138 of 255 = 54%
G 146 of 255 = 57%
B 126 of 255 = 49%

138
146
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 146 + 126 = 410 (100%)
R 138 of 410 ~ 33.66%
G 146 of 410 ~ 35.61%
B 126 of 410 ~ 30.73%

%33.66
%35.61
%30.73

CMYK color model

#8A927E color CMYK value is (5,0,14,43).

  • cyan value is 5.48%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 42.75%
CMYK:
(5,0,14,43)
C5M0Y14K43 
(5%,0%,14%,43%)
(0.05/0.00/0.14/0.43)	

CMYK percentages

%5.48
%0
%13.7
%42.75

Codes

Color #8A927E in popluar color models

8A927E
RGB138146126
HSL84°8.40%53.33%
HSB/HSV84°13.70%57.25%
CMYK5.48%0.00%13.70%
42.75%

Color #8A927E in popluar number systems.

HEX8A927E
Decimal138146126
Binary10001010100100101111110
Octal212222176

Shades and tints

Shades of #8A927E

#8A927E
(138,146,126)
#7E8573
(126,133,115)
#727868
(114,120,104)
#666B5D
(102,107,93)
#5A5E52
(90,94,82)
#4E5147
(78,81,71)
#42443C
(66,68,60)
#363731
(54,55,49)
#2A2A26
(42,42,38)
#1E1D1B
(30,29,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #8A927E

#8A927E
(138,146,126)
#949B89
(148,155,137)
#9EA494
(158,164,148)
#A8AD9F
(168,173,159)
#B2B6AA
(178,182,170)
#BCBFB5
(188,191,181)
#C6C8C0
(198,200,192)
#D0D1CB
(208,209,203)
#DADAD6
(218,218,214)
#E4E3E1
(228,227,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A927E; }

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

This text font color is #8A927E.


Background Color

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

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

This div background color is #8A927E.


Border color

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

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

This div border color is #8A927E.


Opacity

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

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

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

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

This text has shadow with #8A927E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A927E on black background.


Color preview on white background

This text has color #8A927E on white background.



Black color preview on #8A927E background

This text has black color on #8A927E background.


White color preview on #8A927E background

This text has white color on #8A927E background.