COLOR #8CAD83

HEX: #8CAD83 RGB: (140,173,131)

Color info

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

RGB color model

#8CAD83 color RGB value is (140,173,131).

RGB: (140,173,131) (55%, 68%, 51%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 131 of 255 = 51%

140
173
131

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

Portions of RGB colors in percentages

R + G + B = 140 + 173 + 131 = 444 (100%)
R 140 of 444 ~ 31.53%
G 173 of 444 ~ 38.96%
B 131 of 444 ~ 29.5'%

%31.53
%38.96
%29.5

CMYK color model

#8CAD83 color CMYK value is (19,0,24,32).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%

CMYK: (19,0,24,32)
C19M0Y24K32 (19%, 0%, 24%, 32%)
(0.19 / 0.00 / 0.24 / 0.32)

CMYK percentages

%19.08
%0
%24.28
%32.16

Codes

Color #8CAD83 in popluar color models

8C AD 83
RGB 140 173 131
HSL 107° 20.39% 59.61%
HSB/HSV 107° 24.28% 67.84%
CMYK 19.08% 0.00% 24.28%
32.16%

Color #8CAD83 in popluar number systems.

HEX 8C AD 83
Decimal 140 173 131
Binary 10001100 10101101 10000011
Octal 214 255 203

Shades and tints

Shades of #8CAD83

#8CAD83
(140,173,131)
#809E78
(128,158,120)
#748F6D
(116,143,109)
#688062
(104,128,98)
#5C7157
(92,113,87)
#50624C
(80,98,76)
#445341
(68,83,65)
#384436
(56,68,54)
#2C352B
(44,53,43)
#202620
(32,38,32)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #8CAD83

#8CAD83
(140,173,131)
#96B48E
(150,180,142)
#A0BB99
(160,187,153)
#AAC2A4
(170,194,164)
#B4C9AF
(180,201,175)
#BED0BA
(190,208,186)
#C8D7C5
(200,215,197)
#D2DED0
(210,222,208)
#DCE5DB
(220,229,219)
#E6ECE6
(230,236,230)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAD83; }

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

This text font color is #8CAD83.

Background Color

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

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

This div background color is #8CAD83.

Border color

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

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

This div border color is #8CAD83.

Opacity

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

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

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

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

This text has shadow with #8CAD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAD83.

Preview

Color preview on black background

This text has color #8CAD83 on black background.


Color preview on white background

This text has color #8CAD83 on white background.


Black color preview on #8CAD83 background

This text has black color on #8CAD83 background.


White color preview on #8CAD83 background

This text has white color on #8CAD83 background.


Related colors

Complementary color

Complementary color for #hex is #73527C.


I love getcolorcode.com

Triadic colors

1 #838CAD and #AD838C with #8CAD83 are triadic colors.

2 #83AD8C and #AD8C83 with #8CAD83 are triadic colors.