COLOR #99949B

HEX: #99949B RGB: (153,148,155)

Color info

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

RGB color model

#99949B color RGB value is (153,148,155).

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

RGB channels and saturation

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

153
148
155

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

Portions of RGB colors in percentages

R + G + B = 153 + 148 + 155 = 456 (100%)
R 153 of 456 ~ 33.55%
G 148 of 456 ~ 32.46%
B 155 of 456 ~ 33.99'%

%33.55
%32.46
%33.99

CMYK color model

#99949B color CMYK value is (1,5,0,39).

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

CMYK: (1,5,0,39)
C1M5Y0K39 (1%, 5%, 0%, 39%)
(0.01 / 0.05 / 0.00 / 0.39)

CMYK percentages

%1.29
%4.52
%0
%39.22

Codes

Color #99949B in popluar color models

99 94 9B
RGB 153 148 155
HSL 283° 3.38% 59.41%
HSB/HSV 283° 4.52% 60.78%
CMYK 1.29% 4.52% 0.00%
39.22%

Color #99949B in popluar number systems.

HEX 99 94 9B
Decimal 153 148 155
Binary 10011001 10010100 10011011
Octal 231 224 233

Shades and tints

Shades of #99949B

#99949B
(153,148,155)
#8C878D
(140,135,141)
#7F7A7F
(127,122,127)
#726D71
(114,109,113)
#656063
(101,96,99)
#585355
(88,83,85)
#4B4647
(75,70,71)
#3E3939
(62,57,57)
#312C2B
(49,44,43)
#241F1D
(36,31,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #99949B

#99949B
(153,148,155)
#A29DA4
(162,157,164)
#ABA6AD
(171,166,173)
#B4AFB6
(180,175,182)
#BDB8BF
(189,184,191)
#C6C1C8
(198,193,200)
#CFCAD1
(207,202,209)
#D8D3DA
(216,211,218)
#E1DCE3
(225,220,227)
#EAE5EC
(234,229,236)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99949B; }

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

This text font color is #99949B.

Background Color

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

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

This div background color is #99949B.

Border color

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

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

This div border color is #99949B.

Opacity

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

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

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

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

This text has shadow with #99949B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99949B.

Preview

Color preview on black background

This text has color #99949B on black background.


Color preview on white background

This text has color #99949B on white background.


Black color preview on #99949B background

This text has black color on #99949B background.


White color preview on #99949B background

This text has white color on #99949B background.


Related colors

Complementary color

Complementary color for #hex is #666B64.


I love getcolorcode.com

Triadic colors

1 #9B9994 and #949B99 with #99949B are triadic colors.

2 #9B9499 and #94999B with #99949B are triadic colors.