COLOR #8CADA5

HEX: #8CADA5
RGB: (140,173,165)

Color info

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

RGB color model

#8CADA5 color RGB value is (140,173,165).

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

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 165 of 255 = 65%

140
173
165

R + G + B ~ 63%. #8CADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 173 + 165 = 478 (100%)
R 140 of 478 ~ 29.29%
G 173 of 478 ~ 36.19%
B 165 of 478 ~ 34.52%

%29.29
%36.19
%34.52

CMYK color model

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

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(19,0,5,32)
C19M0Y5K32 
(19%,0%,5%,32%)
(0.19/0.00/0.05/0.32)	

CMYK percentages

%19.08
%0
%4.62
%32.16

Codes

Color #8CADA5 in popluar color models

8CADA5
RGB140173165
HSL165°16.75%61.37%
HSB/HSV165°19.08%67.84%
CMYK19.08%0.00%4.62%
32.16%

Color #8CADA5 in popluar number systems.

HEX8CADA5
Decimal140173165
Binary100011001010110110100101
Octal214255245

Shades and tints

Shades of #8CADA5

#8CADA5
(140,173,165)
#809E96
(128,158,150)
#748F87
(116,143,135)
#688078
(104,128,120)
#5C7169
(92,113,105)
#50625A
(80,98,90)
#44534B
(68,83,75)
#38443C
(56,68,60)
#2C352D
(44,53,45)
#20261E
(32,38,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #8CADA5

#8CADA5
(140,173,165)
#96B4AD
(150,180,173)
#A0BBB5
(160,187,181)
#AAC2BD
(170,194,189)
#B4C9C5
(180,201,197)
#BED0CD
(190,208,205)
#C8D7D5
(200,215,213)
#D2DEDD
(210,222,221)
#DCE5E5
(220,229,229)
#E6ECED
(230,236,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CADA5; }

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

This text font color is #8CADA5.


Background Color

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

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

This div background color is #8CADA5.


Border color

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

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

This div border color is #8CADA5.


Opacity

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

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

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

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

This text has shadow with #8CADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CADA5 on black background.


Color preview on white background

This text has color #8CADA5 on white background.



Black color preview on #8CADA5 background

This text has black color on #8CADA5 background.


White color preview on #8CADA5 background

This text has white color on #8CADA5 background.