COLOR #8CAF6F

HEX: #8CAF6F
RGB: (140,175,111)

Color info

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

RGB color model

#8CAF6F color RGB value is (140,175,111).

  • red value is 140;
  • green value is 175;
  • blue value is 111.
RGB:
(140,175,111)
(55%,69%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 111 of 255 = 44%

140
175
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 111 = 426 (100%)
R 140 of 426 ~ 32.86%
G 175 of 426 ~ 41.08%
B 111 of 426 ~ 26.06%

%32.86
%41.08
%26.06

CMYK color model

#8CAF6F color CMYK value is (20,0,37,31).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK:
(20,0,37,31)
C20M0Y37K31 
(20%,0%,37%,31%)
(0.20/0.00/0.37/0.31)	

CMYK percentages

%20
%0
%36.57
%31.37

Codes

Color #8CAF6F in popluar color models

8CAF6F
RGB140175111
HSL93°28.57%56.08%
HSB/HSV93°36.57%68.63%
CMYK20.00%0.00%36.57%
31.37%

Color #8CAF6F in popluar number systems.

HEX8CAF6F
Decimal140175111
Binary10001100101011111101111
Octal214257157

Shades and tints

Shades of #8CAF6F

#8CAF6F
(140,175,111)
#80A065
(128,160,101)
#74915B
(116,145,91)
#688251
(104,130,81)
#5C7347
(92,115,71)
#50643D
(80,100,61)
#445533
(68,85,51)
#384629
(56,70,41)
#2C371F
(44,55,31)
#202815
(32,40,21)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #8CAF6F

#8CAF6F
(140,175,111)
#96B67C
(150,182,124)
#A0BD89
(160,189,137)
#AAC496
(170,196,150)
#B4CBA3
(180,203,163)
#BED2B0
(190,210,176)
#C8D9BD
(200,217,189)
#D2E0CA
(210,224,202)
#DCE7D7
(220,231,215)
#E6EEE4
(230,238,228)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAF6F color. Also use rgb(140,175,111) instead hex code.

Text Font Color

.myTextColor { color: #8CAF6F; }

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

This text font color is #8CAF6F.


Background Color

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

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

This div background color is #8CAF6F.


Border color

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

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

This div border color is #8CAF6F.


Opacity

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

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

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

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

This text has shadow with #8CAF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAF6F on black background.


Color preview on white background

This text has color #8CAF6F on white background.



Black color preview on #8CAF6F background

This text has black color on #8CAF6F background.


White color preview on #8CAF6F background

This text has white color on #8CAF6F background.