COLOR #8CAD9A

HEX: #8CAD9A
RGB: (140,173,154)

Color info

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

RGB color model

#8CAD9A color RGB value is (140,173,154).

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

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 154 of 255 = 60%

140
173
154

R + G + B ~ 61%. #8CAD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 154 = 467 (100%)
R 140 of 467 ~ 29.98%
G 173 of 467 ~ 37.04%
B 154 of 467 ~ 32.98%

%29.98
%37.04
%32.98

CMYK color model

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

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(19,0,11,32)
C19M0Y11K32 
(19%,0%,11%,32%)
(0.19/0.00/0.11/0.32)	

CMYK percentages

%19.08
%0
%10.98
%32.16

Codes

Color #8CAD9A in popluar color models

8CAD9A
RGB140173154
HSL145°16.75%61.37%
HSB/HSV145°19.08%67.84%
CMYK19.08%0.00%10.98%
32.16%

Color #8CAD9A in popluar number systems.

HEX8CAD9A
Decimal140173154
Binary100011001010110110011010
Octal214255232

Shades and tints

Shades of #8CAD9A

#8CAD9A
(140,173,154)
#809E8C
(128,158,140)
#748F7E
(116,143,126)
#688070
(104,128,112)
#5C7162
(92,113,98)
#506254
(80,98,84)
#445346
(68,83,70)
#384438
(56,68,56)
#2C352A
(44,53,42)
#20261C
(32,38,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CAD9A

#8CAD9A
(140,173,154)
#96B4A3
(150,180,163)
#A0BBAC
(160,187,172)
#AAC2B5
(170,194,181)
#B4C9BE
(180,201,190)
#BED0C7
(190,208,199)
#C8D7D0
(200,215,208)
#D2DED9
(210,222,217)
#DCE5E2
(220,229,226)
#E6ECEB
(230,236,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAD9A; }

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

This text font color is #8CAD9A.


Background Color

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

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

This div background color is #8CAD9A.


Border color

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

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

This div border color is #8CAD9A.


Opacity

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

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

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

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

This text has shadow with #8CAD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAD9A on black background.


Color preview on white background

This text has color #8CAD9A on white background.



Black color preview on #8CAD9A background

This text has black color on #8CAD9A background.


White color preview on #8CAD9A background

This text has white color on #8CAD9A background.