COLOR #8C9AA4

HEX: #8C9AA4
RGB: (140,154,164)

Color info

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

RGB color model

#8C9AA4 color RGB value is (140,154,164).

  • red value is 140;
  • green value is 154;
  • blue value is 164.
RGB:
(140,154,164)
(55%,60%,64%)

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 164 of 255 = 64%

140
154
164

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

Portions of RGB colors in percentages

R + G + B =
140 + 154 + 164 = 458 (100%)
R 140 of 458 ~ 30.57%
G 154 of 458 ~ 33.62%
B 164 of 458 ~ 35.81%

%30.57
%33.62
%35.81

CMYK color model

#8C9AA4 color CMYK value is (15,6,0,36).

  • cyan value is 14.63%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,6,0,36)
C15M6Y0K36 
(15%,6%,0%,36%)
(0.15/0.06/0.00/0.36)	

CMYK percentages

%14.63
%6.1
%0
%35.69

Codes

Color #8C9AA4 in popluar color models

8C9AA4
RGB140154164
HSL205°11.65%59.61%
HSB/HSV205°14.63%64.31%
CMYK14.63%6.10%0.00%
35.69%

Color #8C9AA4 in popluar number systems.

HEX8C9AA4
Decimal140154164
Binary100011001001101010100100
Octal214232244

Shades and tints

Shades of #8C9AA4

#8C9AA4
(140,154,164)
#808C96
(128,140,150)
#747E88
(116,126,136)
#68707A
(104,112,122)
#5C626C
(92,98,108)
#50545E
(80,84,94)
#444650
(68,70,80)
#383842
(56,56,66)
#2C2A34
(44,42,52)
#201C26
(32,28,38)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #8C9AA4

#8C9AA4
(140,154,164)
#96A3AC
(150,163,172)
#A0ACB4
(160,172,180)
#AAB5BC
(170,181,188)
#B4BEC4
(180,190,196)
#BEC7CC
(190,199,204)
#C8D0D4
(200,208,212)
#D2D9DC
(210,217,220)
#DCE2E4
(220,226,228)
#E6EBEC
(230,235,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9AA4 color. Also use rgb(140,154,164) instead hex code.

Text Font Color

.myTextColor { color: #8C9AA4; }

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

This text font color is #8C9AA4.


Background Color

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

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

This div background color is #8C9AA4.


Border color

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

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

This div border color is #8C9AA4.


Opacity

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

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

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

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

This text has shadow with #8C9AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9AA4 on black background.


Color preview on white background

This text has color #8C9AA4 on white background.



Black color preview on #8C9AA4 background

This text has black color on #8C9AA4 background.


White color preview on #8C9AA4 background

This text has white color on #8C9AA4 background.