COLOR #8C9783

HEX: #8C9783 RGB: (140,151,131)

Color info

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

RGB color model

#8C9783 color RGB value is (140,151,131).

RGB: (140,151,131) (55%, 59%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 131 of 255 = 51%

140
151
131

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

Portions of RGB colors in percentages

R + G + B = 140 + 151 + 131 = 422 (100%)
R 140 of 422 ~ 33.18%
G 151 of 422 ~ 35.78%
B 131 of 422 ~ 31.04'%

%33.18
%35.78
%31.04

CMYK color model

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

  • cyan value is 7.28%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 40.78%

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

CMYK percentages

%7.28
%0
%13.25
%40.78

Codes

Color #8C9783 in popluar color models

8C 97 83
RGB 140 151 131
HSL 93° 8.77% 55.29%
HSB/HSV 93° 13.25% 59.22%
CMYK 7.28% 0.00% 13.25%
40.78%

Color #8C9783 in popluar number systems.

HEX 8C 97 83
Decimal 140 151 131
Binary 10001100 10010111 10000011
Octal 214 227 203

Shades and tints

Shades of #8C9783

#8C9783
(140,151,131)
#808A78
(128,138,120)
#747D6D
(116,125,109)
#687062
(104,112,98)
#5C6357
(92,99,87)
#50564C
(80,86,76)
#444941
(68,73,65)
#383C36
(56,60,54)
#2C2F2B
(44,47,43)
#202220
(32,34,32)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #8C9783

#8C9783
(140,151,131)
#96A08E
(150,160,142)
#A0A999
(160,169,153)
#AAB2A4
(170,178,164)
#B4BBAF
(180,187,175)
#BEC4BA
(190,196,186)
#C8CDC5
(200,205,197)
#D2D6D0
(210,214,208)
#DCDFDB
(220,223,219)
#E6E8E6
(230,232,230)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9783 color. Also use rgb(140,151,131) instead hex code.

Text Font Color

.myTextColor { color: #8C9783; }

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

This text font color is #8C9783.

Background Color

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

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

This div background color is #8C9783.

Border color

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

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

This div border color is #8C9783.

Opacity

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

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

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

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

This text has shadow with #8C9783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9783.

Preview

Color preview on black background

This text has color #8C9783 on black background.


Color preview on white background

This text has color #8C9783 on white background.


Black color preview on #8C9783 background

This text has black color on #8C9783 background.


White color preview on #8C9783 background

This text has white color on #8C9783 background.


Related colors

Complementary color

Complementary color for #hex is #73687C.


I love getcolorcode.com

Triadic colors

1 #838C97 and #97838C with #8C9783 are triadic colors.

2 #83978C and #978C83 with #8C9783 are triadic colors.