COLOR #957CA5

HEX: #957CA5
RGB: (149,124,165)

Color info

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

RGB color model

#957CA5 color RGB value is (149,124,165).

  • red value is 149;
  • green value is 124;
  • blue value is 165.
RGB:
(149,124,165)
(58%,49%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 165 of 255 = 65%

149
124
165

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

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 165 = 438 (100%)
R 149 of 438 ~ 34.02%
G 124 of 438 ~ 28.31%
B 165 of 438 ~ 37.67%

%34.02
%28.31
%37.67

CMYK color model

#957CA5 color CMYK value is (10,25,0,35).

  • cyan value is 9.70%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(10,25,0,35)
C10M25Y0K35 
(10%,25%,0%,35%)
(0.10/0.25/0.00/0.35)	

CMYK percentages

%9.7
%24.85
%0
%35.29

Codes

Color #957CA5 in popluar color models

957CA5
RGB149124165
HSL277°18.55%56.67%
HSB/HSV277°24.85%64.71%
CMYK9.70%24.85%0.00%
35.29%

Color #957CA5 in popluar number systems.

HEX957CA5
Decimal149124165
Binary10010101111110010100101
Octal225174245

Shades and tints

Shades of #957CA5

#957CA5
(149,124,165)
#887196
(136,113,150)
#7B6687
(123,102,135)
#6E5B78
(110,91,120)
#615069
(97,80,105)
#54455A
(84,69,90)
#473A4B
(71,58,75)
#3A2F3C
(58,47,60)
#2D242D
(45,36,45)
#20191E
(32,25,30)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #957CA5

#957CA5
(149,124,165)
#9E87AD
(158,135,173)
#A792B5
(167,146,181)
#B09DBD
(176,157,189)
#B9A8C5
(185,168,197)
#C2B3CD
(194,179,205)
#CBBED5
(203,190,213)
#D4C9DD
(212,201,221)
#DDD4E5
(221,212,229)
#E6DFED
(230,223,237)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957CA5; }

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

This text font color is #957CA5.


Background Color

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

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

This div background color is #957CA5.


Border color

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

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

This div border color is #957CA5.


Opacity

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

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

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

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

This text has shadow with #957CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957CA5 on black background.


Color preview on white background

This text has color #957CA5 on white background.



Black color preview on #957CA5 background

This text has black color on #957CA5 background.


White color preview on #957CA5 background

This text has white color on #957CA5 background.