COLOR #8CAD9F

HEX: #8CAD9F
RGB: (140,173,159)

Color info

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

RGB color model

#8CAD9F color RGB value is (140,173,159).

  • red value is 140;
  • green value is 173;
  • blue value is 159.
RGB:
(140,173,159)
(55%,68%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 159 of 255 = 62%

140
173
159

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

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 159 = 472 (100%)
R 140 of 472 ~ 29.66%
G 173 of 472 ~ 36.65%
B 159 of 472 ~ 33.69%

%29.66
%36.65
%33.69

CMYK color model

#8CAD9F color CMYK value is (19,0,8,32).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK:
(19,0,8,32)
C19M0Y8K32 
(19%,0%,8%,32%)
(0.19/0.00/0.08/0.32)	

CMYK percentages

%19.08
%0
%8.09
%32.16

Codes

Color #8CAD9F in popluar color models

8CAD9F
RGB140173159
HSL155°16.75%61.37%
HSB/HSV155°19.08%67.84%
CMYK19.08%0.00%8.09%
32.16%

Color #8CAD9F in popluar number systems.

HEX8CAD9F
Decimal140173159
Binary100011001010110110011111
Octal214255237

Shades and tints

Shades of #8CAD9F

#8CAD9F
(140,173,159)
#809E91
(128,158,145)
#748F83
(116,143,131)
#688075
(104,128,117)
#5C7167
(92,113,103)
#506259
(80,98,89)
#44534B
(68,83,75)
#38443D
(56,68,61)
#2C352F
(44,53,47)
#202621
(32,38,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #8CAD9F

#8CAD9F
(140,173,159)
#96B4A7
(150,180,167)
#A0BBAF
(160,187,175)
#AAC2B7
(170,194,183)
#B4C9BF
(180,201,191)
#BED0C7
(190,208,199)
#C8D7CF
(200,215,207)
#D2DED7
(210,222,215)
#DCE5DF
(220,229,223)
#E6ECE7
(230,236,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAD9F color. Also use rgb(140,173,159) instead hex code.

Text Font Color

.myTextColor { color: #8CAD9F; }

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

This text font color is #8CAD9F.


Background Color

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

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

This div background color is #8CAD9F.


Border color

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

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

This div border color is #8CAD9F.


Opacity

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

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

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

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

This text has shadow with #8CAD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAD9F on black background.


Color preview on white background

This text has color #8CAD9F on white background.



Black color preview on #8CAD9F background

This text has black color on #8CAD9F background.


White color preview on #8CAD9F background

This text has white color on #8CAD9F background.