COLOR #958993

HEX: #958993
RGB: (149,137,147)

Color info

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

RGB color model

#958993 color RGB value is (149,137,147).

  • red value is 149;
  • green value is 137;
  • blue value is 147.
RGB:
(149,137,147)
(58%,54%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 147 of 255 = 58%

149
137
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 147 = 433 (100%)
R 149 of 433 ~ 34.41%
G 137 of 433 ~ 31.64%
B 147 of 433 ~ 33.95%

%34.41
%31.64
%33.95

CMYK color model

#958993 color CMYK value is (0,8,1,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(0,8,1,42)
C0M8Y1K42 
(0%,8%,1%,42%)
(0.00/0.08/0.01/0.42)	

CMYK percentages

%0
%8.05
%1.34
%41.57

Codes

Color #958993 in popluar color models

958993
RGB149137147
HSL310°5.36%56.08%
HSB/HSV310°8.05%58.43%
CMYK0.00%8.05%1.34%
41.57%

Color #958993 in popluar number systems.

HEX958993
Decimal149137147
Binary100101011000100110010011
Octal225211223

Shades and tints

Shades of #958993

#958993
(149,137,147)
#887D86
(136,125,134)
#7B7179
(123,113,121)
#6E656C
(110,101,108)
#61595F
(97,89,95)
#544D52
(84,77,82)
#474145
(71,65,69)
#3A3538
(58,53,56)
#2D292B
(45,41,43)
#201D1E
(32,29,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #958993

#958993
(149,137,147)
#9E939C
(158,147,156)
#A79DA5
(167,157,165)
#B0A7AE
(176,167,174)
#B9B1B7
(185,177,183)
#C2BBC0
(194,187,192)
#CBC5C9
(203,197,201)
#D4CFD2
(212,207,210)
#DDD9DB
(221,217,219)
#E6E3E4
(230,227,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958993; }

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

This text font color is #958993.


Background Color

.myBgColor { background-color: #958993; }

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

This div background color is #958993.


Border color

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

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

This div border color is #958993.


Opacity

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

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

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

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

This text has shadow with #958993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958993 on black background.


Color preview on white background

This text has color #958993 on white background.



Black color preview on #958993 background

This text has black color on #958993 background.


White color preview on #958993 background

This text has white color on #958993 background.