COLOR #8DA1A7

HEX: #8DA1A7 RGB: (141,161,167)

Color info

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

RGB color model

#8DA1A7 color RGB value is (141,161,167).

RGB: (141,161,167) (55%, 63%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 167 of 255 = 65%

141
161
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 161 + 167 = 469 (100%)
R 141 of 469 ~ 30.06%
G 161 of 469 ~ 34.33%
B 167 of 469 ~ 35.61'%

%30.06
%34.33
%35.61

CMYK color model

#8DA1A7 color CMYK value is (16,4,0,35).

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

CMYK: (16,4,0,35)
C16M4Y0K35 (16%, 4%, 0%, 35%)
(0.16 / 0.04 / 0.00 / 0.35)

CMYK percentages

%15.57
%3.59
%0
%34.51

Codes

Color #8DA1A7 in popluar color models

8D A1 A7
RGB 141 161 167
HSL 194° 12.87% 60.39%
HSB/HSV 194° 15.57% 65.49%
CMYK 15.57% 3.59% 0.00%
34.51%

Color #8DA1A7 in popluar number systems.

HEX 8D A1 A7
Decimal 141 161 167
Binary 10001101 10100001 10100111
Octal 215 241 247

Shades and tints

Shades of #8DA1A7

#8DA1A7
(141,161,167)
#819398
(129,147,152)
#758589
(117,133,137)
#69777A
(105,119,122)
#5D696B
(93,105,107)
#515B5C
(81,91,92)
#454D4D
(69,77,77)
#393F3E
(57,63,62)
#2D312F
(45,49,47)
#212320
(33,35,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DA1A7

#8DA1A7
(141,161,167)
#97A9AF
(151,169,175)
#A1B1B7
(161,177,183)
#ABB9BF
(171,185,191)
#B5C1C7
(181,193,199)
#BFC9CF
(191,201,207)
#C9D1D7
(201,209,215)
#D3D9DF
(211,217,223)
#DDE1E7
(221,225,231)
#E7E9EF
(231,233,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA1A7; }

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

This text font color is #8DA1A7.

Background Color

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

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

This div background color is #8DA1A7.

Border color

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

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

This div border color is #8DA1A7.

Opacity

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

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

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

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

This text has shadow with #8DA1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA1A7.

Preview

Color preview on black background

This text has color #8DA1A7 on black background.


Color preview on white background

This text has color #8DA1A7 on white background.


Black color preview on #8DA1A7 background

This text has black color on #8DA1A7 background.


White color preview on #8DA1A7 background

This text has white color on #8DA1A7 background.


Related colors

Complementary color

Complementary color for #hex is #725E58.


I love getcolorcode.com

Triadic colors

1 #A78DA1 and #A1A78D with #8DA1A7 are triadic colors.

2 #A7A18D and #A18DA7 with #8DA1A7 are triadic colors.