COLOR #99959E

HEX: #99959E RGB: (153,149,158)

Color info

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

RGB color model

#99959E color RGB value is (153,149,158).

RGB: (153,149,158) (60%, 58%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 158 of 255 = 62%

153
149
158

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

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 158 = 460 (100%)
R 153 of 460 ~ 33.26%
G 149 of 460 ~ 32.39%
B 158 of 460 ~ 34.35'%

%33.26
%32.39
%34.35

CMYK color model

#99959E color CMYK value is (3,6,0,38).

  • cyan value is 3.16%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (3,6,0,38)
C3M6Y0K38 (3%, 6%, 0%, 38%)
(0.03 / 0.06 / 0.00 / 0.38)

CMYK percentages

%3.16
%5.7
%0
%38.04

Codes

Color #99959E in popluar color models

99 95 9E
RGB 153 149 158
HSL 267° 4.43% 60.20%
HSB/HSV 267° 5.70% 61.96%
CMYK 3.16% 5.70% 0.00%
38.04%

Color #99959E in popluar number systems.

HEX 99 95 9E
Decimal 153 149 158
Binary 10011001 10010101 10011110
Octal 231 225 236

Shades and tints

Shades of #99959E

#99959E
(153,149,158)
#8C8890
(140,136,144)
#7F7B82
(127,123,130)
#726E74
(114,110,116)
#656166
(101,97,102)
#585458
(88,84,88)
#4B474A
(75,71,74)
#3E3A3C
(62,58,60)
#312D2E
(49,45,46)
#242020
(36,32,32)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #99959E

#99959E
(153,149,158)
#A29EA6
(162,158,166)
#ABA7AE
(171,167,174)
#B4B0B6
(180,176,182)
#BDB9BE
(189,185,190)
#C6C2C6
(198,194,198)
#CFCBCE
(207,203,206)
#D8D4D6
(216,212,214)
#E1DDDE
(225,221,222)
#EAE6E6
(234,230,230)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99959E; }

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

This text font color is #99959E.

Background Color

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

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

This div background color is #99959E.

Border color

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

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

This div border color is #99959E.

Opacity

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

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

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

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

This text has shadow with #99959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99959E.

Preview

Color preview on black background

This text has color #99959E on black background.


Color preview on white background

This text has color #99959E on white background.


Black color preview on #99959E background

This text has black color on #99959E background.


White color preview on #99959E background

This text has white color on #99959E background.


Related colors

Complementary color

Complementary color for #hex is #666A61.


I love getcolorcode.com

Triadic colors

1 #9E9995 and #959E99 with #99959E are triadic colors.

2 #9E9599 and #95999E with #99959E are triadic colors.