COLOR #8CA495

HEX: #8CA495 RGB: (140,164,149)

Color info

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

RGB color model

#8CA495 color RGB value is (140,164,149).

RGB: (140,164,149) (55%, 64%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 149 of 255 = 58%

140
164
149

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

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 149 = 453 (100%)
R 140 of 453 ~ 30.91%
G 164 of 453 ~ 36.2%
B 149 of 453 ~ 32.89'%

%30.91
%36.2
%32.89

CMYK color model

#8CA495 color CMYK value is (15,0,9,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%

CMYK: (15,0,9,36)
C15M0Y9K36 (15%, 0%, 9%, 36%)
(0.15 / 0.00 / 0.09 / 0.36)

CMYK percentages

%14.63
%0
%9.15
%35.69

Codes

Color #8CA495 in popluar color models

8C A4 95
RGB 140 164 149
HSL 143° 11.65% 59.61%
HSB/HSV 143° 14.63% 64.31%
CMYK 14.63% 0.00% 9.15%
35.69%

Color #8CA495 in popluar number systems.

HEX 8C A4 95
Decimal 140 164 149
Binary 10001100 10100100 10010101
Octal 214 244 225

Shades and tints

Shades of #8CA495

#8CA495
(140,164,149)
#809688
(128,150,136)
#74887B
(116,136,123)
#687A6E
(104,122,110)
#5C6C61
(92,108,97)
#505E54
(80,94,84)
#445047
(68,80,71)
#38423A
(56,66,58)
#2C342D
(44,52,45)
#202620
(32,38,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #8CA495

#8CA495
(140,164,149)
#96AC9E
(150,172,158)
#A0B4A7
(160,180,167)
#AABCB0
(170,188,176)
#B4C4B9
(180,196,185)
#BECCC2
(190,204,194)
#C8D4CB
(200,212,203)
#D2DCD4
(210,220,212)
#DCE4DD
(220,228,221)
#E6ECE6
(230,236,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA495; }

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

This text font color is #8CA495.

Background Color

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

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

This div background color is #8CA495.

Border color

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

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

This div border color is #8CA495.

Opacity

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

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

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

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

This text has shadow with #8CA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA495.

Preview

Color preview on black background

This text has color #8CA495 on black background.


Color preview on white background

This text has color #8CA495 on white background.


Black color preview on #8CA495 background

This text has black color on #8CA495 background.


White color preview on #8CA495 background

This text has white color on #8CA495 background.


Related colors

Complementary color

Complementary color for #hex is #735B6A.


I love getcolorcode.com

Triadic colors

1 #958CA4 and #A4958C with #8CA495 are triadic colors.

2 #95A48C and #A48C95 with #8CA495 are triadic colors.