COLOR #959888

HEX: #959888
RGB: (149,152,136)

Color info

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

RGB color model

#959888 color RGB value is (149,152,136).

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

RGB channels and saturation

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

149
152
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 136 = 437 (100%)
R 149 of 437 ~ 34.1%
G 152 of 437 ~ 34.78%
B 136 of 437 ~ 31.12%

%34.1
%34.78
%31.12

CMYK color model

#959888 color CMYK value is (2,0,11,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(2,0,11,40)
C2M0Y11K40 
(2%,0%,11%,40%)
(0.02/0.00/0.11/0.40)	

CMYK percentages

%1.97
%0
%10.53
%40.39

Codes

Color #959888 in popluar color models

959888
RGB149152136
HSL71°7.21%56.47%
HSB/HSV71°10.53%59.61%
CMYK1.97%0.00%10.53%
40.39%

Color #959888 in popluar number systems.

HEX959888
Decimal149152136
Binary100101011001100010001000
Octal225230210

Shades and tints

Shades of #959888

#959888
(149,152,136)
#888B7C
(136,139,124)
#7B7E70
(123,126,112)
#6E7164
(110,113,100)
#616458
(97,100,88)
#54574C
(84,87,76)
#474A40
(71,74,64)
#3A3D34
(58,61,52)
#2D3028
(45,48,40)
#20231C
(32,35,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #959888

#959888
(149,152,136)
#9EA192
(158,161,146)
#A7AA9C
(167,170,156)
#B0B3A6
(176,179,166)
#B9BCB0
(185,188,176)
#C2C5BA
(194,197,186)
#CBCEC4
(203,206,196)
#D4D7CE
(212,215,206)
#DDE0D8
(221,224,216)
#E6E9E2
(230,233,226)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959888; }

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

This text font color is #959888.


Background Color

.myBgColor { background-color: #959888; }

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

This div background color is #959888.


Border color

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

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

This div border color is #959888.


Opacity

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

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

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

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

This text has shadow with #959888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959888 on black background.


Color preview on white background

This text has color #959888 on white background.



Black color preview on #959888 background

This text has black color on #959888 background.


White color preview on #959888 background

This text has white color on #959888 background.