COLOR #999F88

HEX: #999F88
RGB: (153,159,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
159
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 136 = 448 (100%)
R 153 of 448 ~ 34.15%
G 159 of 448 ~ 35.49%
B 136 of 448 ~ 30.36%

%34.15
%35.49
%30.36

CMYK color model

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

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

CMYK percentages

%3.77
%0
%14.47
%37.65

Codes

Color #999F88 in popluar color models

999F88
RGB153159136
HSL76°10.70%57.84%
HSB/HSV76°14.47%62.35%
CMYK3.77%0.00%14.47%
37.65%

Color #999F88 in popluar number systems.

HEX999F88
Decimal153159136
Binary100110011001111110001000
Octal231237210

Shades and tints

Shades of #999F88

#999F88
(153,159,136)
#8C917C
(140,145,124)
#7F8370
(127,131,112)
#727564
(114,117,100)
#656758
(101,103,88)
#58594C
(88,89,76)
#4B4B40
(75,75,64)
#3E3D34
(62,61,52)
#312F28
(49,47,40)
#24211C
(36,33,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #999F88

#999F88
(153,159,136)
#A2A792
(162,167,146)
#ABAF9C
(171,175,156)
#B4B7A6
(180,183,166)
#BDBFB0
(189,191,176)
#C6C7BA
(198,199,186)
#CFCFC4
(207,207,196)
#D8D7CE
(216,215,206)
#E1DFD8
(225,223,216)
#EAE7E2
(234,231,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999F88; }

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

This text font color is #999F88.


Background Color

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

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

This div background color is #999F88.


Border color

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

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

This div border color is #999F88.


Opacity

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

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

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

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

This text has shadow with #999F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999F88 on black background.


Color preview on white background

This text has color #999F88 on white background.



Black color preview on #999F88 background

This text has black color on #999F88 background.


White color preview on #999F88 background

This text has white color on #999F88 background.