COLOR #8C9689

HEX: #8C9689
RGB: (140,150,137)

Color info

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

RGB color model

#8C9689 color RGB value is (140,150,137).

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

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 137 of 255 = 54%

140
150
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 150 + 137 = 427 (100%)
R 140 of 427 ~ 32.79%
G 150 of 427 ~ 35.13%
B 137 of 427 ~ 32.08%

%32.79
%35.13
%32.08

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(7,0,9,41)
C7M0Y9K41 
(7%,0%,9%,41%)
(0.07/0.00/0.09/0.41)	

CMYK percentages

%6.67
%0
%8.67
%41.18

Codes

Color #8C9689 in popluar color models

8C9689
RGB140150137
HSL106°5.83%56.27%
HSB/HSV106°8.67%58.82%
CMYK6.67%0.00%8.67%
41.18%

Color #8C9689 in popluar number systems.

HEX8C9689
Decimal140150137
Binary100011001001011010001001
Octal214226211

Shades and tints

Shades of #8C9689

#8C9689
(140,150,137)
#80897D
(128,137,125)
#747C71
(116,124,113)
#686F65
(104,111,101)
#5C6259
(92,98,89)
#50554D
(80,85,77)
#444841
(68,72,65)
#383B35
(56,59,53)
#2C2E29
(44,46,41)
#20211D
(32,33,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8C9689

#8C9689
(140,150,137)
#969F93
(150,159,147)
#A0A89D
(160,168,157)
#AAB1A7
(170,177,167)
#B4BAB1
(180,186,177)
#BEC3BB
(190,195,187)
#C8CCC5
(200,204,197)
#D2D5CF
(210,213,207)
#DCDED9
(220,222,217)
#E6E7E3
(230,231,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9689 color. Also use rgb(140,150,137) instead hex code.

Text Font Color

.myTextColor { color: #8C9689; }

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

This text font color is #8C9689.


Background Color

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

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

This div background color is #8C9689.


Border color

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

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

This div border color is #8C9689.


Opacity

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

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

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

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

This text has shadow with #8C9689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9689 on black background.


Color preview on white background

This text has color #8C9689 on white background.



Black color preview on #8C9689 background

This text has black color on #8C9689 background.


White color preview on #8C9689 background

This text has white color on #8C9689 background.