COLOR #8B968A

HEX: #8B968A
RGB: (139,150,138)

Color info

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

RGB color model

#8B968A color RGB value is (139,150,138).

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

RGB channels and saturation

R 139 of 255 = 55%
G 150 of 255 = 59%
B 138 of 255 = 54%

139
150
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 150 + 138 = 427 (100%)
R 139 of 427 ~ 32.55%
G 150 of 427 ~ 35.13%
B 138 of 427 ~ 32.32%

%32.55
%35.13
%32.32

CMYK color model

#8B968A color CMYK value is (7,0,8,41).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(7,0,8,41)
C7M0Y8K41 
(7%,0%,8%,41%)
(0.07/0.00/0.08/0.41)	

CMYK percentages

%7.33
%0
%8
%41.18

Codes

Color #8B968A in popluar color models

8B968A
RGB139150138
HSL115°5.41%56.47%
HSB/HSV115°8.00%58.82%
CMYK7.33%0.00%8.00%
41.18%

Color #8B968A in popluar number systems.

HEX8B968A
Decimal139150138
Binary100010111001011010001010
Octal213226212

Shades and tints

Shades of #8B968A

#8B968A
(139,150,138)
#7F897E
(127,137,126)
#737C72
(115,124,114)
#676F66
(103,111,102)
#5B625A
(91,98,90)
#4F554E
(79,85,78)
#434842
(67,72,66)
#373B36
(55,59,54)
#2B2E2A
(43,46,42)
#1F211E
(31,33,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #8B968A

#8B968A
(139,150,138)
#959F94
(149,159,148)
#9FA89E
(159,168,158)
#A9B1A8
(169,177,168)
#B3BAB2
(179,186,178)
#BDC3BC
(189,195,188)
#C7CCC6
(199,204,198)
#D1D5D0
(209,213,208)
#DBDEDA
(219,222,218)
#E5E7E4
(229,231,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B968A; }

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

This text font color is #8B968A.


Background Color

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

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

This div background color is #8B968A.


Border color

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

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

This div border color is #8B968A.


Opacity

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

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

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

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

This text has shadow with #8B968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B968A on black background.


Color preview on white background

This text has color #8B968A on white background.



Black color preview on #8B968A background

This text has black color on #8B968A background.


White color preview on #8B968A background

This text has white color on #8B968A background.