COLOR #99959B

HEX: #99959B
RGB: (153,149,155)

Color info

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

RGB color model

#99959B color RGB value is (153,149,155).

  • red value is 153;
  • green value is 149;
  • blue value is 155.
RGB:
(153,149,155)
(60%,58%,61%)

RGB channels and saturation

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

153
149
155

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

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 155 = 457 (100%)
R 153 of 457 ~ 33.48%
G 149 of 457 ~ 32.6%
B 155 of 457 ~ 33.92%

%33.48
%32.6
%33.92

CMYK color model

#99959B color CMYK value is (1,4,0,39).

  • cyan value is 1.29%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(1,4,0,39)
C1M4Y0K39 
(1%,4%,0%,39%)
(0.01/0.04/0.00/0.39)	

CMYK percentages

%1.29
%3.87
%0
%39.22

Codes

Color #99959B in popluar color models

99959B
RGB153149155
HSL280°2.91%59.61%
HSB/HSV280°3.87%60.78%
CMYK1.29%3.87%0.00%
39.22%

Color #99959B in popluar number systems.

HEX99959B
Decimal153149155
Binary100110011001010110011011
Octal231225233

Shades and tints

Shades of #99959B

#99959B
(153,149,155)
#8C888D
(140,136,141)
#7F7B7F
(127,123,127)
#726E71
(114,110,113)
#656163
(101,97,99)
#585455
(88,84,85)
#4B4747
(75,71,71)
#3E3A39
(62,58,57)
#312D2B
(49,45,43)
#24201D
(36,32,29)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #99959B

#99959B
(153,149,155)
#A29EA4
(162,158,164)
#ABA7AD
(171,167,173)
#B4B0B6
(180,176,182)
#BDB9BF
(189,185,191)
#C6C2C8
(198,194,200)
#CFCBD1
(207,203,209)
#D8D4DA
(216,212,218)
#E1DDE3
(225,221,227)
#EAE6EC
(234,230,236)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99959B; }

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

This text font color is #99959B.


Background Color

.myBgColor { background-color: #99959B; }

<div style="background-color:#99959B">Inner text</div>

This div background color is #99959B.


Border color

.myBorderColor { border: 1px solid #99959B; }

<div style="border:3px solid #99959B">Div</div>

This div border color is #99959B.


Opacity

.myOpacity80 { color: #99959B; opacity: 0.8; }

<p style="color:#99959B;opacity:0.8;">80%</p>

Text with #99959B 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 #99959B;}

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

This text has shadow with #99959B color.

.textShadow {text-shadow: 3px 3px 1px #99959B, 3px 3px 1px red;}

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

This text has shadow with #99959B primary color and red secondary color.


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

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

This text has shadow with #99959B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99959B on black background.


Color preview on white background

This text has color #99959B on white background.



Black color preview on #99959B background

This text has black color on #99959B background.


White color preview on #99959B background

This text has white color on #99959B background.