COLOR #8D99A5

HEX: #8D99A5 RGB: (141,153,165)

Color info

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

RGB color model

#8D99A5 color RGB value is (141,153,165).

RGB: (141,153,165) (55%, 60%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 165 of 255 = 65%

141
153
165

R + G + B ~ 60%. #8D99A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 165 = 459 (100%)
R 141 of 459 ~ 30.72%
G 153 of 459 ~ 33.33%
B 165 of 459 ~ 35.95'%

%30.72
%33.33
%35.95

CMYK color model

#8D99A5 color CMYK value is (15,7,0,35).

  • cyan value is 14.55%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (15,7,0,35)
C15M7Y0K35 (15%, 7%, 0%, 35%)
(0.15 / 0.07 / 0.00 / 0.35)

CMYK percentages

%14.55
%7.27
%0
%35.29

Codes

Color #8D99A5 in popluar color models

8D 99 A5
RGB 141 153 165
HSL 210° 11.76% 60.00%
HSB/HSV 210° 14.55% 64.71%
CMYK 14.55% 7.27% 0.00%
35.29%

Color #8D99A5 in popluar number systems.

HEX 8D 99 A5
Decimal 141 153 165
Binary 10001101 10011001 10100101
Octal 215 231 245

Shades and tints

Shades of #8D99A5

#8D99A5
(141,153,165)
#818C96
(129,140,150)
#757F87
(117,127,135)
#697278
(105,114,120)
#5D6569
(93,101,105)
#51585A
(81,88,90)
#454B4B
(69,75,75)
#393E3C
(57,62,60)
#2D312D
(45,49,45)
#21241E
(33,36,30)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8D99A5

#8D99A5
(141,153,165)
#97A2AD
(151,162,173)
#A1ABB5
(161,171,181)
#ABB4BD
(171,180,189)
#B5BDC5
(181,189,197)
#BFC6CD
(191,198,205)
#C9CFD5
(201,207,213)
#D3D8DD
(211,216,221)
#DDE1E5
(221,225,229)
#E7EAED
(231,234,237)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D99A5; }

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

This text font color is #8D99A5.

Background Color

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

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

This div background color is #8D99A5.

Border color

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

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

This div border color is #8D99A5.

Opacity

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

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

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

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

This text has shadow with #8D99A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D99A5.

Preview

Color preview on black background

This text has color #8D99A5 on black background.


Color preview on white background

This text has color #8D99A5 on white background.


Black color preview on #8D99A5 background

This text has black color on #8D99A5 background.


White color preview on #8D99A5 background

This text has white color on #8D99A5 background.


Related colors

Complementary color

Complementary color for #hex is #72665A.


I love getcolorcode.com

Triadic colors

1 #A58D99 and #99A58D with #8D99A5 are triadic colors.

2 #A5998D and #998DA5 with #8D99A5 are triadic colors.