COLOR #958796

HEX: #958796
RGB: (149,135,150)

Color info

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

RGB color model

#958796 color RGB value is (149,135,150).

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

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 150 of 255 = 59%

149
135
150

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 150 = 434 (100%)
R 149 of 434 ~ 34.33%
G 135 of 434 ~ 31.11%
B 150 of 434 ~ 34.56%

%34.33
%31.11
%34.56

CMYK color model

#958796 color CMYK value is (1,10,0,41).

  • cyan value is 0.67%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(1,10,0,41)
C1M10Y0K41 
(1%,10%,0%,41%)
(0.01/0.10/0.00/0.41)	

CMYK percentages

%0.67
%10
%0
%41.18

Codes

Color #958796 in popluar color models

958796
RGB149135150
HSL296°6.67%55.88%
HSB/HSV296°10.00%58.82%
CMYK0.67%10.00%0.00%
41.18%

Color #958796 in popluar number systems.

HEX958796
Decimal149135150
Binary100101011000011110010110
Octal225207226

Shades and tints

Shades of #958796

#958796
(149,135,150)
#887B89
(136,123,137)
#7B6F7C
(123,111,124)
#6E636F
(110,99,111)
#615762
(97,87,98)
#544B55
(84,75,85)
#473F48
(71,63,72)
#3A333B
(58,51,59)
#2D272E
(45,39,46)
#201B21
(32,27,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #958796

#958796
(149,135,150)
#9E919F
(158,145,159)
#A79BA8
(167,155,168)
#B0A5B1
(176,165,177)
#B9AFBA
(185,175,186)
#C2B9C3
(194,185,195)
#CBC3CC
(203,195,204)
#D4CDD5
(212,205,213)
#DDD7DE
(221,215,222)
#E6E1E7
(230,225,231)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958796 color. Also use rgb(149,135,150) instead hex code.

Text Font Color

.myTextColor { color: #958796; }

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

This text font color is #958796.


Background Color

.myBgColor { background-color: #958796; }

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

This div background color is #958796.


Border color

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

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

This div border color is #958796.


Opacity

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

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

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

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

This text has shadow with #958796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958796 on black background.


Color preview on white background

This text has color #958796 on white background.



Black color preview on #958796 background

This text has black color on #958796 background.


White color preview on #958796 background

This text has white color on #958796 background.