COLOR #999F8F

HEX: #999F8F RGB: (153,159,143)

Color info

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

RGB color model

#999F8F color RGB value is (153,159,143).

RGB: (153,159,143) (60%, 62%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 143 of 255 = 56%

153
159
143

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

Portions of RGB colors in percentages

R + G + B = 153 + 159 + 143 = 455 (100%)
R 153 of 455 ~ 33.63%
G 159 of 455 ~ 34.95%
B 143 of 455 ~ 31.43'%

%33.63
%34.95
%31.43

CMYK color model

#999F8F color CMYK value is (4,0,10,38).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%

CMYK: (4,0,10,38)
C4M0Y10K38 (4%, 0%, 10%, 38%)
(0.04 / 0.00 / 0.10 / 0.38)

CMYK percentages

%3.77
%0
%10.06
%37.65

Codes

Color #999F8F in popluar color models

99 9F 8F
RGB 153 159 143
HSL 83° 7.69% 59.22%
HSB/HSV 83° 10.06% 62.35%
CMYK 3.77% 0.00% 10.06%
37.65%

Color #999F8F in popluar number systems.

HEX 99 9F 8F
Decimal 153 159 143
Binary 10011001 10011111 10001111
Octal 231 237 217

Shades and tints

Shades of #999F8F

#999F8F
(153,159,143)
#8C9182
(140,145,130)
#7F8375
(127,131,117)
#727568
(114,117,104)
#65675B
(101,103,91)
#58594E
(88,89,78)
#4B4B41
(75,75,65)
#3E3D34
(62,61,52)
#312F27
(49,47,39)
#24211A
(36,33,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #999F8F

#999F8F
(153,159,143)
#A2A799
(162,167,153)
#ABAFA3
(171,175,163)
#B4B7AD
(180,183,173)
#BDBFB7
(189,191,183)
#C6C7C1
(198,199,193)
#CFCFCB
(207,207,203)
#D8D7D5
(216,215,213)
#E1DFDF
(225,223,223)
#EAE7E9
(234,231,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999F8F color. Also use rgb(153,159,143) instead hex code.

Text Font Color

.myTextColor { color: #999F8F; }

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

This text font color is #999F8F.

Background Color

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

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

This div background color is #999F8F.

Border color

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

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

This div border color is #999F8F.

Opacity

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

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

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

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

This text has shadow with #999F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999F8F.

Preview

Color preview on black background

This text has color #999F8F on black background.


Color preview on white background

This text has color #999F8F on white background.


Black color preview on #999F8F background

This text has black color on #999F8F background.


White color preview on #999F8F background

This text has white color on #999F8F background.


Related colors

Complementary color

Complementary color for #hex is #666070.


I love getcolorcode.com

Triadic colors

1 #8F999F and #9F8F99 with #999F8F are triadic colors.

2 #8F9F99 and #9F998F with #999F8F are triadic colors.