COLOR #95869B

HEX: #95869B
RGB: (149,134,155)

Color info

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

RGB color model

#95869B color RGB value is (149,134,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 155 of 255 = 61%

149
134
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 155 = 438 (100%)
R 149 of 438 ~ 34.02%
G 134 of 438 ~ 30.59%
B 155 of 438 ~ 35.39%

%34.02
%30.59
%35.39

CMYK color model

#95869B color CMYK value is (4,14,0,39).

  • cyan value is 3.87%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,14,0,39)
C4M14Y0K39 
(4%,14%,0%,39%)
(0.04/0.14/0.00/0.39)	

CMYK percentages

%3.87
%13.55
%0
%39.22

Codes

Color #95869B in popluar color models

95869B
RGB149134155
HSL283°9.50%56.67%
HSB/HSV283°13.55%60.78%
CMYK3.87%13.55%0.00%
39.22%

Color #95869B in popluar number systems.

HEX95869B
Decimal149134155
Binary100101011000011010011011
Octal225206233

Shades and tints

Shades of #95869B

#95869B
(149,134,155)
#887A8D
(136,122,141)
#7B6E7F
(123,110,127)
#6E6271
(110,98,113)
#615663
(97,86,99)
#544A55
(84,74,85)
#473E47
(71,62,71)
#3A3239
(58,50,57)
#2D262B
(45,38,43)
#201A1D
(32,26,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #95869B

#95869B
(149,134,155)
#9E91A4
(158,145,164)
#A79CAD
(167,156,173)
#B0A7B6
(176,167,182)
#B9B2BF
(185,178,191)
#C2BDC8
(194,189,200)
#CBC8D1
(203,200,209)
#D4D3DA
(212,211,218)
#DDDEE3
(221,222,227)
#E6E9EC
(230,233,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95869B; }

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

This text font color is #95869B.


Background Color

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

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

This div background color is #95869B.


Border color

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

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

This div border color is #95869B.


Opacity

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

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

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

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

This text has shadow with #95869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95869B on black background.


Color preview on white background

This text has color #95869B on white background.



Black color preview on #95869B background

This text has black color on #95869B background.


White color preview on #95869B background

This text has white color on #95869B background.