COLOR #958697

HEX: #958697
RGB: (149,134,151)

Color info

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

RGB color model

#958697 color RGB value is (149,134,151).

  • red value is 149;
  • green value is 134;
  • blue value is 151.
RGB:
(149,134,151)
(58%,53%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 151 of 255 = 59%

149
134
151

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 151 = 434 (100%)
R 149 of 434 ~ 34.33%
G 134 of 434 ~ 30.88%
B 151 of 434 ~ 34.79%

%34.33
%30.88
%34.79

CMYK color model

#958697 color CMYK value is (1,11,0,41).

  • cyan value is 1.32%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,11,0,41)
C1M11Y0K41 
(1%,11%,0%,41%)
(0.01/0.11/0.00/0.41)	

CMYK percentages

%1.32
%11.26
%0
%40.78

Codes

Color #958697 in popluar color models

958697
RGB149134151
HSL293°7.56%55.88%
HSB/HSV293°11.26%59.22%
CMYK1.32%11.26%0.00%
40.78%

Color #958697 in popluar number systems.

HEX958697
Decimal149134151
Binary100101011000011010010111
Octal225206227

Shades and tints

Shades of #958697

#958697
(149,134,151)
#887A8A
(136,122,138)
#7B6E7D
(123,110,125)
#6E6270
(110,98,112)
#615663
(97,86,99)
#544A56
(84,74,86)
#473E49
(71,62,73)
#3A323C
(58,50,60)
#2D262F
(45,38,47)
#201A22
(32,26,34)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #958697

#958697
(149,134,151)
#9E91A0
(158,145,160)
#A79CA9
(167,156,169)
#B0A7B2
(176,167,178)
#B9B2BB
(185,178,187)
#C2BDC4
(194,189,196)
#CBC8CD
(203,200,205)
#D4D3D6
(212,211,214)
#DDDEDF
(221,222,223)
#E6E9E8
(230,233,232)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958697 color. Also use rgb(149,134,151) instead hex code.

Text Font Color

.myTextColor { color: #958697; }

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

This text font color is #958697.


Background Color

.myBgColor { background-color: #958697; }

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

This div background color is #958697.


Border color

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

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

This div border color is #958697.


Opacity

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

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

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

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

This text has shadow with #958697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958697 on black background.


Color preview on white background

This text has color #958697 on white background.



Black color preview on #958697 background

This text has black color on #958697 background.


White color preview on #958697 background

This text has white color on #958697 background.