COLOR #8C90AA

HEX: #8C90AA
RGB: (140,144,170)

Color info

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

RGB color model

#8C90AA color RGB value is (140,144,170).

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

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 170 of 255 = 67%

140
144
170

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 170 = 454 (100%)
R 140 of 454 ~ 30.84%
G 144 of 454 ~ 31.72%
B 170 of 454 ~ 37.44%

%30.84
%31.72
%37.44

CMYK color model

#8C90AA color CMYK value is (18,15,0,33).

  • cyan value is 17.65%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,15,0,33)
C18M15Y0K33 
(18%,15%,0%,33%)
(0.18/0.15/0.00/0.33)	

CMYK percentages

%17.65
%15.29
%0
%33.33

Codes

Color #8C90AA in popluar color models

8C90AA
RGB140144170
HSL232°15.00%60.78%
HSB/HSV232°17.65%66.67%
CMYK17.65%15.29%0.00%
33.33%

Color #8C90AA in popluar number systems.

HEX8C90AA
Decimal140144170
Binary100011001001000010101010
Octal214220252

Shades and tints

Shades of #8C90AA

#8C90AA
(140,144,170)
#80839B
(128,131,155)
#74768C
(116,118,140)
#68697D
(104,105,125)
#5C5C6E
(92,92,110)
#504F5F
(80,79,95)
#444250
(68,66,80)
#383541
(56,53,65)
#2C2832
(44,40,50)
#201B23
(32,27,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C90AA

#8C90AA
(140,144,170)
#969AB1
(150,154,177)
#A0A4B8
(160,164,184)
#AAAEBF
(170,174,191)
#B4B8C6
(180,184,198)
#BEC2CD
(190,194,205)
#C8CCD4
(200,204,212)
#D2D6DB
(210,214,219)
#DCE0E2
(220,224,226)
#E6EAE9
(230,234,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C90AA; }

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

This text font color is #8C90AA.


Background Color

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

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

This div background color is #8C90AA.


Border color

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

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

This div border color is #8C90AA.


Opacity

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

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

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

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

This text has shadow with #8C90AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C90AA on black background.


Color preview on white background

This text has color #8C90AA on white background.



Black color preview on #8C90AA background

This text has black color on #8C90AA background.


White color preview on #8C90AA background

This text has white color on #8C90AA background.