COLOR #95678B

HEX: #95678B
RGB: (149,103,139)

Color info

#95678B contains red, green and blue colors in about the same proportion. Web safe color of #95678B is #996699 (or #969).

RGB color model

#95678B color RGB value is (149,103,139).

  • red value is 149;
  • green value is 103;
  • blue value is 139.
RGB:
(149,103,139)
(58%,40%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 139 of 255 = 55%

149
103
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 139 = 391 (100%)
R 149 of 391 ~ 38.11%
G 103 of 391 ~ 26.34%
B 139 of 391 ~ 35.55%

%38.11
%26.34
%35.55

CMYK color model

#95678B color CMYK value is (0,31,7,42).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,31,7,42)
C0M31Y7K42 
(0%,31%,7%,42%)
(0.00/0.31/0.07/0.42)	

CMYK percentages

%0
%30.87
%6.71
%41.57

Codes

Color #95678B in popluar color models

95678B
RGB149103139
HSL313°18.25%49.41%
HSB/HSV313°30.87%58.43%
CMYK0.00%30.87%6.71%
41.57%

Color #95678B in popluar number systems.

HEX95678B
Decimal149103139
Binary10010101110011110001011
Octal225147213

Shades and tints

Shades of #95678B

#95678B
(149,103,139)
#885E7F
(136,94,127)
#7B5573
(123,85,115)
#6E4C67
(110,76,103)
#61435B
(97,67,91)
#543A4F
(84,58,79)
#473143
(71,49,67)
#3A2837
(58,40,55)
#2D1F2B
(45,31,43)
#20161F
(32,22,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #95678B

#95678B
(149,103,139)
#9E7495
(158,116,149)
#A7819F
(167,129,159)
#B08EA9
(176,142,169)
#B99BB3
(185,155,179)
#C2A8BD
(194,168,189)
#CBB5C7
(203,181,199)
#D4C2D1
(212,194,209)
#DDCFDB
(221,207,219)
#E6DCE5
(230,220,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95678B color. Also use rgb(149,103,139) instead hex code.

Text Font Color

.myTextColor { color: #95678B; }

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

This text font color is #95678B.


Background Color

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

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

This div background color is #95678B.


Border color

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

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

This div border color is #95678B.


Opacity

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

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

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

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

This text has shadow with #95678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95678B on black background.


Color preview on white background

This text has color #95678B on white background.



Black color preview on #95678B background

This text has black color on #95678B background.


White color preview on #95678B background

This text has white color on #95678B background.