COLOR #8C9EA3

HEX: #8C9EA3
RGB: (140,158,163)

Color info

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

RGB color model

#8C9EA3 color RGB value is (140,158,163).

  • red value is 140;
  • green value is 158;
  • blue value is 163.
RGB: (140,158,163) (55%,62%,64%)

RGB channels and saturation

R 140 of 255 = 55%
G 158 of 255 = 62%
B 163 of 255 = 64%

140
158
163

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

Portions of RGB colors in percentages

R + G + B =
140 + 158 + 163 = 461 (100%)
R 140 of 461 ~ 30.37%
G 158 of 461 ~ 34.27%
B 163 of 461 ~ 35.36%

%30.37
%34.27
%35.36

CMYK color model

#8C9EA3 color CMYK value is (14,3,0,36).

  • cyan value is 14.11%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (14,3,0,36) C14M3Y0K36 (14%,3%,0%,36%) (0.14/0.03/0.00/0.36)

CMYK percentages

%14.11
%3.07
%0
%36.08

Codes

Color #8C9EA3 in popluar color models

8C9EA3
RGB140158163
HSL193°11.11%59.41%
HSB/HSV193°14.11%63.92%
CMYK14.11%3.07%0.00%
36.08%

Color #8C9EA3 in popluar number systems.

HEX8C9EA3
Decimal140158163
Binary100011001001111010100011
Octal214236243

Shades and tints

Shades of #8C9EA3

#8C9EA3
(140,158,163)
#809095
(128,144,149)
#748287
(116,130,135)
#687479
(104,116,121)
#5C666B
(92,102,107)
#50585D
(80,88,93)
#444A4F
(68,74,79)
#383C41
(56,60,65)
#2C2E33
(44,46,51)
#202025
(32,32,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #8C9EA3

#8C9EA3
(140,158,163)
#96A6AB
(150,166,171)
#A0AEB3
(160,174,179)
#AAB6BB
(170,182,187)
#B4BEC3
(180,190,195)
#BEC6CB
(190,198,203)
#C8CED3
(200,206,211)
#D2D6DB
(210,214,219)
#DCDEE3
(220,222,227)
#E6E6EB
(230,230,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9EA3 color. Also use rgb(140,158,163) instead hex code.

Text Font Color

.myTextColor { color: #8C9EA3; }

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

This text font color is #8C9EA3.


Background Color

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

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

This div background color is #8C9EA3.


Border color

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

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

This div border color is #8C9EA3.


Opacity

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

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

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

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

This text has shadow with #8C9EA3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C9EA3 on black background.


Color preview on white background

This text has color #8C9EA3 on white background.



Black color preview on #8C9EA3 background

This text has black color on #8C9EA3 background.


White color preview on #8C9EA3 background

This text has white color on #8C9EA3 background.