COLOR #8D9FA5

HEX: #8D9FA5 RGB: (141,159,165)

Color info

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

RGB color model

#8D9FA5 color RGB value is (141,159,165).

RGB: (141,159,165) (55%, 62%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 159 of 255 = 62%
B 165 of 255 = 65%

141
159
165

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

Portions of RGB colors in percentages

R + G + B = 141 + 159 + 165 = 465 (100%)
R 141 of 465 ~ 30.32%
G 159 of 465 ~ 34.19%
B 165 of 465 ~ 35.48'%

%30.32
%34.19
%35.48

CMYK color model

#8D9FA5 color CMYK value is (15,4,0,35).

  • cyan value is 14.55%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (15,4,0,35) C15M4Y0K35 (15%,4%,0%,35%) (0.15/0.04/0.00/0.35) 

CMYK percentages

%14.55
%3.64
%0
%35.29

Codes

Color #8D9FA5 in popluar color models

8D 9F A5
RGB 141 159 165
HSL 195° 11.76% 60.00%
HSB/HSV 195° 14.55% 64.71%
CMYK 14.55% 3.64% 0.00%
35.29%

Color #8D9FA5 in popluar number systems.

HEX 8D 9F A5
Decimal 141 159 165
Binary 10001101 10011111 10100101
Octal 215 237 245

Shades and tints

Shades of #8D9FA5

#8D9FA5
(141,159,165)
#819196
(129,145,150)
#758387
(117,131,135)
#697578
(105,117,120)
#5D6769
(93,103,105)
#51595A
(81,89,90)
#454B4B
(69,75,75)
#393D3C
(57,61,60)
#2D2F2D
(45,47,45)
#21211E
(33,33,30)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #8D9FA5

#8D9FA5
(141,159,165)
#97A7AD
(151,167,173)
#A1AFB5
(161,175,181)
#ABB7BD
(171,183,189)
#B5BFC5
(181,191,197)
#BFC7CD
(191,199,205)
#C9CFD5
(201,207,213)
#D3D7DD
(211,215,221)
#DDDFE5
(221,223,229)
#E7E7ED
(231,231,237)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9FA5 color. Also use rgb(141,159,165) instead hex code.

Text Font Color

.myTextColor { color: #8D9FA5; }

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

This text font color is #8D9FA5.

Background Color

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

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

This div background color is #8D9FA5.

Border color

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

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

This div border color is #8D9FA5.

Opacity

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

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

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

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

This text has shadow with #8D9FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9FA5.

Preview

Color preview on black background

This text has color #8D9FA5 on black background.


Color preview on white background

This text has color #8D9FA5 on white background.


Black color preview on #8D9FA5 background

This text has black color on #8D9FA5 background.


White color preview on #8D9FA5 background

This text has white color on #8D9FA5 background.


Related colors

Complementary color

Complementary color for #hex is #72605A.


I love getcolorcode.com

Triadic colors

1 #A58D9F and #9FA58D with #8D9FA5 are triadic colors.

2 #A59F8D and #9F8DA5 with #8D9FA5 are triadic colors.