COLOR #8CADA8

HEX: #8CADA8 RGB: (140,173,168)

Color info

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

RGB color model

#8CADA8 color RGB value is (140,173,168).

RGB: (140,173,168) (55%, 68%, 66%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 168 of 255 = 66%

140
173
168

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

Portions of RGB colors in percentages

R + G + B = 140 + 173 + 168 = 481 (100%)
R 140 of 481 ~ 29.11%
G 173 of 481 ~ 35.97%
B 168 of 481 ~ 34.93'%

%29.11
%35.97
%34.93

CMYK color model

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

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK: (19,0,3,32) C19M0Y3K32 (19%,0%,3%,32%) (0.19/0.00/0.03/0.32) 

CMYK percentages

%19.08
%0
%2.89
%32.16

Codes

Color #8CADA8 in popluar color models

8C AD A8
RGB 140 173 168
HSL 171° 16.75% 61.37%
HSB/HSV 171° 19.08% 67.84%
CMYK 19.08% 0.00% 2.89%
32.16%

Color #8CADA8 in popluar number systems.

HEX 8C AD A8
Decimal 140 173 168
Binary 10001100 10101101 10101000
Octal 214 255 250

Shades and tints

Shades of #8CADA8

#8CADA8
(140,173,168)
#809E99
(128,158,153)
#748F8A
(116,143,138)
#68807B
(104,128,123)
#5C716C
(92,113,108)
#50625D
(80,98,93)
#44534E
(68,83,78)
#38443F
(56,68,63)
#2C3530
(44,53,48)
#202621
(32,38,33)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #8CADA8

#8CADA8
(140,173,168)
#96B4AF
(150,180,175)
#A0BBB6
(160,187,182)
#AAC2BD
(170,194,189)
#B4C9C4
(180,201,196)
#BED0CB
(190,208,203)
#C8D7D2
(200,215,210)
#D2DED9
(210,222,217)
#DCE5E0
(220,229,224)
#E6ECE7
(230,236,231)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CADA8; }

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

This text font color is #8CADA8.

Background Color

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

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

This div background color is #8CADA8.

Border color

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

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

This div border color is #8CADA8.

Opacity

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

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

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

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

This text has shadow with #8CADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CADA8.

Preview

Color preview on black background

This text has color #8CADA8 on black background.


Color preview on white background

This text has color #8CADA8 on white background.


Black color preview on #8CADA8 background

This text has black color on #8CADA8 background.


White color preview on #8CADA8 background

This text has white color on #8CADA8 background.


Related colors

Complementary color

Complementary color for #hex is #735257.


I love getcolorcode.com

Triadic colors

1 #A88CAD and #ADA88C with #8CADA8 are triadic colors.

2 #A8AD8C and #AD8CA8 with #8CADA8 are triadic colors.