COLOR #957CAA

HEX: #957CAA RGB: (149,124,170)

Color info

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

RGB color model

#957CAA color RGB value is (149,124,170).

RGB: (149,124,170) (58%, 49%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 170 of 255 = 67%

149
124
170

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

Portions of RGB colors in percentages

R + G + B = 149 + 124 + 170 = 443 (100%)
R 149 of 443 ~ 33.63%
G 124 of 443 ~ 27.99%
B 170 of 443 ~ 38.37'%

%33.63
%27.99
%38.37

CMYK color model

#957CAA color CMYK value is (12,27,0,33).

  • cyan value is 12.35%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (12,27,0,33)
C12M27Y0K33 (12%, 27%, 0%, 33%)
(0.12 / 0.27 / 0.00 / 0.33)

CMYK percentages

%12.35
%27.06
%0
%33.33

Codes

Color #957CAA in popluar color models

95 7C AA
RGB 149 124 170
HSL 273° 21.30% 57.65%
HSB/HSV 273° 27.06% 66.67%
CMYK 12.35% 27.06% 0.00%
33.33%

Color #957CAA in popluar number systems.

HEX 95 7C AA
Decimal 149 124 170
Binary 10010101 1111100 10101010
Octal 225 174 252

Shades and tints

Shades of #957CAA

#957CAA
(149,124,170)
#88719B
(136,113,155)
#7B668C
(123,102,140)
#6E5B7D
(110,91,125)
#61506E
(97,80,110)
#54455F
(84,69,95)
#473A50
(71,58,80)
#3A2F41
(58,47,65)
#2D2432
(45,36,50)
#201923
(32,25,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #957CAA

#957CAA
(149,124,170)
#9E87B1
(158,135,177)
#A792B8
(167,146,184)
#B09DBF
(176,157,191)
#B9A8C6
(185,168,198)
#C2B3CD
(194,179,205)
#CBBED4
(203,190,212)
#D4C9DB
(212,201,219)
#DDD4E2
(221,212,226)
#E6DFE9
(230,223,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957CAA; }

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

This text font color is #957CAA.

Background Color

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

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

This div background color is #957CAA.

Border color

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

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

This div border color is #957CAA.

Opacity

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

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

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

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

This text has shadow with #957CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957CAA.

Preview

Color preview on black background

This text has color #957CAA on black background.


Color preview on white background

This text has color #957CAA on white background.


Black color preview on #957CAA background

This text has black color on #957CAA background.


White color preview on #957CAA background

This text has white color on #957CAA background.


Related colors

Complementary color

Complementary color for #hex is #6A8355.


I love getcolorcode.com

Triadic colors

1 #AA957C and #7CAA95 with #957CAA are triadic colors.

2 #AA7C95 and #7C95AA with #957CAA are triadic colors.