COLOR #999B99

HEX: #999B99 RGB: (153,155,153)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
155
153

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

Portions of RGB colors in percentages

R + G + B = 153 + 155 + 153 = 461 (100%)
R 153 of 461 ~ 33.19%
G 155 of 461 ~ 33.62%
B 153 of 461 ~ 33.19'%

%33.19
%33.62
%33.19

CMYK color model

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

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

CMYK: (1,0,1,39)
C1M0Y1K39 (1%, 0%, 1%, 39%)
(0.01 / 0.00 / 0.01 / 0.39)

CMYK percentages

%1.29
%0
%1.29
%39.22

Codes

Color #999B99 in popluar color models

99 9B 99
RGB 153 155 153
HSL 120° 0.99% 60.39%
HSB/HSV 120° 1.29% 60.78%
CMYK 1.29% 0.00% 1.29%
39.22%

Color #999B99 in popluar number systems.

HEX 99 9B 99
Decimal 153 155 153
Binary 10011001 10011011 10011001
Octal 231 233 231

Shades and tints

Shades of #999B99

#999B99
(153,155,153)
#8C8D8C
(140,141,140)
#7F7F7F
(127,127,127)
#727172
(114,113,114)
#656365
(101,99,101)
#585558
(88,85,88)
#4B474B
(75,71,75)
#3E393E
(62,57,62)
#312B31
(49,43,49)
#241D24
(36,29,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #999B99

#999B99
(153,155,153)
#A2A4A2
(162,164,162)
#ABADAB
(171,173,171)
#B4B6B4
(180,182,180)
#BDBFBD
(189,191,189)
#C6C8C6
(198,200,198)
#CFD1CF
(207,209,207)
#D8DAD8
(216,218,216)
#E1E3E1
(225,227,225)
#EAECEA
(234,236,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B99; }

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

This text font color is #999B99.

Background Color

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

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

This div background color is #999B99.

Border color

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

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

This div border color is #999B99.

Opacity

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

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

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

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

This text has shadow with #999B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999B99.

Preview

Color preview on black background

This text has color #999B99 on black background.


Color preview on white background

This text has color #999B99 on white background.


Black color preview on #999B99 background

This text has black color on #999B99 background.


White color preview on #999B99 background

This text has white color on #999B99 background.


Related colors

Complementary color

Complementary color for #hex is #666466.


I love getcolorcode.com

Triadic colors

1 #99999B and #9B9999 with #999B99 are triadic colors.

2 #999B99 and #9B9999 with #999B99 are triadic colors.