COLOR #8CA29C

HEX: #8CA29C RGB: (140,162,156)

Color info

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

RGB color model

#8CA29C color RGB value is (140,162,156).

RGB: (140,162,156) (55%, 64%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 156 of 255 = 61%

140
162
156

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

Portions of RGB colors in percentages

R + G + B = 140 + 162 + 156 = 458 (100%)
R 140 of 458 ~ 30.57%
G 162 of 458 ~ 35.37%
B 156 of 458 ~ 34.06'%

%30.57
%35.37
%34.06

CMYK color model

#8CA29C color CMYK value is (14,0,4,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 36.47%
CMYK: (14,0,4,36) C14M0Y4K36 (14%,0%,4%,36%) (0.14/0.00/0.04/0.36) 

CMYK percentages

%13.58
%0
%3.7
%36.47

Codes

Color #8CA29C in popluar color models

8C A2 9C
RGB 140 162 156
HSL 164° 10.58% 59.22%
HSB/HSV 164° 13.58% 63.53%
CMYK 13.58% 0.00% 3.70%
36.47%

Color #8CA29C in popluar number systems.

HEX 8C A2 9C
Decimal 140 162 156
Binary 10001100 10100010 10011100
Octal 214 242 234

Shades and tints

Shades of #8CA29C

#8CA29C
(140,162,156)
#80948E
(128,148,142)
#748680
(116,134,128)
#687872
(104,120,114)
#5C6A64
(92,106,100)
#505C56
(80,92,86)
#444E48
(68,78,72)
#38403A
(56,64,58)
#2C322C
(44,50,44)
#20241E
(32,36,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #8CA29C

#8CA29C
(140,162,156)
#96AAA5
(150,170,165)
#A0B2AE
(160,178,174)
#AABAB7
(170,186,183)
#B4C2C0
(180,194,192)
#BECAC9
(190,202,201)
#C8D2D2
(200,210,210)
#D2DADB
(210,218,219)
#DCE2E4
(220,226,228)
#E6EAED
(230,234,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA29C; }

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

This text font color is #8CA29C.

Background Color

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

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

This div background color is #8CA29C.

Border color

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

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

This div border color is #8CA29C.

Opacity

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

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

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

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

This text has shadow with #8CA29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA29C.

Preview

Color preview on black background

This text has color #8CA29C on black background.


Color preview on white background

This text has color #8CA29C on white background.


Black color preview on #8CA29C background

This text has black color on #8CA29C background.


White color preview on #8CA29C background

This text has white color on #8CA29C background.


Related colors

Complementary color

Complementary color for #hex is #735D63.


I love getcolorcode.com

Triadic colors

1 #9C8CA2 and #A29C8C with #8CA29C are triadic colors.

2 #9CA28C and #A28C9C with #8CA29C are triadic colors.