COLOR #958B99

HEX: #958B99 RGB: (149,139,153)

Color info

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

RGB color model

#958B99 color RGB value is (149,139,153).

RGB: (149,139,153) (58%, 55%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 153 of 255 = 60%

149
139
153

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

Portions of RGB colors in percentages

R + G + B = 149 + 139 + 153 = 441 (100%)
R 149 of 441 ~ 33.79%
G 139 of 441 ~ 31.52%
B 153 of 441 ~ 34.69'%

%33.79
%31.52
%34.69

CMYK color model

#958B99 color CMYK value is (3,9,0,40).

  • cyan value is 2.61%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (3,9,0,40)
C3M9Y0K40 (3%, 9%, 0%, 40%)
(0.03 / 0.09 / 0.00 / 0.40)

CMYK percentages

%2.61
%9.15
%0
%40

Codes

Color #958B99 in popluar color models

95 8B 99
RGB 149 139 153
HSL 283° 6.42% 57.25%
HSB/HSV 283° 9.15% 60.00%
CMYK 2.61% 9.15% 0.00%
40.00%

Color #958B99 in popluar number systems.

HEX 95 8B 99
Decimal 149 139 153
Binary 10010101 10001011 10011001
Octal 225 213 231

Shades and tints

Shades of #958B99

#958B99
(149,139,153)
#887F8C
(136,127,140)
#7B737F
(123,115,127)
#6E6772
(110,103,114)
#615B65
(97,91,101)
#544F58
(84,79,88)
#47434B
(71,67,75)
#3A373E
(58,55,62)
#2D2B31
(45,43,49)
#201F24
(32,31,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #958B99

#958B99
(149,139,153)
#9E95A2
(158,149,162)
#A79FAB
(167,159,171)
#B0A9B4
(176,169,180)
#B9B3BD
(185,179,189)
#C2BDC6
(194,189,198)
#CBC7CF
(203,199,207)
#D4D1D8
(212,209,216)
#DDDBE1
(221,219,225)
#E6E5EA
(230,229,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B99 color. Also use rgb(149,139,153) instead hex code.

Text Font Color

.myTextColor { color: #958B99; }

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

This text font color is #958B99.

Background Color

.myBgColor { background-color: #958B99; }

<div style="background-color:#958B99">Inner text</div>

This div background color is #958B99.

Border color

.myBorderColor { border: 1px solid #958B99; }

<div style="border:3px solid #958B99">Div</div>

This div border color is #958B99.

Opacity

.myOpacity80 { color: #958B99; opacity: 0.8; }

<p style="color:#958B99;opacity:0.8;">80%</p>

Text with #958B99 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 #958B99;}

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

This text has shadow with #958B99 color.


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

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

This text has shadow with #958B99 primary color and red secondary color.


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

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

This text has shadow with #958B99 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958B99.

Preview

Color preview on black background

This text has color #958B99 on black background.


Color preview on white background

This text has color #958B99 on white background.


Black color preview on #958B99 background

This text has black color on #958B99 background.


White color preview on #958B99 background

This text has white color on #958B99 background.


Related colors

Complementary color

Complementary color for #hex is #6A7466.


I love getcolorcode.com

Triadic colors

1 #99958B and #8B9995 with #958B99 are triadic colors.

2 #998B95 and #8B9599 with #958B99 are triadic colors.