COLOR #958887

HEX: #958887
RGB: (149,136,135)

Color info

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

RGB color model

#958887 color RGB value is (149,136,135).

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

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 135 of 255 = 53%

149
136
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 135 = 420 (100%)
R 149 of 420 ~ 35.48%
G 136 of 420 ~ 32.38%
B 135 of 420 ~ 32.14%

%35.48
%32.38
%32.14

CMYK color model

#958887 color CMYK value is (0,9,9,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(0,9,9,42)
C0M9Y9K42 
(0%,9%,9%,42%)
(0.00/0.09/0.09/0.42)	

CMYK percentages

%0
%8.72
%9.4
%41.57

Codes

Color #958887 in popluar color models

958887
RGB149136135
HSL6.19%55.69%
HSB/HSV9.40%58.43%
CMYK0.00%8.72%9.40%
41.57%

Color #958887 in popluar number systems.

HEX958887
Decimal149136135
Binary100101011000100010000111
Octal225210207

Shades and tints

Shades of #958887

#958887
(149,136,135)
#887C7B
(136,124,123)
#7B706F
(123,112,111)
#6E6463
(110,100,99)
#615857
(97,88,87)
#544C4B
(84,76,75)
#47403F
(71,64,63)
#3A3433
(58,52,51)
#2D2827
(45,40,39)
#201C1B
(32,28,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #958887

#958887
(149,136,135)
#9E9291
(158,146,145)
#A79C9B
(167,156,155)
#B0A6A5
(176,166,165)
#B9B0AF
(185,176,175)
#C2BAB9
(194,186,185)
#CBC4C3
(203,196,195)
#D4CECD
(212,206,205)
#DDD8D7
(221,216,215)
#E6E2E1
(230,226,225)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958887; }

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

This text font color is #958887.


Background Color

.myBgColor { background-color: #958887; }

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

This div background color is #958887.


Border color

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

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

This div border color is #958887.


Opacity

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

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

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

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

This text has shadow with #958887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958887 on black background.


Color preview on white background

This text has color #958887 on white background.



Black color preview on #958887 background

This text has black color on #958887 background.


White color preview on #958887 background

This text has white color on #958887 background.