COLOR #8DA6AD

HEX: #8DA6AD RGB: (141,166,173)

Color info

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

RGB color model

#8DA6AD color RGB value is (141,166,173).

RGB: (141,166,173) (55%, 65%, 68%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 173 of 255 = 68%

141
166
173

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

Portions of RGB colors in percentages

R + G + B = 141 + 166 + 173 = 480 (100%)
R 141 of 480 ~ 29.38%
G 166 of 480 ~ 34.58%
B 173 of 480 ~ 36.04'%

%29.38
%34.58
%36.04

CMYK color model

#8DA6AD color CMYK value is (18,4,0,32).

  • cyan value is 18.50%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (18,4,0,32)
C18M4Y0K32 (18%, 4%, 0%, 32%)
(0.18 / 0.04 / 0.00 / 0.32)

CMYK percentages

%18.5
%4.05
%0
%32.16

Codes

Color #8DA6AD in popluar color models

8D A6 AD
RGB 141 166 173
HSL 193° 16.33% 61.57%
HSB/HSV 193° 18.50% 67.84%
CMYK 18.50% 4.05% 0.00%
32.16%

Color #8DA6AD in popluar number systems.

HEX 8D A6 AD
Decimal 141 166 173
Binary 10001101 10100110 10101101
Octal 215 246 255

Shades and tints

Shades of #8DA6AD

#8DA6AD
(141,166,173)
#81979E
(129,151,158)
#75888F
(117,136,143)
#697980
(105,121,128)
#5D6A71
(93,106,113)
#515B62
(81,91,98)
#454C53
(69,76,83)
#393D44
(57,61,68)
#2D2E35
(45,46,53)
#211F26
(33,31,38)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #8DA6AD

#8DA6AD
(141,166,173)
#97AEB4
(151,174,180)
#A1B6BB
(161,182,187)
#ABBEC2
(171,190,194)
#B5C6C9
(181,198,201)
#BFCED0
(191,206,208)
#C9D6D7
(201,214,215)
#D3DEDE
(211,222,222)
#DDE6E5
(221,230,229)
#E7EEEC
(231,238,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA6AD; }

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

This text font color is #8DA6AD.

Background Color

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

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

This div background color is #8DA6AD.

Border color

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

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

This div border color is #8DA6AD.

Opacity

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

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

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

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

This text has shadow with #8DA6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA6AD.

Preview

Color preview on black background

This text has color #8DA6AD on black background.


Color preview on white background

This text has color #8DA6AD on white background.


Black color preview on #8DA6AD background

This text has black color on #8DA6AD background.


White color preview on #8DA6AD background

This text has white color on #8DA6AD background.


Related colors

Complementary color

Complementary color for #hex is #725952.


I love getcolorcode.com

Triadic colors

1 #AD8DA6 and #A6AD8D with #8DA6AD are triadic colors.

2 #ADA68D and #A68DAD with #8DA6AD are triadic colors.