COLOR #957EA5

HEX: #957EA5 RGB: (149,126,165)

Color info

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

RGB color model

#957EA5 color RGB value is (149,126,165).

RGB: (149,126,165) (58%, 49%, 65%)

RGB channels and saturation

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

149
126
165

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

Portions of RGB colors in percentages

R + G + B = 149 + 126 + 165 = 440 (100%)
R 149 of 440 ~ 33.86%
G 126 of 440 ~ 28.64%
B 165 of 440 ~ 37.5'%

%33.86
%28.64
%37.5

CMYK color model

#957EA5 color CMYK value is (10,24,0,35).

  • cyan value is 9.70%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (10,24,0,35)
C10M24Y0K35 (10%, 24%, 0%, 35%)
(0.10 / 0.24 / 0.00 / 0.35)

CMYK percentages

%9.7
%23.64
%0
%35.29

Codes

Color #957EA5 in popluar color models

95 7E A5
RGB 149 126 165
HSL 275° 17.81% 57.06%
HSB/HSV 275° 23.64% 64.71%
CMYK 9.70% 23.64% 0.00%
35.29%

Color #957EA5 in popluar number systems.

HEX 95 7E A5
Decimal 149 126 165
Binary 10010101 1111110 10100101
Octal 225 176 245

Shades and tints

Shades of #957EA5

#957EA5
(149,126,165)
#887396
(136,115,150)
#7B6887
(123,104,135)
#6E5D78
(110,93,120)
#615269
(97,82,105)
#54475A
(84,71,90)
#473C4B
(71,60,75)
#3A313C
(58,49,60)
#2D262D
(45,38,45)
#201B1E
(32,27,30)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #957EA5

#957EA5
(149,126,165)
#9E89AD
(158,137,173)
#A794B5
(167,148,181)
#B09FBD
(176,159,189)
#B9AAC5
(185,170,197)
#C2B5CD
(194,181,205)
#CBC0D5
(203,192,213)
#D4CBDD
(212,203,221)
#DDD6E5
(221,214,229)
#E6E1ED
(230,225,237)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957EA5; }

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

This text font color is #957EA5.

Background Color

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

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

This div background color is #957EA5.

Border color

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

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

This div border color is #957EA5.

Opacity

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

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

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

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

This text has shadow with #957EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957EA5.

Preview

Color preview on black background

This text has color #957EA5 on black background.


Color preview on white background

This text has color #957EA5 on white background.


Black color preview on #957EA5 background

This text has black color on #957EA5 background.


White color preview on #957EA5 background

This text has white color on #957EA5 background.


Related colors

Complementary color

Complementary color for #hex is #6A815A.


I love getcolorcode.com

Triadic colors

1 #A5957E and #7EA595 with #957EA5 are triadic colors.

2 #A57E95 and #7E95A5 with #957EA5 are triadic colors.