COLOR #8C9098

HEX: #8C9098
RGB: (140,144,152)

Color info

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

RGB color model

#8C9098 color RGB value is (140,144,152).

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

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 152 of 255 = 60%

140
144
152

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 152 = 436 (100%)
R 140 of 436 ~ 32.11%
G 144 of 436 ~ 33.03%
B 152 of 436 ~ 34.86%

%32.11
%33.03
%34.86

CMYK color model

#8C9098 color CMYK value is (8,5,0,40).

  • cyan value is 7.89%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(8,5,0,40)
C8M5Y0K40 
(8%,5%,0%,40%)
(0.08/0.05/0.00/0.40)	

CMYK percentages

%7.89
%5.26
%0
%40.39

Codes

Color #8C9098 in popluar color models

8C9098
RGB140144152
HSL220°5.50%57.25%
HSB/HSV220°7.89%59.61%
CMYK7.89%5.26%0.00%
40.39%

Color #8C9098 in popluar number systems.

HEX8C9098
Decimal140144152
Binary100011001001000010011000
Octal214220230

Shades and tints

Shades of #8C9098

#8C9098
(140,144,152)
#80838B
(128,131,139)
#74767E
(116,118,126)
#686971
(104,105,113)
#5C5C64
(92,92,100)
#504F57
(80,79,87)
#44424A
(68,66,74)
#38353D
(56,53,61)
#2C2830
(44,40,48)
#201B23
(32,27,35)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #8C9098

#8C9098
(140,144,152)
#969AA1
(150,154,161)
#A0A4AA
(160,164,170)
#AAAEB3
(170,174,179)
#B4B8BC
(180,184,188)
#BEC2C5
(190,194,197)
#C8CCCE
(200,204,206)
#D2D6D7
(210,214,215)
#DCE0E0
(220,224,224)
#E6EAE9
(230,234,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9098; }

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

This text font color is #8C9098.


Background Color

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

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

This div background color is #8C9098.


Border color

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

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

This div border color is #8C9098.


Opacity

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

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

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

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

This text has shadow with #8C9098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9098 on black background.


Color preview on white background

This text has color #8C9098 on white background.



Black color preview on #8C9098 background

This text has black color on #8C9098 background.


White color preview on #8C9098 background

This text has white color on #8C9098 background.