COLOR #95869D

HEX: #95869D
RGB: (149,134,157)

Color info

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

RGB color model

#95869D color RGB value is (149,134,157).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 157 of 255 = 62%

149
134
157

R + G + B ~ 58%. #95869D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 157 = 440 (100%)
R 149 of 440 ~ 33.86%
G 134 of 440 ~ 30.45%
B 157 of 440 ~ 35.68%

%33.86
%30.45
%35.68

CMYK color model

#95869D color CMYK value is (5,15,0,38).

  • cyan value is 5.10%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(5,15,0,38)
C5M15Y0K38 
(5%,15%,0%,38%)
(0.05/0.15/0.00/0.38)	

CMYK percentages

%5.1
%14.65
%0
%38.43

Codes

Color #95869D in popluar color models

95869D
RGB149134157
HSL279°10.50%57.06%
HSB/HSV279°14.65%61.57%
CMYK5.10%14.65%0.00%
38.43%

Color #95869D in popluar number systems.

HEX95869D
Decimal149134157
Binary100101011000011010011101
Octal225206235

Shades and tints

Shades of #95869D

#95869D
(149,134,157)
#887A8F
(136,122,143)
#7B6E81
(123,110,129)
#6E6273
(110,98,115)
#615665
(97,86,101)
#544A57
(84,74,87)
#473E49
(71,62,73)
#3A323B
(58,50,59)
#2D262D
(45,38,45)
#201A1F
(32,26,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #95869D

#95869D
(149,134,157)
#9E91A5
(158,145,165)
#A79CAD
(167,156,173)
#B0A7B5
(176,167,181)
#B9B2BD
(185,178,189)
#C2BDC5
(194,189,197)
#CBC8CD
(203,200,205)
#D4D3D5
(212,211,213)
#DDDEDD
(221,222,221)
#E6E9E5
(230,233,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95869D color. Also use rgb(149,134,157) instead hex code.

Text Font Color

.myTextColor { color: #95869D; }

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

This text font color is #95869D.


Background Color

.myBgColor { background-color: #95869D; }

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

This div background color is #95869D.


Border color

.myBorderColor { border: 1px solid #95869D; }

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

This div border color is #95869D.


Opacity

.myOpacity80 { color: #95869D; opacity: 0.8; }

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

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

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

This text has shadow with #95869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95869D on black background.


Color preview on white background

This text has color #95869D on white background.



Black color preview on #95869D background

This text has black color on #95869D background.


White color preview on #95869D background

This text has white color on #95869D background.