COLOR #958F9E

HEX: #958F9E
RGB: (149,143,158)

Color info

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

RGB color model

#958F9E color RGB value is (149,143,158).

  • red value is 149;
  • green value is 143;
  • blue value is 158.
RGB:
(149,143,158)
(58%,56%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 158 of 255 = 62%

149
143
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 158 = 450 (100%)
R 149 of 450 ~ 33.11%
G 143 of 450 ~ 31.78%
B 158 of 450 ~ 35.11%

%33.11
%31.78
%35.11

CMYK color model

#958F9E color CMYK value is (6,9,0,38).

  • cyan value is 5.70%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,9,0,38)
C6M9Y0K38 
(6%,9%,0%,38%)
(0.06/0.09/0.00/0.38)	

CMYK percentages

%5.7
%9.49
%0
%38.04

Codes

Color #958F9E in popluar color models

958F9E
RGB149143158
HSL264°7.18%59.02%
HSB/HSV264°9.49%61.96%
CMYK5.70%9.49%0.00%
38.04%

Color #958F9E in popluar number systems.

HEX958F9E
Decimal149143158
Binary100101011000111110011110
Octal225217236

Shades and tints

Shades of #958F9E

#958F9E
(149,143,158)
#888290
(136,130,144)
#7B7582
(123,117,130)
#6E6874
(110,104,116)
#615B66
(97,91,102)
#544E58
(84,78,88)
#47414A
(71,65,74)
#3A343C
(58,52,60)
#2D272E
(45,39,46)
#201A20
(32,26,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #958F9E

#958F9E
(149,143,158)
#9E99A6
(158,153,166)
#A7A3AE
(167,163,174)
#B0ADB6
(176,173,182)
#B9B7BE
(185,183,190)
#C2C1C6
(194,193,198)
#CBCBCE
(203,203,206)
#D4D5D6
(212,213,214)
#DDDFDE
(221,223,222)
#E6E9E6
(230,233,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958F9E color. Also use rgb(149,143,158) instead hex code.

Text Font Color

.myTextColor { color: #958F9E; }

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

This text font color is #958F9E.


Background Color

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

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

This div background color is #958F9E.


Border color

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

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

This div border color is #958F9E.


Opacity

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

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

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

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

This text has shadow with #958F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958F9E on black background.


Color preview on white background

This text has color #958F9E on white background.



Black color preview on #958F9E background

This text has black color on #958F9E background.


White color preview on #958F9E background

This text has white color on #958F9E background.