COLOR #95889C

HEX: #95889C
RGB: (149,136,156)

Color info

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

RGB color model

#95889C color RGB value is (149,136,156).

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

RGB channels and saturation

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

149
136
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 156 = 441 (100%)
R 149 of 441 ~ 33.79%
G 136 of 441 ~ 30.84%
B 156 of 441 ~ 35.37%

%33.79
%30.84
%35.37

CMYK color model

#95889C color CMYK value is (4,13,0,39).

  • cyan value is 4.49%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,13,0,39)
C4M13Y0K39 
(4%,13%,0%,39%)
(0.04/0.13/0.00/0.39)	

CMYK percentages

%4.49
%12.82
%0
%38.82

Codes

Color #95889C in popluar color models

95889C
RGB149136156
HSL279°9.17%57.25%
HSB/HSV279°12.82%61.18%
CMYK4.49%12.82%0.00%
38.82%

Color #95889C in popluar number systems.

HEX95889C
Decimal149136156
Binary100101011000100010011100
Octal225210234

Shades and tints

Shades of #95889C

#95889C
(149,136,156)
#887C8E
(136,124,142)
#7B7080
(123,112,128)
#6E6472
(110,100,114)
#615864
(97,88,100)
#544C56
(84,76,86)
#474048
(71,64,72)
#3A343A
(58,52,58)
#2D282C
(45,40,44)
#201C1E
(32,28,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #95889C

#95889C
(149,136,156)
#9E92A5
(158,146,165)
#A79CAE
(167,156,174)
#B0A6B7
(176,166,183)
#B9B0C0
(185,176,192)
#C2BAC9
(194,186,201)
#CBC4D2
(203,196,210)
#D4CEDB
(212,206,219)
#DDD8E4
(221,216,228)
#E6E2ED
(230,226,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95889C; }

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

This text font color is #95889C.


Background Color

.myBgColor { background-color: #95889C; }

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

This div background color is #95889C.


Border color

.myBorderColor { border: 1px solid #95889C; }

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

This div border color is #95889C.


Opacity

.myOpacity80 { color: #95889C; opacity: 0.8; }

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

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

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

This text has shadow with #95889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95889C on black background.


Color preview on white background

This text has color #95889C on white background.



Black color preview on #95889C background

This text has black color on #95889C background.


White color preview on #95889C background

This text has white color on #95889C background.