COLOR #9F829D

HEX: #9F829D RGB: (159,130,157)

Color info

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

RGB color model

#9F829D color RGB value is (159,130,157).

RGB: (159,130,157) (62%, 51%, 62%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 157 of 255 = 62%

159
130
157

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

Portions of RGB colors in percentages

R + G + B = 159 + 130 + 157 = 446 (100%)
R 159 of 446 ~ 35.65%
G 130 of 446 ~ 29.15%
B 157 of 446 ~ 35.2'%

%35.65
%29.15
%35.2

CMYK color model

#9F829D color CMYK value is (0,18,1,38).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 1.26%
  • key color value is 37.65%

CMYK: (0,18,1,38)
C0M18Y1K38 (0%, 18%, 1%, 38%)
(0.00 / 0.18 / 0.01 / 0.38)

CMYK percentages

%0
%18.24
%1.26
%37.65

Codes

Color #9F829D in popluar color models

9F 82 9D
RGB 159 130 157
HSL 304° 13.12% 56.67%
HSB/HSV 304° 18.24% 62.35%
CMYK 0.00% 18.24% 1.26%
37.65%

Color #9F829D in popluar number systems.

HEX 9F 82 9D
Decimal 159 130 157
Binary 10011111 10000010 10011101
Octal 237 202 235

Shades and tints

Shades of #9F829D

#9F829D
(159,130,157)
#91778F
(145,119,143)
#836C81
(131,108,129)
#756173
(117,97,115)
#675665
(103,86,101)
#594B57
(89,75,87)
#4B4049
(75,64,73)
#3D353B
(61,53,59)
#2F2A2D
(47,42,45)
#211F1F
(33,31,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9F829D

#9F829D
(159,130,157)
#A78DA5
(167,141,165)
#AF98AD
(175,152,173)
#B7A3B5
(183,163,181)
#BFAEBD
(191,174,189)
#C7B9C5
(199,185,197)
#CFC4CD
(207,196,205)
#D7CFD5
(215,207,213)
#DFDADD
(223,218,221)
#E7E5E5
(231,229,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F829D color. Also use rgb(159,130,157) instead hex code.

Text Font Color

.myTextColor { color: #9F829D; }

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

This text font color is #9F829D.

Background Color

.myBgColor { background-color: #9F829D; }

<div style="background-color:#9F829D">Inner text</div>

This div background color is #9F829D.

Border color

.myBorderColor { border: 1px solid #9F829D; }

<div style="border:3px solid #9F829D">Div</div>

This div border color is #9F829D.

Opacity

.myOpacity80 { color: #9F829D; opacity: 0.8; }

<p style="color:#9F829D;opacity:0.8;">80%</p>

Text with #9F829D 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 #9F829D;}

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

This text has shadow with #9F829D color.


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

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

This text has shadow with #9F829D primary color and red secondary color.


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

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

This text has shadow with #9F829D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9F829D.

Preview

Color preview on black background

This text has color #9F829D on black background.


Color preview on white background

This text has color #9F829D on white background.


Black color preview on #9F829D background

This text has black color on #9F829D background.


White color preview on #9F829D background

This text has white color on #9F829D background.


Related colors

Complementary color

Complementary color for #hex is #607D62.


I love getcolorcode.com

Triadic colors

1 #9D9F82 and #829D9F with #9F829D are triadic colors.

2 #9D829F and #829F9D with #9F829D are triadic colors.