COLOR #8CA47E

HEX: #8CA47E
RGB: (140,164,126)

Color info

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

RGB color model

#8CA47E color RGB value is (140,164,126).

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

RGB channels and saturation

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

140
164
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 126 = 430 (100%)
R 140 of 430 ~ 32.56%
G 164 of 430 ~ 38.14%
B 126 of 430 ~ 29.3%

%32.56
%38.14
%29.3

CMYK color model

#8CA47E color CMYK value is (15,0,23,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(15,0,23,36)
C15M0Y23K36 
(15%,0%,23%,36%)
(0.15/0.00/0.23/0.36)	

CMYK percentages

%14.63
%0
%23.17
%35.69

Codes

Color #8CA47E in popluar color models

8CA47E
RGB140164126
HSL98°17.27%56.86%
HSB/HSV98°23.17%64.31%
CMYK14.63%0.00%23.17%
35.69%

Color #8CA47E in popluar number systems.

HEX8CA47E
Decimal140164126
Binary10001100101001001111110
Octal214244176

Shades and tints

Shades of #8CA47E

#8CA47E
(140,164,126)
#809673
(128,150,115)
#748868
(116,136,104)
#687A5D
(104,122,93)
#5C6C52
(92,108,82)
#505E47
(80,94,71)
#44503C
(68,80,60)
#384231
(56,66,49)
#2C3426
(44,52,38)
#20261B
(32,38,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CA47E

#8CA47E
(140,164,126)
#96AC89
(150,172,137)
#A0B494
(160,180,148)
#AABC9F
(170,188,159)
#B4C4AA
(180,196,170)
#BECCB5
(190,204,181)
#C8D4C0
(200,212,192)
#D2DCCB
(210,220,203)
#DCE4D6
(220,228,214)
#E6ECE1
(230,236,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA47E; }

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

This text font color is #8CA47E.


Background Color

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

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

This div background color is #8CA47E.


Border color

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

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

This div border color is #8CA47E.


Opacity

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

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

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

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

This text has shadow with #8CA47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA47E on black background.


Color preview on white background

This text has color #8CA47E on white background.



Black color preview on #8CA47E background

This text has black color on #8CA47E background.


White color preview on #8CA47E background

This text has white color on #8CA47E background.