COLOR #8C98A5

HEX: #8C98A5
RGB: (140,152,165)

Color info

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

RGB color model

#8C98A5 color RGB value is (140,152,165).

  • red value is 140;
  • green value is 152;
  • blue value is 165.
RGB:
(140,152,165)
(55%,60%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 165 of 255 = 65%

140
152
165

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 165 = 457 (100%)
R 140 of 457 ~ 30.63%
G 152 of 457 ~ 33.26%
B 165 of 457 ~ 36.11%

%30.63
%33.26
%36.11

CMYK color model

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

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

CMYK percentages

%15.15
%7.88
%0
%35.29

Codes

Color #8C98A5 in popluar color models

8C98A5
RGB140152165
HSL211°12.20%59.80%
HSB/HSV211°15.15%64.71%
CMYK15.15%7.88%0.00%
35.29%

Color #8C98A5 in popluar number systems.

HEX8C98A5
Decimal140152165
Binary100011001001100010100101
Octal214230245

Shades and tints

Shades of #8C98A5

#8C98A5
(140,152,165)
#808B96
(128,139,150)
#747E87
(116,126,135)
#687178
(104,113,120)
#5C6469
(92,100,105)
#50575A
(80,87,90)
#444A4B
(68,74,75)
#383D3C
(56,61,60)
#2C302D
(44,48,45)
#20231E
(32,35,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #8C98A5

#8C98A5
(140,152,165)
#96A1AD
(150,161,173)
#A0AAB5
(160,170,181)
#AAB3BD
(170,179,189)
#B4BCC5
(180,188,197)
#BEC5CD
(190,197,205)
#C8CED5
(200,206,213)
#D2D7DD
(210,215,221)
#DCE0E5
(220,224,229)
#E6E9ED
(230,233,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C98A5 color. Also use rgb(140,152,165) instead hex code.

Text Font Color

.myTextColor { color: #8C98A5; }

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

This text font color is #8C98A5.


Background Color

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

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

This div background color is #8C98A5.


Border color

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

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

This div border color is #8C98A5.


Opacity

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

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

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

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

This text has shadow with #8C98A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C98A5 on black background.


Color preview on white background

This text has color #8C98A5 on white background.



Black color preview on #8C98A5 background

This text has black color on #8C98A5 background.


White color preview on #8C98A5 background

This text has white color on #8C98A5 background.