COLOR #8CA47D

HEX: #8CA47D
RGB: (140,164,125)

Color info

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

RGB color model

#8CA47D color RGB value is (140,164,125).

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

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 125 of 255 = 49%

140
164
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 125 = 429 (100%)
R 140 of 429 ~ 32.63%
G 164 of 429 ~ 38.23%
B 125 of 429 ~ 29.14%

%32.63
%38.23
%29.14

CMYK color model

#8CA47D color CMYK value is (15,0,24,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(15,0,24,36)
C15M0Y24K36 
(15%,0%,24%,36%)
(0.15/0.00/0.24/0.36)	

CMYK percentages

%14.63
%0
%23.78
%35.69

Codes

Color #8CA47D in popluar color models

8CA47D
RGB140164125
HSL97°17.65%56.67%
HSB/HSV97°23.78%64.31%
CMYK14.63%0.00%23.78%
35.69%

Color #8CA47D in popluar number systems.

HEX8CA47D
Decimal140164125
Binary10001100101001001111101
Octal214244175

Shades and tints

Shades of #8CA47D

#8CA47D
(140,164,125)
#809672
(128,150,114)
#748867
(116,136,103)
#687A5C
(104,122,92)
#5C6C51
(92,108,81)
#505E46
(80,94,70)
#44503B
(68,80,59)
#384230
(56,66,48)
#2C3425
(44,52,37)
#20261A
(32,38,26)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #8CA47D

#8CA47D
(140,164,125)
#96AC88
(150,172,136)
#A0B493
(160,180,147)
#AABC9E
(170,188,158)
#B4C4A9
(180,196,169)
#BECCB4
(190,204,180)
#C8D4BF
(200,212,191)
#D2DCCA
(210,220,202)
#DCE4D5
(220,228,213)
#E6ECE0
(230,236,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA47D; }

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

This text font color is #8CA47D.


Background Color

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

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

This div background color is #8CA47D.


Border color

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

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

This div border color is #8CA47D.


Opacity

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

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

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

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

This text has shadow with #8CA47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA47D on black background.


Color preview on white background

This text has color #8CA47D on white background.



Black color preview on #8CA47D background

This text has black color on #8CA47D background.


White color preview on #8CA47D background

This text has white color on #8CA47D background.