COLOR #8DAD9B

HEX: #8DAD9B
RGB: (141,173,155)

Color info

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

RGB color model

#8DAD9B color RGB value is (141,173,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 155 of 255 = 61%

141
173
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 173 + 155 = 469 (100%)
R 141 of 469 ~ 30.06%
G 173 of 469 ~ 36.89%
B 155 of 469 ~ 33.05%

%30.06
%36.89
%33.05

CMYK color model

#8DAD9B color CMYK value is (18,0,10,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(18,0,10,32)
C18M0Y10K32 
(18%,0%,10%,32%)
(0.18/0.00/0.10/0.32)	

CMYK percentages

%18.5
%0
%10.4
%32.16

Codes

Color #8DAD9B in popluar color models

8DAD9B
RGB141173155
HSL146°16.33%61.57%
HSB/HSV146°18.50%67.84%
CMYK18.50%0.00%10.40%
32.16%

Color #8DAD9B in popluar number systems.

HEX8DAD9B
Decimal141173155
Binary100011011010110110011011
Octal215255233

Shades and tints

Shades of #8DAD9B

#8DAD9B
(141,173,155)
#819E8D
(129,158,141)
#758F7F
(117,143,127)
#698071
(105,128,113)
#5D7163
(93,113,99)
#516255
(81,98,85)
#455347
(69,83,71)
#394439
(57,68,57)
#2D352B
(45,53,43)
#21261D
(33,38,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DAD9B

#8DAD9B
(141,173,155)
#97B4A4
(151,180,164)
#A1BBAD
(161,187,173)
#ABC2B6
(171,194,182)
#B5C9BF
(181,201,191)
#BFD0C8
(191,208,200)
#C9D7D1
(201,215,209)
#D3DEDA
(211,222,218)
#DDE5E3
(221,229,227)
#E7ECEC
(231,236,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAD9B; }

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

This text font color is #8DAD9B.


Background Color

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

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

This div background color is #8DAD9B.


Border color

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

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

This div border color is #8DAD9B.


Opacity

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

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

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

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

This text has shadow with #8DAD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAD9B on black background.


Color preview on white background

This text has color #8DAD9B on white background.



Black color preview on #8DAD9B background

This text has black color on #8DAD9B background.


White color preview on #8DAD9B background

This text has white color on #8DAD9B background.