COLOR #999F99

HEX: #999F99
RGB: (153,159,153)

Color info

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

RGB color model

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

  • red value is 153;
  • green value is 159;
  • blue value is 153.
RGB:
(153,159,153)
(60%,62%,60%)

RGB channels and saturation

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

153
159
153

R + G + B ~ 61%. #999F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 153 = 465 (100%)
R 153 of 465 ~ 32.9%
G 159 of 465 ~ 34.19%
B 153 of 465 ~ 32.9%

%32.9
%34.19
%32.9

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 37.65%
CMYK:
(4,0,4,38)
C4M0Y4K38 
(4%,0%,4%,38%)
(0.04/0.00/0.04/0.38)	

CMYK percentages

%3.77
%0
%3.77
%37.65

Codes

Color #999F99 in popluar color models

999F99
RGB153159153
HSL120°3.03%61.18%
HSB/HSV120°3.77%62.35%
CMYK3.77%0.00%3.77%
37.65%

Color #999F99 in popluar number systems.

HEX999F99
Decimal153159153
Binary100110011001111110011001
Octal231237231

Shades and tints

Shades of #999F99

#999F99
(153,159,153)
#8C918C
(140,145,140)
#7F837F
(127,131,127)
#727572
(114,117,114)
#656765
(101,103,101)
#585958
(88,89,88)
#4B4B4B
(75,75,75)
#3E3D3E
(62,61,62)
#312F31
(49,47,49)
#242124
(36,33,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #999F99

#999F99
(153,159,153)
#A2A7A2
(162,167,162)
#ABAFAB
(171,175,171)
#B4B7B4
(180,183,180)
#BDBFBD
(189,191,189)
#C6C7C6
(198,199,198)
#CFCFCF
(207,207,207)
#D8D7D8
(216,215,216)
#E1DFE1
(225,223,225)
#EAE7EA
(234,231,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999F99; }

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

This text font color is #999F99.


Background Color

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

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

This div background color is #999F99.


Border color

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

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

This div border color is #999F99.


Opacity

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

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

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

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

This text has shadow with #999F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999F99 on black background.


Color preview on white background

This text has color #999F99 on white background.



Black color preview on #999F99 background

This text has black color on #999F99 background.


White color preview on #999F99 background

This text has white color on #999F99 background.