COLOR #8DAD9E

HEX: #8DAD9E
RGB: (141,173,158)

Color info

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

RGB color model

#8DAD9E color RGB value is (141,173,158).

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

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 158 of 255 = 62%

141
173
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 173 + 158 = 472 (100%)
R 141 of 472 ~ 29.87%
G 173 of 472 ~ 36.65%
B 158 of 472 ~ 33.47%

%29.87
%36.65
%33.47

CMYK color model

#8DAD9E color CMYK value is (18,0,9,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(18,0,9,32)
C18M0Y9K32 
(18%,0%,9%,32%)
(0.18/0.00/0.09/0.32)	

CMYK percentages

%18.5
%0
%8.67
%32.16

Codes

Color #8DAD9E in popluar color models

8DAD9E
RGB141173158
HSL152°16.33%61.57%
HSB/HSV152°18.50%67.84%
CMYK18.50%0.00%8.67%
32.16%

Color #8DAD9E in popluar number systems.

HEX8DAD9E
Decimal141173158
Binary100011011010110110011110
Octal215255236

Shades and tints

Shades of #8DAD9E

#8DAD9E
(141,173,158)
#819E90
(129,158,144)
#758F82
(117,143,130)
#698074
(105,128,116)
#5D7166
(93,113,102)
#516258
(81,98,88)
#45534A
(69,83,74)
#39443C
(57,68,60)
#2D352E
(45,53,46)
#212620
(33,38,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #8DAD9E

#8DAD9E
(141,173,158)
#97B4A6
(151,180,166)
#A1BBAE
(161,187,174)
#ABC2B6
(171,194,182)
#B5C9BE
(181,201,190)
#BFD0C6
(191,208,198)
#C9D7CE
(201,215,206)
#D3DED6
(211,222,214)
#DDE5DE
(221,229,222)
#E7ECE6
(231,236,230)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAD9E color. Also use rgb(141,173,158) instead hex code.

Text Font Color

.myTextColor { color: #8DAD9E; }

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

This text font color is #8DAD9E.


Background Color

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

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

This div background color is #8DAD9E.


Border color

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

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

This div border color is #8DAD9E.


Opacity

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

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

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

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

This text has shadow with #8DAD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAD9E on black background.


Color preview on white background

This text has color #8DAD9E on white background.



Black color preview on #8DAD9E background

This text has black color on #8DAD9E background.


White color preview on #8DAD9E background

This text has white color on #8DAD9E background.