COLOR #8CA683

HEX: #8CA683 RGB: (140,166,131)

Color info

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

RGB color model

#8CA683 color RGB value is (140,166,131).

RGB: (140,166,131) (55%, 65%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 131 of 255 = 51%

140
166
131

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

Portions of RGB colors in percentages

R + G + B = 140 + 166 + 131 = 437 (100%)
R 140 of 437 ~ 32.04%
G 166 of 437 ~ 37.99%
B 131 of 437 ~ 29.98'%

%32.04
%37.99
%29.98

CMYK color model

#8CA683 color CMYK value is (16,0,21,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (16,0,21,35)
C16M0Y21K35 (16%, 0%, 21%, 35%)
(0.16 / 0.00 / 0.21 / 0.35)

CMYK percentages

%15.66
%0
%21.08
%34.9

Codes

Color #8CA683 in popluar color models

8C A6 83
RGB 140 166 131
HSL 105° 16.43% 58.24%
HSB/HSV 105° 21.08% 65.10%
CMYK 15.66% 0.00% 21.08%
34.90%

Color #8CA683 in popluar number systems.

HEX 8C A6 83
Decimal 140 166 131
Binary 10001100 10100110 10000011
Octal 214 246 203

Shades and tints

Shades of #8CA683

#8CA683
(140,166,131)
#809778
(128,151,120)
#74886D
(116,136,109)
#687962
(104,121,98)
#5C6A57
(92,106,87)
#505B4C
(80,91,76)
#444C41
(68,76,65)
#383D36
(56,61,54)
#2C2E2B
(44,46,43)
#201F20
(32,31,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8CA683

#8CA683
(140,166,131)
#96AE8E
(150,174,142)
#A0B699
(160,182,153)
#AABEA4
(170,190,164)
#B4C6AF
(180,198,175)
#BECEBA
(190,206,186)
#C8D6C5
(200,214,197)
#D2DED0
(210,222,208)
#DCE6DB
(220,230,219)
#E6EEE6
(230,238,230)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA683; }

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

This text font color is #8CA683.

Background Color

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

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

This div background color is #8CA683.

Border color

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

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

This div border color is #8CA683.

Opacity

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

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

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

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

This text has shadow with #8CA683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA683.

Preview

Color preview on black background

This text has color #8CA683 on black background.


Color preview on white background

This text has color #8CA683 on white background.


Black color preview on #8CA683 background

This text has black color on #8CA683 background.


White color preview on #8CA683 background

This text has white color on #8CA683 background.


Related colors

Complementary color

Complementary color for #hex is #73597C.


I love getcolorcode.com

Triadic colors

1 #838CA6 and #A6838C with #8CA683 are triadic colors.

2 #83A68C and #A68C83 with #8CA683 are triadic colors.