COLOR #8C90AE

HEX: #8C90AE
RGB: (140,144,174)

Color info

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

RGB color model

#8C90AE color RGB value is (140,144,174).

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

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 174 of 255 = 68%

140
144
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 174 = 458 (100%)
R 140 of 458 ~ 30.57%
G 144 of 458 ~ 31.44%
B 174 of 458 ~ 37.99%

%30.57
%31.44
%37.99

CMYK color model

#8C90AE color CMYK value is (20,17,0,32).

  • cyan value is 19.54%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,17,0,32)
C20M17Y0K32 
(20%,17%,0%,32%)
(0.20/0.17/0.00/0.32)	

CMYK percentages

%19.54
%17.24
%0
%31.76

Codes

Color #8C90AE in popluar color models

8C90AE
RGB140144174
HSL233°17.35%61.57%
HSB/HSV233°19.54%68.24%
CMYK19.54%17.24%0.00%
31.76%

Color #8C90AE in popluar number systems.

HEX8C90AE
Decimal140144174
Binary100011001001000010101110
Octal214220256

Shades and tints

Shades of #8C90AE

#8C90AE
(140,144,174)
#80839F
(128,131,159)
#747690
(116,118,144)
#686981
(104,105,129)
#5C5C72
(92,92,114)
#504F63
(80,79,99)
#444254
(68,66,84)
#383545
(56,53,69)
#2C2836
(44,40,54)
#201B27
(32,27,39)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #8C90AE

#8C90AE
(140,144,174)
#969AB5
(150,154,181)
#A0A4BC
(160,164,188)
#AAAEC3
(170,174,195)
#B4B8CA
(180,184,202)
#BEC2D1
(190,194,209)
#C8CCD8
(200,204,216)
#D2D6DF
(210,214,223)
#DCE0E6
(220,224,230)
#E6EAED
(230,234,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C90AE; }

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

This text font color is #8C90AE.


Background Color

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

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

This div background color is #8C90AE.


Border color

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

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

This div border color is #8C90AE.


Opacity

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

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

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

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

This text has shadow with #8C90AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C90AE on black background.


Color preview on white background

This text has color #8C90AE on white background.



Black color preview on #8C90AE background

This text has black color on #8C90AE background.


White color preview on #8C90AE background

This text has white color on #8C90AE background.