COLOR #957AB6

HEX: #957AB6
RGB: (149,122,182)

Color info

#957AB6 contains mainly red and blue colors. Web safe color of #957AB6 is #9966CC (or #96C).

RGB color model

#957AB6 color RGB value is (149,122,182).

  • red value is 149;
  • green value is 122;
  • blue value is 182.
RGB:
(149,122,182)
(58%,48%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 182 of 255 = 71%

149
122
182

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 182 = 453 (100%)
R 149 of 453 ~ 32.89%
G 122 of 453 ~ 26.93%
B 182 of 453 ~ 40.18%

%32.89
%26.93
%40.18

CMYK color model

#957AB6 color CMYK value is (18,33,0,29).

  • cyan value is 18.13%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,33,0,29)
C18M33Y0K29 
(18%,33%,0%,29%)
(0.18/0.33/0.00/0.29)	

CMYK percentages

%18.13
%32.97
%0
%28.63

Codes

Color #957AB6 in popluar color models

957AB6
RGB149122182
HSL267°29.13%59.61%
HSB/HSV267°32.97%71.37%
CMYK18.13%32.97%0.00%
28.63%

Color #957AB6 in popluar number systems.

HEX957AB6
Decimal149122182
Binary10010101111101010110110
Octal225172266

Shades and tints

Shades of #957AB6

#957AB6
(149,122,182)
#886FA6
(136,111,166)
#7B6496
(123,100,150)
#6E5986
(110,89,134)
#614E76
(97,78,118)
#544366
(84,67,102)
#473856
(71,56,86)
#3A2D46
(58,45,70)
#2D2236
(45,34,54)
#201726
(32,23,38)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #957AB6

#957AB6
(149,122,182)
#9E86BC
(158,134,188)
#A792C2
(167,146,194)
#B09EC8
(176,158,200)
#B9AACE
(185,170,206)
#C2B6D4
(194,182,212)
#CBC2DA
(203,194,218)
#D4CEE0
(212,206,224)
#DDDAE6
(221,218,230)
#E6E6EC
(230,230,236)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957AB6 color. Also use rgb(149,122,182) instead hex code.

Text Font Color

.myTextColor { color: #957AB6; }

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

This text font color is #957AB6.


Background Color

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

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

This div background color is #957AB6.


Border color

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

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

This div border color is #957AB6.


Opacity

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

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

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

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

This text has shadow with #957AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957AB6 on black background.


Color preview on white background

This text has color #957AB6 on white background.



Black color preview on #957AB6 background

This text has black color on #957AB6 background.


White color preview on #957AB6 background

This text has white color on #957AB6 background.