COLOR #8C9682

HEX: #8C9682 RGB: (140,150,130)

Color info

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

RGB color model

#8C9682 color RGB value is (140,150,130).

RGB: (140,150,130) (55%, 59%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 130 of 255 = 51%

140
150
130

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

Portions of RGB colors in percentages

R + G + B = 140 + 150 + 130 = 420 (100%)
R 140 of 420 ~ 33.33%
G 150 of 420 ~ 35.71%
B 130 of 420 ~ 30.95'%

%33.33
%35.71
%30.95

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 41.18%

CMYK: (7,0,13,41)
C7M0Y13K41 (7%, 0%, 13%, 41%)
(0.07 / 0.00 / 0.13 / 0.41)

CMYK percentages

%6.67
%0
%13.33
%41.18

Codes

Color #8C9682 in popluar color models

8C 96 82
RGB 140 150 130
HSL 90° 8.70% 54.90%
HSB/HSV 90° 13.33% 58.82%
CMYK 6.67% 0.00% 13.33%
41.18%

Color #8C9682 in popluar number systems.

HEX 8C 96 82
Decimal 140 150 130
Binary 10001100 10010110 10000010
Octal 214 226 202

Shades and tints

Shades of #8C9682

#8C9682
(140,150,130)
#808977
(128,137,119)
#747C6C
(116,124,108)
#686F61
(104,111,97)
#5C6256
(92,98,86)
#50554B
(80,85,75)
#444840
(68,72,64)
#383B35
(56,59,53)
#2C2E2A
(44,46,42)
#20211F
(32,33,31)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #8C9682

#8C9682
(140,150,130)
#969F8D
(150,159,141)
#A0A898
(160,168,152)
#AAB1A3
(170,177,163)
#B4BAAE
(180,186,174)
#BEC3B9
(190,195,185)
#C8CCC4
(200,204,196)
#D2D5CF
(210,213,207)
#DCDEDA
(220,222,218)
#E6E7E5
(230,231,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9682; }

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

This text font color is #8C9682.

Background Color

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

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

This div background color is #8C9682.

Border color

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

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

This div border color is #8C9682.

Opacity

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

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

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

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

This text has shadow with #8C9682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9682.

Preview

Color preview on black background

This text has color #8C9682 on black background.


Color preview on white background

This text has color #8C9682 on white background.


Black color preview on #8C9682 background

This text has black color on #8C9682 background.


White color preview on #8C9682 background

This text has white color on #8C9682 background.


Related colors

Complementary color

Complementary color for #hex is #73697D.


I love getcolorcode.com

Triadic colors

1 #828C96 and #96828C with #8C9682 are triadic colors.

2 #82968C and #968C82 with #8C9682 are triadic colors.