COLOR #8C9BA5

HEX: #8C9BA5
RGB: (140,155,165)

Color info

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

RGB color model

#8C9BA5 color RGB value is (140,155,165).

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

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 165 of 255 = 65%

140
155
165

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

Portions of RGB colors in percentages

R + G + B =
140 + 155 + 165 = 460 (100%)
R 140 of 460 ~ 30.43%
G 155 of 460 ~ 33.7%
B 165 of 460 ~ 35.87%

%30.43
%33.7
%35.87

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(15,6,0,35)
C15M6Y0K35 
(15%,6%,0%,35%)
(0.15/0.06/0.00/0.35)	

CMYK percentages

%15.15
%6.06
%0
%35.29

Codes

Color #8C9BA5 in popluar color models

8C9BA5
RGB140155165
HSL204°12.20%59.80%
HSB/HSV204°15.15%64.71%
CMYK15.15%6.06%0.00%
35.29%

Color #8C9BA5 in popluar number systems.

HEX8C9BA5
Decimal140155165
Binary100011001001101110100101
Octal214233245

Shades and tints

Shades of #8C9BA5

#8C9BA5
(140,155,165)
#808D96
(128,141,150)
#747F87
(116,127,135)
#687178
(104,113,120)
#5C6369
(92,99,105)
#50555A
(80,85,90)
#44474B
(68,71,75)
#38393C
(56,57,60)
#2C2B2D
(44,43,45)
#201D1E
(32,29,30)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8C9BA5

#8C9BA5
(140,155,165)
#96A4AD
(150,164,173)
#A0ADB5
(160,173,181)
#AAB6BD
(170,182,189)
#B4BFC5
(180,191,197)
#BEC8CD
(190,200,205)
#C8D1D5
(200,209,213)
#D2DADD
(210,218,221)
#DCE3E5
(220,227,229)
#E6ECED
(230,236,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9BA5; }

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

This text font color is #8C9BA5.


Background Color

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

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

This div background color is #8C9BA5.


Border color

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

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

This div border color is #8C9BA5.


Opacity

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

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

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

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

This text has shadow with #8C9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9BA5 on black background.


Color preview on white background

This text has color #8C9BA5 on white background.



Black color preview on #8C9BA5 background

This text has black color on #8C9BA5 background.


White color preview on #8C9BA5 background

This text has white color on #8C9BA5 background.