COLOR #8DA6A7

HEX: #8DA6A7 RGB: (141,166,167)

Color info

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

RGB color model

#8DA6A7 color RGB value is (141,166,167).

RGB: (141,166,167) (55%, 65%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 167 of 255 = 65%

141
166
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 166 + 167 = 474 (100%)
R 141 of 474 ~ 29.75%
G 166 of 474 ~ 35.02%
B 167 of 474 ~ 35.23'%

%29.75
%35.02
%35.23

CMYK color model

#8DA6A7 color CMYK value is (16,1,0,35).

  • cyan value is 15.57%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (16,1,0,35)
C16M1Y0K35 (16%, 1%, 0%, 35%)
(0.16 / 0.01 / 0.00 / 0.35)

CMYK percentages

%15.57
%0.6
%0
%34.51

Codes

Color #8DA6A7 in popluar color models

8D A6 A7
RGB 141 166 167
HSL 182° 12.87% 60.39%
HSB/HSV 182° 15.57% 65.49%
CMYK 15.57% 0.60% 0.00%
34.51%

Color #8DA6A7 in popluar number systems.

HEX 8D A6 A7
Decimal 141 166 167
Binary 10001101 10100110 10100111
Octal 215 246 247

Shades and tints

Shades of #8DA6A7

#8DA6A7
(141,166,167)
#819798
(129,151,152)
#758889
(117,136,137)
#69797A
(105,121,122)
#5D6A6B
(93,106,107)
#515B5C
(81,91,92)
#454C4D
(69,76,77)
#393D3E
(57,61,62)
#2D2E2F
(45,46,47)
#211F20
(33,31,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #8DA6A7

#8DA6A7
(141,166,167)
#97AEAF
(151,174,175)
#A1B6B7
(161,182,183)
#ABBEBF
(171,190,191)
#B5C6C7
(181,198,199)
#BFCECF
(191,206,207)
#C9D6D7
(201,214,215)
#D3DEDF
(211,222,223)
#DDE6E7
(221,230,231)
#E7EEEF
(231,238,239)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA6A7; }

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

This text font color is #8DA6A7.

Background Color

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

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

This div background color is #8DA6A7.

Border color

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

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

This div border color is #8DA6A7.

Opacity

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

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

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

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

This text has shadow with #8DA6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA6A7.

Preview

Color preview on black background

This text has color #8DA6A7 on black background.


Color preview on white background

This text has color #8DA6A7 on white background.


Black color preview on #8DA6A7 background

This text has black color on #8DA6A7 background.


White color preview on #8DA6A7 background

This text has white color on #8DA6A7 background.


Related colors

Complementary color

Complementary color for #hex is #725958.


I love getcolorcode.com

Triadic colors

1 #A78DA6 and #A6A78D with #8DA6A7 are triadic colors.

2 #A7A68D and #A68DA7 with #8DA6A7 are triadic colors.