COLOR #958999

HEX: #958999 RGB: (149,137,153)

Color info

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

RGB color model

#958999 color RGB value is (149,137,153).

RGB: (149,137,153) (58%, 54%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 153 of 255 = 60%

149
137
153

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

Portions of RGB colors in percentages

R + G + B = 149 + 137 + 153 = 439 (100%)
R 149 of 439 ~ 33.94%
G 137 of 439 ~ 31.21%
B 153 of 439 ~ 34.85'%

%33.94
%31.21
%34.85

CMYK color model

#958999 color CMYK value is (3,10,0,40).

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

CMYK: (3,10,0,40)
C3M10Y0K40 (3%, 10%, 0%, 40%)
(0.03 / 0.10 / 0.00 / 0.40)

CMYK percentages

%2.61
%10.46
%0
%40

Codes

Color #958999 in popluar color models

95 89 99
RGB 149 137 153
HSL 285° 7.27% 56.86%
HSB/HSV 285° 10.46% 60.00%
CMYK 2.61% 10.46% 0.00%
40.00%

Color #958999 in popluar number systems.

HEX 95 89 99
Decimal 149 137 153
Binary 10010101 10001001 10011001
Octal 225 211 231

Shades and tints

Shades of #958999

#958999
(149,137,153)
#887D8C
(136,125,140)
#7B717F
(123,113,127)
#6E6572
(110,101,114)
#615965
(97,89,101)
#544D58
(84,77,88)
#47414B
(71,65,75)
#3A353E
(58,53,62)
#2D2931
(45,41,49)
#201D24
(32,29,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #958999

#958999
(149,137,153)
#9E93A2
(158,147,162)
#A79DAB
(167,157,171)
#B0A7B4
(176,167,180)
#B9B1BD
(185,177,189)
#C2BBC6
(194,187,198)
#CBC5CF
(203,197,207)
#D4CFD8
(212,207,216)
#DDD9E1
(221,217,225)
#E6E3EA
(230,227,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958999; }

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

This text font color is #958999.

Background Color

.myBgColor { background-color: #958999; }

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

This div background color is #958999.

Border color

.myBorderColor { border: 1px solid #958999; }

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

This div border color is #958999.

Opacity

.myOpacity80 { color: #958999; opacity: 0.8; }

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

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

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

This text has shadow with #958999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958999.

Preview

Color preview on black background

This text has color #958999 on black background.


Color preview on white background

This text has color #958999 on white background.


Black color preview on #958999 background

This text has black color on #958999 background.


White color preview on #958999 background

This text has white color on #958999 background.


Related colors

Complementary color

Complementary color for #hex is #6A7666.


I love getcolorcode.com

Triadic colors

1 #999589 and #899995 with #958999 are triadic colors.

2 #998995 and #899599 with #958999 are triadic colors.