COLOR #8DA3AB

HEX: #8DA3AB RGB: (141,163,171)

Color info

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

RGB color model

#8DA3AB color RGB value is (141,163,171).

RGB: (141,163,171) (55%, 64%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 171 of 255 = 67%

141
163
171

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

Portions of RGB colors in percentages

R + G + B = 141 + 163 + 171 = 475 (100%)
R 141 of 475 ~ 29.68%
G 163 of 475 ~ 34.32%
B 171 of 475 ~ 36'%

%29.68
%34.32
%36

CMYK color model

#8DA3AB color CMYK value is (18,5,0,33).

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

CMYK: (18,5,0,33)
C18M5Y0K33 (18%, 5%, 0%, 33%)
(0.18 / 0.05 / 0.00 / 0.33)

CMYK percentages

%17.54
%4.68
%0
%32.94

Codes

Color #8DA3AB in popluar color models

8D A3 AB
RGB 141 163 171
HSL 196° 15.15% 61.18%
HSB/HSV 196° 17.54% 67.06%
CMYK 17.54% 4.68% 0.00%
32.94%

Color #8DA3AB in popluar number systems.

HEX 8D A3 AB
Decimal 141 163 171
Binary 10001101 10100011 10101011
Octal 215 243 253

Shades and tints

Shades of #8DA3AB

#8DA3AB
(141,163,171)
#81959C
(129,149,156)
#75878D
(117,135,141)
#69797E
(105,121,126)
#5D6B6F
(93,107,111)
#515D60
(81,93,96)
#454F51
(69,79,81)
#394142
(57,65,66)
#2D3333
(45,51,51)
#212524
(33,37,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8DA3AB

#8DA3AB
(141,163,171)
#97ABB2
(151,171,178)
#A1B3B9
(161,179,185)
#ABBBC0
(171,187,192)
#B5C3C7
(181,195,199)
#BFCBCE
(191,203,206)
#C9D3D5
(201,211,213)
#D3DBDC
(211,219,220)
#DDE3E3
(221,227,227)
#E7EBEA
(231,235,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA3AB; }

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

This text font color is #8DA3AB.

Background Color

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

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

This div background color is #8DA3AB.

Border color

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

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

This div border color is #8DA3AB.

Opacity

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

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

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

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

This text has shadow with #8DA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA3AB.

Preview

Color preview on black background

This text has color #8DA3AB on black background.


Color preview on white background

This text has color #8DA3AB on white background.


Black color preview on #8DA3AB background

This text has black color on #8DA3AB background.


White color preview on #8DA3AB background

This text has white color on #8DA3AB background.


Related colors

Complementary color

Complementary color for #hex is #725C54.


I love getcolorcode.com

Triadic colors

1 #AB8DA3 and #A3AB8D with #8DA3AB are triadic colors.

2 #ABA38D and #A38DAB with #8DA3AB are triadic colors.