COLOR #8A967C

HEX: #8A967C
RGB: (138,150,124)

Color info

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

RGB color model

#8A967C color RGB value is (138,150,124).

  • red value is 138;
  • green value is 150;
  • blue value is 124.
RGB:
(138,150,124)
(54%,59%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 124 of 255 = 49%

138
150
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 124 = 412 (100%)
R 138 of 412 ~ 33.5%
G 150 of 412 ~ 36.41%
B 124 of 412 ~ 30.1%

%33.5
%36.41
%30.1

CMYK color model

#8A967C color CMYK value is (8,0,17,41).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(8,0,17,41)
C8M0Y17K41 
(8%,0%,17%,41%)
(0.08/0.00/0.17/0.41)	

CMYK percentages

%8
%0
%17.33
%41.18

Codes

Color #8A967C in popluar color models

8A967C
RGB138150124
HSL88°11.02%53.73%
HSB/HSV88°17.33%58.82%
CMYK8.00%0.00%17.33%
41.18%

Color #8A967C in popluar number systems.

HEX8A967C
Decimal138150124
Binary10001010100101101111100
Octal212226174

Shades and tints

Shades of #8A967C

#8A967C
(138,150,124)
#7E8971
(126,137,113)
#727C66
(114,124,102)
#666F5B
(102,111,91)
#5A6250
(90,98,80)
#4E5545
(78,85,69)
#42483A
(66,72,58)
#363B2F
(54,59,47)
#2A2E24
(42,46,36)
#1E2119
(30,33,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8A967C

#8A967C
(138,150,124)
#949F87
(148,159,135)
#9EA892
(158,168,146)
#A8B19D
(168,177,157)
#B2BAA8
(178,186,168)
#BCC3B3
(188,195,179)
#C6CCBE
(198,204,190)
#D0D5C9
(208,213,201)
#DADED4
(218,222,212)
#E4E7DF
(228,231,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A967C color. Also use rgb(138,150,124) instead hex code.

Text Font Color

.myTextColor { color: #8A967C; }

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

This text font color is #8A967C.


Background Color

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

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

This div background color is #8A967C.


Border color

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

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

This div border color is #8A967C.


Opacity

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

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

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

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

This text has shadow with #8A967C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A967C on black background.


Color preview on white background

This text has color #8A967C on white background.



Black color preview on #8A967C background

This text has black color on #8A967C background.


White color preview on #8A967C background

This text has white color on #8A967C background.