COLOR #8C9BAA

HEX: #8C9BAA
RGB: (140,155,170)

Color info

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

RGB color model

#8C9BAA color RGB value is (140,155,170).

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

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 170 of 255 = 67%

140
155
170

R + G + B ~ 61%. #8C9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 155 + 170 = 465 (100%)
R 140 of 465 ~ 30.11%
G 155 of 465 ~ 33.33%
B 170 of 465 ~ 36.56%

%30.11
%33.33
%36.56

CMYK color model

#8C9BAA color CMYK value is (18,9,0,33).

  • cyan value is 17.65%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,9,0,33)
C18M9Y0K33 
(18%,9%,0%,33%)
(0.18/0.09/0.00/0.33)	

CMYK percentages

%17.65
%8.82
%0
%33.33

Codes

Color #8C9BAA in popluar color models

8C9BAA
RGB140155170
HSL210°15.00%60.78%
HSB/HSV210°17.65%66.67%
CMYK17.65%8.82%0.00%
33.33%

Color #8C9BAA in popluar number systems.

HEX8C9BAA
Decimal140155170
Binary100011001001101110101010
Octal214233252

Shades and tints

Shades of #8C9BAA

#8C9BAA
(140,155,170)
#808D9B
(128,141,155)
#747F8C
(116,127,140)
#68717D
(104,113,125)
#5C636E
(92,99,110)
#50555F
(80,85,95)
#444750
(68,71,80)
#383941
(56,57,65)
#2C2B32
(44,43,50)
#201D23
(32,29,35)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8C9BAA

#8C9BAA
(140,155,170)
#96A4B1
(150,164,177)
#A0ADB8
(160,173,184)
#AAB6BF
(170,182,191)
#B4BFC6
(180,191,198)
#BEC8CD
(190,200,205)
#C8D1D4
(200,209,212)
#D2DADB
(210,218,219)
#DCE3E2
(220,227,226)
#E6ECE9
(230,236,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9BAA; }

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

This text font color is #8C9BAA.


Background Color

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

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

This div background color is #8C9BAA.


Border color

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

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

This div border color is #8C9BAA.


Opacity

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

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

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

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

This text has shadow with #8C9BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9BAA on black background.


Color preview on white background

This text has color #8C9BAA on white background.



Black color preview on #8C9BAA background

This text has black color on #8C9BAA background.


White color preview on #8C9BAA background

This text has white color on #8C9BAA background.