COLOR #958895

HEX: #958895
RGB: (149,136,149)

Color info

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

RGB color model

#958895 color RGB value is (149,136,149).

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

RGB channels and saturation

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

149
136
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 149 = 434 (100%)
R 149 of 434 ~ 34.33%
G 136 of 434 ~ 31.34%
B 149 of 434 ~ 34.33%

%34.33
%31.34
%34.33

CMYK color model

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

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

CMYK percentages

%0
%8.72
%0
%41.57

Codes

Color #958895 in popluar color models

958895
RGB149136149
HSL300°5.78%55.88%
HSB/HSV300°8.72%58.43%
CMYK0.00%8.72%0.00%
41.57%

Color #958895 in popluar number systems.

HEX958895
Decimal149136149
Binary100101011000100010010101
Octal225210225

Shades and tints

Shades of #958895

#958895
(149,136,149)
#887C88
(136,124,136)
#7B707B
(123,112,123)
#6E646E
(110,100,110)
#615861
(97,88,97)
#544C54
(84,76,84)
#474047
(71,64,71)
#3A343A
(58,52,58)
#2D282D
(45,40,45)
#201C20
(32,28,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #958895

#958895
(149,136,149)
#9E929E
(158,146,158)
#A79CA7
(167,156,167)
#B0A6B0
(176,166,176)
#B9B0B9
(185,176,185)
#C2BAC2
(194,186,194)
#CBC4CB
(203,196,203)
#D4CED4
(212,206,212)
#DDD8DD
(221,216,221)
#E6E2E6
(230,226,230)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958895; }

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

This text font color is #958895.


Background Color

.myBgColor { background-color: #958895; }

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

This div background color is #958895.


Border color

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

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

This div border color is #958895.


Opacity

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

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

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

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

This text has shadow with #958895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958895 on black background.


Color preview on white background

This text has color #958895 on white background.



Black color preview on #958895 background

This text has black color on #958895 background.


White color preview on #958895 background

This text has white color on #958895 background.