COLOR #999B82

HEX: #999B82 RGB: (153,155,130)

Color info

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

RGB color model

#999B82 color RGB value is (153,155,130).

RGB: (153,155,130) (60%, 61%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 130 of 255 = 51%

153
155
130

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

Portions of RGB colors in percentages

R + G + B = 153 + 155 + 130 = 438 (100%)
R 153 of 438 ~ 34.93%
G 155 of 438 ~ 35.39%
B 130 of 438 ~ 29.68'%

%34.93
%35.39
%29.68

CMYK color model

#999B82 color CMYK value is (1,0,16,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%

CMYK: (1,0,16,39)
C1M0Y16K39 (1%, 0%, 16%, 39%)
(0.01 / 0.00 / 0.16 / 0.39)

CMYK percentages

%1.29
%0
%16.13
%39.22

Codes

Color #999B82 in popluar color models

99 9B 82
RGB 153 155 130
HSL 65° 11.11% 55.88%
HSB/HSV 65° 16.13% 60.78%
CMYK 1.29% 0.00% 16.13%
39.22%

Color #999B82 in popluar number systems.

HEX 99 9B 82
Decimal 153 155 130
Binary 10011001 10011011 10000010
Octal 231 233 202

Shades and tints

Shades of #999B82

#999B82
(153,155,130)
#8C8D77
(140,141,119)
#7F7F6C
(127,127,108)
#727161
(114,113,97)
#656356
(101,99,86)
#58554B
(88,85,75)
#4B4740
(75,71,64)
#3E3935
(62,57,53)
#312B2A
(49,43,42)
#241D1F
(36,29,31)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #999B82

#999B82
(153,155,130)
#A2A48D
(162,164,141)
#ABAD98
(171,173,152)
#B4B6A3
(180,182,163)
#BDBFAE
(189,191,174)
#C6C8B9
(198,200,185)
#CFD1C4
(207,209,196)
#D8DACF
(216,218,207)
#E1E3DA
(225,227,218)
#EAECE5
(234,236,229)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999B82 color. Also use rgb(153,155,130) instead hex code.

Text Font Color

.myTextColor { color: #999B82; }

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

This text font color is #999B82.

Background Color

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

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

This div background color is #999B82.

Border color

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

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

This div border color is #999B82.

Opacity

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

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

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

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

This text has shadow with #999B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999B82.

Preview

Color preview on black background

This text has color #999B82 on black background.


Color preview on white background

This text has color #999B82 on white background.


Black color preview on #999B82 background

This text has black color on #999B82 background.


White color preview on #999B82 background

This text has white color on #999B82 background.


Related colors

Complementary color

Complementary color for #hex is #66647D.


I love getcolorcode.com

Triadic colors

1 #82999B and #9B8299 with #999B82 are triadic colors.

2 #829B99 and #9B9982 with #999B82 are triadic colors.