COLOR #958894

HEX: #958894
RGB: (149,136,148)

Color info

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

RGB color model

#958894 color RGB value is (149,136,148).

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

RGB channels and saturation

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

149
136
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 148 = 433 (100%)
R 149 of 433 ~ 34.41%
G 136 of 433 ~ 31.41%
B 148 of 433 ~ 34.18%

%34.41
%31.41
%34.18

CMYK color model

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

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

CMYK percentages

%0
%8.72
%0.67
%41.57

Codes

Color #958894 in popluar color models

958894
RGB149136148
HSL305°5.78%55.88%
HSB/HSV305°8.72%58.43%
CMYK0.00%8.72%0.67%
41.57%

Color #958894 in popluar number systems.

HEX958894
Decimal149136148
Binary100101011000100010010100
Octal225210224

Shades and tints

Shades of #958894

#958894
(149,136,148)
#887C87
(136,124,135)
#7B707A
(123,112,122)
#6E646D
(110,100,109)
#615860
(97,88,96)
#544C53
(84,76,83)
#474046
(71,64,70)
#3A3439
(58,52,57)
#2D282C
(45,40,44)
#201C1F
(32,28,31)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #958894

#958894
(149,136,148)
#9E929D
(158,146,157)
#A79CA6
(167,156,166)
#B0A6AF
(176,166,175)
#B9B0B8
(185,176,184)
#C2BAC1
(194,186,193)
#CBC4CA
(203,196,202)
#D4CED3
(212,206,211)
#DDD8DC
(221,216,220)
#E6E2E5
(230,226,229)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958894; }

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

This text font color is #958894.


Background Color

.myBgColor { background-color: #958894; }

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

This div background color is #958894.


Border color

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

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

This div border color is #958894.


Opacity

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

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

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

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

This text has shadow with #958894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958894 on black background.


Color preview on white background

This text has color #958894 on white background.



Black color preview on #958894 background

This text has black color on #958894 background.


White color preview on #958894 background

This text has white color on #958894 background.