COLOR #8CAD5E

HEX: #8CAD5E
RGB: (140,173,94)

Color info

#8CAD5E contains mainly red and green colors. Web safe color of #8CAD5E is #999966 (or #996).

RGB color model

#8CAD5E color RGB value is (140,173,94).

  • red value is 140;
  • green value is 173;
  • blue value is 94.
RGB:
(140,173,94)
(55%,68%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 94 of 255 = 37%

140
173
94

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

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 94 = 407 (100%)
R 140 of 407 ~ 34.4%
G 173 of 407 ~ 42.51%
B 94 of 407 ~ 23.1%

%34.4
%42.51
%23.1

CMYK color model

#8CAD5E color CMYK value is (19,0,46,32).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 32.16%
CMYK:
(19,0,46,32)
C19M0Y46K32 
(19%,0%,46%,32%)
(0.19/0.00/0.46/0.32)	

CMYK percentages

%19.08
%0
%45.66
%32.16

Codes

Color #8CAD5E in popluar color models

8CAD5E
RGB14017394
HSL85°32.51%52.35%
HSB/HSV85°45.66%67.84%
CMYK19.08%0.00%45.66%
32.16%

Color #8CAD5E in popluar number systems.

HEX8CAD5E
Decimal14017394
Binary10001100101011011011110
Octal214255136

Shades and tints

Shades of #8CAD5E

#8CAD5E
(140,173,94)
#809E56
(128,158,86)
#748F4E
(116,143,78)
#688046
(104,128,70)
#5C713E
(92,113,62)
#506236
(80,98,54)
#44532E
(68,83,46)
#384426
(56,68,38)
#2C351E
(44,53,30)
#202616
(32,38,22)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CAD5E

#8CAD5E
(140,173,94)
#96B46C
(150,180,108)
#A0BB7A
(160,187,122)
#AAC288
(170,194,136)
#B4C996
(180,201,150)
#BED0A4
(190,208,164)
#C8D7B2
(200,215,178)
#D2DEC0
(210,222,192)
#DCE5CE
(220,229,206)
#E6ECDC
(230,236,220)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAD5E; }

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

This text font color is #8CAD5E.


Background Color

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

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

This div background color is #8CAD5E.


Border color

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

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

This div border color is #8CAD5E.


Opacity

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

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

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

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

This text has shadow with #8CAD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAD5E on black background.


Color preview on white background

This text has color #8CAD5E on white background.



Black color preview on #8CAD5E background

This text has black color on #8CAD5E background.


White color preview on #8CAD5E background

This text has white color on #8CAD5E background.