COLOR #8CA17E

HEX: #8CA17E
RGB: (140,161,126)

Color info

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

RGB color model

#8CA17E color RGB value is (140,161,126).

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

RGB channels and saturation

R 140 of 255 = 55%
G 161 of 255 = 63%
B 126 of 255 = 49%

140
161
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 161 + 126 = 427 (100%)
R 140 of 427 ~ 32.79%
G 161 of 427 ~ 37.7%
B 126 of 427 ~ 29.51%

%32.79
%37.7
%29.51

CMYK color model

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

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

CMYK percentages

%13.04
%0
%21.74
%36.86

Codes

Color #8CA17E in popluar color models

8CA17E
RGB140161126
HSL96°15.70%56.27%
HSB/HSV96°21.74%63.14%
CMYK13.04%0.00%21.74%
36.86%

Color #8CA17E in popluar number systems.

HEX8CA17E
Decimal140161126
Binary10001100101000011111110
Octal214241176

Shades and tints

Shades of #8CA17E

#8CA17E
(140,161,126)
#809373
(128,147,115)
#748568
(116,133,104)
#68775D
(104,119,93)
#5C6952
(92,105,82)
#505B47
(80,91,71)
#444D3C
(68,77,60)
#383F31
(56,63,49)
#2C3126
(44,49,38)
#20231B
(32,35,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #8CA17E

#8CA17E
(140,161,126)
#96A989
(150,169,137)
#A0B194
(160,177,148)
#AAB99F
(170,185,159)
#B4C1AA
(180,193,170)
#BEC9B5
(190,201,181)
#C8D1C0
(200,209,192)
#D2D9CB
(210,217,203)
#DCE1D6
(220,225,214)
#E6E9E1
(230,233,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA17E; }

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

This text font color is #8CA17E.


Background Color

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

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

This div background color is #8CA17E.


Border color

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

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

This div border color is #8CA17E.


Opacity

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

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

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

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

This text has shadow with #8CA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA17E on black background.


Color preview on white background

This text has color #8CA17E on white background.



Black color preview on #8CA17E background

This text has black color on #8CA17E background.


White color preview on #8CA17E background

This text has white color on #8CA17E background.