COLOR #957BA6

HEX: #957BA6
RGB: (149,123,166)

Color info

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

RGB color model

#957BA6 color RGB value is (149,123,166).

  • red value is 149;
  • green value is 123;
  • blue value is 166.
RGB:
(149,123,166)
(58%,48%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 166 of 255 = 65%

149
123
166

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 166 = 438 (100%)
R 149 of 438 ~ 34.02%
G 123 of 438 ~ 28.08%
B 166 of 438 ~ 37.9%

%34.02
%28.08
%37.9

CMYK color model

#957BA6 color CMYK value is (10,26,0,35).

  • cyan value is 10.24%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(10,26,0,35)
C10M26Y0K35 
(10%,26%,0%,35%)
(0.10/0.26/0.00/0.35)	

CMYK percentages

%10.24
%25.9
%0
%34.9

Codes

Color #957BA6 in popluar color models

957BA6
RGB149123166
HSL276°19.46%56.67%
HSB/HSV276°25.90%65.10%
CMYK10.24%25.90%0.00%
34.90%

Color #957BA6 in popluar number systems.

HEX957BA6
Decimal149123166
Binary10010101111101110100110
Octal225173246

Shades and tints

Shades of #957BA6

#957BA6
(149,123,166)
#887097
(136,112,151)
#7B6588
(123,101,136)
#6E5A79
(110,90,121)
#614F6A
(97,79,106)
#54445B
(84,68,91)
#47394C
(71,57,76)
#3A2E3D
(58,46,61)
#2D232E
(45,35,46)
#20181F
(32,24,31)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #957BA6

#957BA6
(149,123,166)
#9E87AE
(158,135,174)
#A793B6
(167,147,182)
#B09FBE
(176,159,190)
#B9ABC6
(185,171,198)
#C2B7CE
(194,183,206)
#CBC3D6
(203,195,214)
#D4CFDE
(212,207,222)
#DDDBE6
(221,219,230)
#E6E7EE
(230,231,238)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957BA6 color. Also use rgb(149,123,166) instead hex code.

Text Font Color

.myTextColor { color: #957BA6; }

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

This text font color is #957BA6.


Background Color

.myBgColor { background-color: #957BA6; }

<div style="background-color:#957BA6">Inner text</div>

This div background color is #957BA6.


Border color

.myBorderColor { border: 1px solid #957BA6; }

<div style="border:3px solid #957BA6">Div</div>

This div border color is #957BA6.


Opacity

.myOpacity80 { color: #957BA6; opacity: 0.8; }

<p style="color:#957BA6;opacity:0.8;">80%</p>

Text with #957BA6 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 #957BA6;}

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

This text has shadow with #957BA6 color.

.textShadow {text-shadow: 3px 3px 1px #957BA6, 3px 3px 1px red;}

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

This text has shadow with #957BA6 primary color and red secondary color.


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

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

This text has shadow with #957BA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957BA6 on black background.


Color preview on white background

This text has color #957BA6 on white background.



Black color preview on #957BA6 background

This text has black color on #957BA6 background.


White color preview on #957BA6 background

This text has white color on #957BA6 background.