COLOR #958C99

HEX: #958C99 RGB: (149,140,153)

Color info

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

RGB color model

#958C99 color RGB value is (149,140,153).

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

RGB channels and saturation

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

149
140
153

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 153 = 442 (100%)
R 149 of 442 ~ 33.71%
G 140 of 442 ~ 31.67%
B 153 of 442 ~ 34.62'%

%33.71
%31.67
%34.62

CMYK color model

#958C99 color CMYK value is (3,8,0,40).

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

CMYK: (3,8,0,40)
C3M8Y0K40 (3%, 8%, 0%, 40%)
(0.03 / 0.08 / 0.00 / 0.40)

CMYK percentages

%2.61
%8.5
%0
%40

Codes

Color #958C99 in popluar color models

95 8C 99
RGB 149 140 153
HSL 282° 5.99% 57.45%
HSB/HSV 282° 8.50% 60.00%
CMYK 2.61% 8.50% 0.00%
40.00%

Color #958C99 in popluar number systems.

HEX 95 8C 99
Decimal 149 140 153
Binary 10010101 10001100 10011001
Octal 225 214 231

Shades and tints

Shades of #958C99

#958C99
(149,140,153)
#88808C
(136,128,140)
#7B747F
(123,116,127)
#6E6872
(110,104,114)
#615C65
(97,92,101)
#545058
(84,80,88)
#47444B
(71,68,75)
#3A383E
(58,56,62)
#2D2C31
(45,44,49)
#202024
(32,32,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #958C99

#958C99
(149,140,153)
#9E96A2
(158,150,162)
#A7A0AB
(167,160,171)
#B0AAB4
(176,170,180)
#B9B4BD
(185,180,189)
#C2BEC6
(194,190,198)
#CBC8CF
(203,200,207)
#D4D2D8
(212,210,216)
#DDDCE1
(221,220,225)
#E6E6EA
(230,230,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C99; }

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

This text font color is #958C99.

Background Color

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

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

This div background color is #958C99.

Border color

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

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

This div border color is #958C99.

Opacity

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

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

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

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

This text has shadow with #958C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958C99.

Preview

Color preview on black background

This text has color #958C99 on black background.


Color preview on white background

This text has color #958C99 on white background.


Black color preview on #958C99 background

This text has black color on #958C99 background.


White color preview on #958C99 background

This text has white color on #958C99 background.


Related colors

Complementary color

Complementary color for #hex is #6A7366.


I love getcolorcode.com

Triadic colors

1 #99958C and #8C9995 with #958C99 are triadic colors.

2 #998C95 and #8C9599 with #958C99 are triadic colors.