COLOR #999A8C

HEX: #999A8C RGB: (153,154,140)

Color info

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

RGB color model

#999A8C color RGB value is (153,154,140).

RGB: (153,154,140) (60%, 60%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 140 of 255 = 55%

153
154
140

R + G + B ~ 58%. #999A8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 154 + 140 = 447 (100%)
R 153 of 447 ~ 34.23%
G 154 of 447 ~ 34.45%
B 140 of 447 ~ 31.32'%

%34.23
%34.45
%31.32

CMYK color model

#999A8C color CMYK value is (1,0,9,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 39.61%

CMYK: (1,0,9,40)
C1M0Y9K40 (1%, 0%, 9%, 40%)
(0.01 / 0.00 / 0.09 / 0.40)

CMYK percentages

%0.65
%0
%9.09
%39.61

Codes

Color #999A8C in popluar color models

99 9A 8C
RGB 153 154 140
HSL 64° 6.48% 57.65%
HSB/HSV 64° 9.09% 60.39%
CMYK 0.65% 0.00% 9.09%
39.61%

Color #999A8C in popluar number systems.

HEX 99 9A 8C
Decimal 153 154 140
Binary 10011001 10011010 10001100
Octal 231 232 214

Shades and tints

Shades of #999A8C

#999A8C
(153,154,140)
#8C8C80
(140,140,128)
#7F7E74
(127,126,116)
#727068
(114,112,104)
#65625C
(101,98,92)
#585450
(88,84,80)
#4B4644
(75,70,68)
#3E3838
(62,56,56)
#312A2C
(49,42,44)
#241C20
(36,28,32)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #999A8C

#999A8C
(153,154,140)
#A2A396
(162,163,150)
#ABACA0
(171,172,160)
#B4B5AA
(180,181,170)
#BDBEB4
(189,190,180)
#C6C7BE
(198,199,190)
#CFD0C8
(207,208,200)
#D8D9D2
(216,217,210)
#E1E2DC
(225,226,220)
#EAEBE6
(234,235,230)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999A8C color. Also use rgb(153,154,140) instead hex code.

Text Font Color

.myTextColor { color: #999A8C; }

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

This text font color is #999A8C.

Background Color

.myBgColor { background-color: #999A8C; }

<div style="background-color:#999A8C">Inner text</div>

This div background color is #999A8C.

Border color

.myBorderColor { border: 1px solid #999A8C; }

<div style="border:3px solid #999A8C">Div</div>

This div border color is #999A8C.

Opacity

.myOpacity80 { color: #999A8C; opacity: 0.8; }

<p style="color:#999A8C;opacity:0.8;">80%</p>

Text with #999A8C 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 #999A8C;}

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

This text has shadow with #999A8C color.


.textShadow {text-shadow: 3px 3px 1px #999A8C', 3px 3px 1px red;}

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

This text has shadow with #999A8C primary color and red secondary color.


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

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

This text has shadow with #999A8C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999A8C; -webkit-box-shadow: 1px 1px 3px 2px #999A8C; box-shadow:1px 1px 3px 2px #999A8C;">
Div content here
</div>

This div box has shadow with color #999A8C.

Preview

Color preview on black background

This text has color #999A8C on black background.


Color preview on white background

This text has color #999A8C on white background.


Black color preview on #999A8C background

This text has black color on #999A8C background.


White color preview on #999A8C background

This text has white color on #999A8C background.


Related colors

Complementary color

Complementary color for #hex is #666573.


I love getcolorcode.com

Triadic colors

1 #8C999A and #9A8C99 with #999A8C are triadic colors.

2 #8C9A99 and #9A998C with #999A8C are triadic colors.