COLOR #957FAA

HEX: #957FAA
RGB: (149,127,170)

Color info

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

RGB color model

#957FAA color RGB value is (149,127,170).

  • red value is 149;
  • green value is 127;
  • blue value is 170.
RGB:
(149,127,170)
(58%,50%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 170 of 255 = 67%

149
127
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 170 = 446 (100%)
R 149 of 446 ~ 33.41%
G 127 of 446 ~ 28.48%
B 170 of 446 ~ 38.12%

%33.41
%28.48
%38.12

CMYK color model

#957FAA color CMYK value is (12,25,0,33).

  • cyan value is 12.35%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,25,0,33)
C12M25Y0K33 
(12%,25%,0%,33%)
(0.12/0.25/0.00/0.33)	

CMYK percentages

%12.35
%25.29
%0
%33.33

Codes

Color #957FAA in popluar color models

957FAA
RGB149127170
HSL271°20.19%58.24%
HSB/HSV271°25.29%66.67%
CMYK12.35%25.29%0.00%
33.33%

Color #957FAA in popluar number systems.

HEX957FAA
Decimal149127170
Binary10010101111111110101010
Octal225177252

Shades and tints

Shades of #957FAA

#957FAA
(149,127,170)
#88749B
(136,116,155)
#7B698C
(123,105,140)
#6E5E7D
(110,94,125)
#61536E
(97,83,110)
#54485F
(84,72,95)
#473D50
(71,61,80)
#3A3241
(58,50,65)
#2D2732
(45,39,50)
#201C23
(32,28,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #957FAA

#957FAA
(149,127,170)
#9E8AB1
(158,138,177)
#A795B8
(167,149,184)
#B0A0BF
(176,160,191)
#B9ABC6
(185,171,198)
#C2B6CD
(194,182,205)
#CBC1D4
(203,193,212)
#D4CCDB
(212,204,219)
#DDD7E2
(221,215,226)
#E6E2E9
(230,226,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957FAA color. Also use rgb(149,127,170) instead hex code.

Text Font Color

.myTextColor { color: #957FAA; }

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

This text font color is #957FAA.


Background Color

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

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

This div background color is #957FAA.


Border color

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

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

This div border color is #957FAA.


Opacity

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

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

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

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

This text has shadow with #957FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957FAA on black background.


Color preview on white background

This text has color #957FAA on white background.



Black color preview on #957FAA background

This text has black color on #957FAA background.


White color preview on #957FAA background

This text has white color on #957FAA background.