COLOR #8CA29E

HEX: #8CA29E RGB: (140,162,158)

Color info

#8CA29E contains red, green and blue colors in about the same proportion. Web safe color of #8CA29E is #999999 (or #999).

RGB color model

#8CA29E color RGB value is (140,162,158).

RGB: (140,162,158) (55%, 64%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 158 of 255 = 62%

140
162
158

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

Portions of RGB colors in percentages

R + G + B = 140 + 162 + 158 = 460 (100%)
R 140 of 460 ~ 30.43%
G 162 of 460 ~ 35.22%
B 158 of 460 ~ 34.35'%

%30.43
%35.22
%34.35

CMYK color model

#8CA29E color CMYK value is (14,0,2,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 36.47%

CMYK: (14,0,2,36)
C14M0Y2K36 (14%, 0%, 2%, 36%)
(0.14 / 0.00 / 0.02 / 0.36)

CMYK percentages

%13.58
%0
%2.47
%36.47

Codes

Color #8CA29E in popluar color models

8C A2 9E
RGB 140 162 158
HSL 169° 10.58% 59.22%
HSB/HSV 169° 13.58% 63.53%
CMYK 13.58% 0.00% 2.47%
36.47%

Color #8CA29E in popluar number systems.

HEX 8C A2 9E
Decimal 140 162 158
Binary 10001100 10100010 10011110
Octal 214 242 236

Shades and tints

Shades of #8CA29E

#8CA29E
(140,162,158)
#809490
(128,148,144)
#748682
(116,134,130)
#687874
(104,120,116)
#5C6A66
(92,106,102)
#505C58
(80,92,88)
#444E4A
(68,78,74)
#38403C
(56,64,60)
#2C322E
(44,50,46)
#202420
(32,36,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8CA29E

#8CA29E
(140,162,158)
#96AAA6
(150,170,166)
#A0B2AE
(160,178,174)
#AABAB6
(170,186,182)
#B4C2BE
(180,194,190)
#BECAC6
(190,202,198)
#C8D2CE
(200,210,206)
#D2DAD6
(210,218,214)
#DCE2DE
(220,226,222)
#E6EAE6
(230,234,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA29E color. Also use rgb(140,162,158) instead hex code.

Text Font Color

.myTextColor { color: #8CA29E; }

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

This text font color is #8CA29E.

Background Color

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

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

This div background color is #8CA29E.

Border color

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

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

This div border color is #8CA29E.

Opacity

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

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

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

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

This text has shadow with #8CA29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA29E.

Preview

Color preview on black background

This text has color #8CA29E on black background.


Color preview on white background

This text has color #8CA29E on white background.


Black color preview on #8CA29E background

This text has black color on #8CA29E background.


White color preview on #8CA29E background

This text has white color on #8CA29E background.


Related colors

Complementary color

Complementary color for #hex is #735D61.


I love getcolorcode.com

Triadic colors

1 #9E8CA2 and #A29E8C with #8CA29E are triadic colors.

2 #9EA28C and #A28C9E with #8CA29E are triadic colors.