COLOR #95879C

HEX: #95879C
RGB: (149,135,156)

Color info

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

RGB color model

#95879C color RGB value is (149,135,156).

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

RGB channels and saturation

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

149
135
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 156 = 440 (100%)
R 149 of 440 ~ 33.86%
G 135 of 440 ~ 30.68%
B 156 of 440 ~ 35.45%

%33.86
%30.68
%35.45

CMYK color model

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

  • cyan value is 4.49%
  • magenta value is 13.46%
  • 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
%13.46
%0
%38.82

Codes

Color #95879C in popluar color models

95879C
RGB149135156
HSL280°9.59%57.06%
HSB/HSV280°13.46%61.18%
CMYK4.49%13.46%0.00%
38.82%

Color #95879C in popluar number systems.

HEX95879C
Decimal149135156
Binary100101011000011110011100
Octal225207234

Shades and tints

Shades of #95879C

#95879C
(149,135,156)
#887B8E
(136,123,142)
#7B6F80
(123,111,128)
#6E6372
(110,99,114)
#615764
(97,87,100)
#544B56
(84,75,86)
#473F48
(71,63,72)
#3A333A
(58,51,58)
#2D272C
(45,39,44)
#201B1E
(32,27,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #95879C

#95879C
(149,135,156)
#9E91A5
(158,145,165)
#A79BAE
(167,155,174)
#B0A5B7
(176,165,183)
#B9AFC0
(185,175,192)
#C2B9C9
(194,185,201)
#CBC3D2
(203,195,210)
#D4CDDB
(212,205,219)
#DDD7E4
(221,215,228)
#E6E1ED
(230,225,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95879C; }

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

This text font color is #95879C.


Background Color

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

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

This div background color is #95879C.


Border color

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

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

This div border color is #95879C.


Opacity

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

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

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

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

This text has shadow with #95879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95879C on black background.


Color preview on white background

This text has color #95879C on white background.



Black color preview on #95879C background

This text has black color on #95879C background.


White color preview on #95879C background

This text has white color on #95879C background.