COLOR #8DAB9C

HEX: #8DAB9C RGB: (141,171,156)

Color info

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

RGB color model

#8DAB9C color RGB value is (141,171,156).

RGB: (141,171,156) (55%, 67%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 156 of 255 = 61%

141
171
156

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

Portions of RGB colors in percentages

R + G + B = 141 + 171 + 156 = 468 (100%)
R 141 of 468 ~ 30.13%
G 171 of 468 ~ 36.54%
B 156 of 468 ~ 33.33'%

%30.13
%36.54
%33.33

CMYK color model

#8DAB9C color CMYK value is (18,0,9,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (18,0,9,33)
C18M0Y9K33 (18%, 0%, 9%, 33%)
(0.18 / 0.00 / 0.09 / 0.33)

CMYK percentages

%17.54
%0
%8.77
%32.94

Codes

Color #8DAB9C in popluar color models

8D AB 9C
RGB 141 171 156
HSL 150° 15.15% 61.18%
HSB/HSV 150° 17.54% 67.06%
CMYK 17.54% 0.00% 8.77%
32.94%

Color #8DAB9C in popluar number systems.

HEX 8D AB 9C
Decimal 141 171 156
Binary 10001101 10101011 10011100
Octal 215 253 234

Shades and tints

Shades of #8DAB9C

#8DAB9C
(141,171,156)
#819C8E
(129,156,142)
#758D80
(117,141,128)
#697E72
(105,126,114)
#5D6F64
(93,111,100)
#516056
(81,96,86)
#455148
(69,81,72)
#39423A
(57,66,58)
#2D332C
(45,51,44)
#21241E
(33,36,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #8DAB9C

#8DAB9C
(141,171,156)
#97B2A5
(151,178,165)
#A1B9AE
(161,185,174)
#ABC0B7
(171,192,183)
#B5C7C0
(181,199,192)
#BFCEC9
(191,206,201)
#C9D5D2
(201,213,210)
#D3DCDB
(211,220,219)
#DDE3E4
(221,227,228)
#E7EAED
(231,234,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAB9C color. Also use rgb(141,171,156) instead hex code.

Text Font Color

.myTextColor { color: #8DAB9C; }

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

This text font color is #8DAB9C.

Background Color

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

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

This div background color is #8DAB9C.

Border color

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

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

This div border color is #8DAB9C.

Opacity

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

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

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

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

This text has shadow with #8DAB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAB9C.

Preview

Color preview on black background

This text has color #8DAB9C on black background.


Color preview on white background

This text has color #8DAB9C on white background.


Black color preview on #8DAB9C background

This text has black color on #8DAB9C background.


White color preview on #8DAB9C background

This text has white color on #8DAB9C background.


Related colors

Complementary color

Complementary color for #hex is #725463.


I love getcolorcode.com

Triadic colors

1 #9C8DAB and #AB9C8D with #8DAB9C are triadic colors.

2 #9CAB8D and #AB8D9C with #8DAB9C are triadic colors.