COLOR #8CA6AA

HEX: #8CA6AA
RGB: (140,166,170)

Color info

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

RGB color model

#8CA6AA color RGB value is (140,166,170).

  • red value is 140;
  • green value is 166;
  • blue value is 170.
RGB:
(140,166,170)
(55%,65%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 170 of 255 = 67%

140
166
170

R + G + B ~ 62%. #8CA6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 166 + 170 = 476 (100%)
R 140 of 476 ~ 29.41%
G 166 of 476 ~ 34.87%
B 170 of 476 ~ 35.71%

%29.41
%34.87
%35.71

CMYK color model

#8CA6AA color CMYK value is (18,2,0,33).

  • cyan value is 17.65%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,2,0,33)
C18M2Y0K33 
(18%,2%,0%,33%)
(0.18/0.02/0.00/0.33)	

CMYK percentages

%17.65
%2.35
%0
%33.33

Codes

Color #8CA6AA in popluar color models

8CA6AA
RGB140166170
HSL188°15.00%60.78%
HSB/HSV188°17.65%66.67%
CMYK17.65%2.35%0.00%
33.33%

Color #8CA6AA in popluar number systems.

HEX8CA6AA
Decimal140166170
Binary100011001010011010101010
Octal214246252

Shades and tints

Shades of #8CA6AA

#8CA6AA
(140,166,170)
#80979B
(128,151,155)
#74888C
(116,136,140)
#68797D
(104,121,125)
#5C6A6E
(92,106,110)
#505B5F
(80,91,95)
#444C50
(68,76,80)
#383D41
(56,61,65)
#2C2E32
(44,46,50)
#201F23
(32,31,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8CA6AA

#8CA6AA
(140,166,170)
#96AEB1
(150,174,177)
#A0B6B8
(160,182,184)
#AABEBF
(170,190,191)
#B4C6C6
(180,198,198)
#BECECD
(190,206,205)
#C8D6D4
(200,214,212)
#D2DEDB
(210,222,219)
#DCE6E2
(220,230,226)
#E6EEE9
(230,238,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA6AA color. Also use rgb(140,166,170) instead hex code.

Text Font Color

.myTextColor { color: #8CA6AA; }

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

This text font color is #8CA6AA.


Background Color

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

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

This div background color is #8CA6AA.


Border color

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

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

This div border color is #8CA6AA.


Opacity

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

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

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

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

This text has shadow with #8CA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA6AA on black background.


Color preview on white background

This text has color #8CA6AA on white background.



Black color preview on #8CA6AA background

This text has black color on #8CA6AA background.


White color preview on #8CA6AA background

This text has white color on #8CA6AA background.