COLOR #8D99A6

HEX: #8D99A6
RGB: (141,153,166)

Color info

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

RGB color model

#8D99A6 color RGB value is (141,153,166).

  • red value is 141;
  • green value is 153;
  • blue value is 166.
RGB:
(141,153,166)
(55%,60%,65%)

RGB channels and saturation

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

141
153
166

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

Portions of RGB colors in percentages

R + G + B =
141 + 153 + 166 = 460 (100%)
R 141 of 460 ~ 30.65%
G 153 of 460 ~ 33.26%
B 166 of 460 ~ 36.09%

%30.65
%33.26
%36.09

CMYK color model

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

  • cyan value is 15.06%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(15,8,0,35)
C15M8Y0K35 
(15%,8%,0%,35%)
(0.15/0.08/0.00/0.35)	

CMYK percentages

%15.06
%7.83
%0
%34.9

Codes

Color #8D99A6 in popluar color models

8D99A6
RGB141153166
HSL211°12.32%60.20%
HSB/HSV211°15.06%65.10%
CMYK15.06%7.83%0.00%
34.90%

Color #8D99A6 in popluar number systems.

HEX8D99A6
Decimal141153166
Binary100011011001100110100110
Octal215231246

Shades and tints

Shades of #8D99A6

#8D99A6
(141,153,166)
#818C97
(129,140,151)
#757F88
(117,127,136)
#697279
(105,114,121)
#5D656A
(93,101,106)
#51585B
(81,88,91)
#454B4C
(69,75,76)
#393E3D
(57,62,61)
#2D312E
(45,49,46)
#21241F
(33,36,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8D99A6

#8D99A6
(141,153,166)
#97A2AE
(151,162,174)
#A1ABB6
(161,171,182)
#ABB4BE
(171,180,190)
#B5BDC6
(181,189,198)
#BFC6CE
(191,198,206)
#C9CFD6
(201,207,214)
#D3D8DE
(211,216,222)
#DDE1E6
(221,225,230)
#E7EAEE
(231,234,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D99A6; }

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

This text font color is #8D99A6.


Background Color

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

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

This div background color is #8D99A6.


Border color

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

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

This div border color is #8D99A6.


Opacity

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

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

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

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

This text has shadow with #8D99A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D99A6 on black background.


Color preview on white background

This text has color #8D99A6 on white background.



Black color preview on #8D99A6 background

This text has black color on #8D99A6 background.


White color preview on #8D99A6 background

This text has white color on #8D99A6 background.