COLOR #959E98

HEX: #959E98
RGB: (149,158,152)

Color info

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

RGB color model

#959E98 color RGB value is (149,158,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 152 of 255 = 60%

149
158
152

R + G + B ~ 60%. #959E98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 152 = 459 (100%)
R 149 of 459 ~ 32.46%
G 158 of 459 ~ 34.42%
B 152 of 459 ~ 33.12%

%32.46
%34.42
%33.12

CMYK color model

#959E98 color CMYK value is (6,0,4,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 38.04%
CMYK:
(6,0,4,38)
C6M0Y4K38 
(6%,0%,4%,38%)
(0.06/0.00/0.04/0.38)	

CMYK percentages

%5.7
%0
%3.8
%38.04

Codes

Color #959E98 in popluar color models

959E98
RGB149158152
HSL140°4.43%60.20%
HSB/HSV140°5.70%61.96%
CMYK5.70%0.00%3.80%
38.04%

Color #959E98 in popluar number systems.

HEX959E98
Decimal149158152
Binary100101011001111010011000
Octal225236230

Shades and tints

Shades of #959E98

#959E98
(149,158,152)
#88908B
(136,144,139)
#7B827E
(123,130,126)
#6E7471
(110,116,113)
#616664
(97,102,100)
#545857
(84,88,87)
#474A4A
(71,74,74)
#3A3C3D
(58,60,61)
#2D2E30
(45,46,48)
#202023
(32,32,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #959E98

#959E98
(149,158,152)
#9EA6A1
(158,166,161)
#A7AEAA
(167,174,170)
#B0B6B3
(176,182,179)
#B9BEBC
(185,190,188)
#C2C6C5
(194,198,197)
#CBCECE
(203,206,206)
#D4D6D7
(212,214,215)
#DDDEE0
(221,222,224)
#E6E6E9
(230,230,233)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959E98 color. Also use rgb(149,158,152) instead hex code.

Text Font Color

.myTextColor { color: #959E98; }

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

This text font color is #959E98.


Background Color

.myBgColor { background-color: #959E98; }

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

This div background color is #959E98.


Border color

.myBorderColor { border: 1px solid #959E98; }

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

This div border color is #959E98.


Opacity

.myOpacity80 { color: #959E98; opacity: 0.8; }

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

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

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

This text has shadow with #959E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959E98 on black background.


Color preview on white background

This text has color #959E98 on white background.



Black color preview on #959E98 background

This text has black color on #959E98 background.


White color preview on #959E98 background

This text has white color on #959E98 background.