COLOR #8CA07D

HEX: #8CA07D
RGB: (140,160,125)

Color info

#8CA07D contains red, green and blue colors in about the same proportion. Web safe color of #8CA07D is #999966 (or #996).

RGB color model

#8CA07D color RGB value is (140,160,125).

  • red value is 140;
  • green value is 160;
  • blue value is 125.
RGB:
(140,160,125)
(55%,63%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 125 of 255 = 49%

140
160
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 125 = 425 (100%)
R 140 of 425 ~ 32.94%
G 160 of 425 ~ 37.65%
B 125 of 425 ~ 29.41%

%32.94
%37.65
%29.41

CMYK color model

#8CA07D color CMYK value is (13,0,22,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(13,0,22,37)
C13M0Y22K37 
(13%,0%,22%,37%)
(0.13/0.00/0.22/0.37)	

CMYK percentages

%12.5
%0
%21.88
%37.25

Codes

Color #8CA07D in popluar color models

8CA07D
RGB140160125
HSL94°15.56%55.88%
HSB/HSV94°21.88%62.75%
CMYK12.50%0.00%21.88%
37.25%

Color #8CA07D in popluar number systems.

HEX8CA07D
Decimal140160125
Binary10001100101000001111101
Octal214240175

Shades and tints

Shades of #8CA07D

#8CA07D
(140,160,125)
#809272
(128,146,114)
#748467
(116,132,103)
#68765C
(104,118,92)
#5C6851
(92,104,81)
#505A46
(80,90,70)
#444C3B
(68,76,59)
#383E30
(56,62,48)
#2C3025
(44,48,37)
#20221A
(32,34,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #8CA07D

#8CA07D
(140,160,125)
#96A888
(150,168,136)
#A0B093
(160,176,147)
#AAB89E
(170,184,158)
#B4C0A9
(180,192,169)
#BEC8B4
(190,200,180)
#C8D0BF
(200,208,191)
#D2D8CA
(210,216,202)
#DCE0D5
(220,224,213)
#E6E8E0
(230,232,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA07D color. Also use rgb(140,160,125) instead hex code.

Text Font Color

.myTextColor { color: #8CA07D; }

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

This text font color is #8CA07D.


Background Color

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

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

This div background color is #8CA07D.


Border color

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

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

This div border color is #8CA07D.


Opacity

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

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

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

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

This text has shadow with #8CA07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA07D on black background.


Color preview on white background

This text has color #8CA07D on white background.



Black color preview on #8CA07D background

This text has black color on #8CA07D background.


White color preview on #8CA07D background

This text has white color on #8CA07D background.