COLOR #957BA5

HEX: #957BA5 RGB: (149,123,165)

Color info

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

RGB color model

#957BA5 color RGB value is (149,123,165).

RGB: (149,123,165) (58%, 48%, 65%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 165 of 255 = 65%

149
123
165

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

Portions of RGB colors in percentages

R + G + B = 149 + 123 + 165 = 437 (100%)
R 149 of 437 ~ 34.1%
G 123 of 437 ~ 28.15%
B 165 of 437 ~ 37.76'%

%34.1
%28.15
%37.76

CMYK color model

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

  • cyan value is 9.70%
  • magenta value is 25.45%
  • 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
%25.45
%0
%35.29

Codes

Color #957BA5 in popluar color models

95 7B A5
RGB 149 123 165
HSL 277° 18.92% 56.47%
HSB/HSV 277° 25.45% 64.71%
CMYK 9.70% 25.45% 0.00%
35.29%

Color #957BA5 in popluar number systems.

HEX 95 7B A5
Decimal 149 123 165
Binary 10010101 1111011 10100101
Octal 225 173 245

Shades and tints

Shades of #957BA5

#957BA5
(149,123,165)
#887096
(136,112,150)
#7B6587
(123,101,135)
#6E5A78
(110,90,120)
#614F69
(97,79,105)
#54445A
(84,68,90)
#47394B
(71,57,75)
#3A2E3C
(58,46,60)
#2D232D
(45,35,45)
#20181E
(32,24,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #957BA5

#957BA5
(149,123,165)
#9E87AD
(158,135,173)
#A793B5
(167,147,181)
#B09FBD
(176,159,189)
#B9ABC5
(185,171,197)
#C2B7CD
(194,183,205)
#CBC3D5
(203,195,213)
#D4CFDD
(212,207,221)
#DDDBE5
(221,219,229)
#E6E7ED
(230,231,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957BA5; }

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

This text font color is #957BA5.

Background Color

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

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

This div background color is #957BA5.

Border color

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

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

This div border color is #957BA5.

Opacity

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

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

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

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

This text has shadow with #957BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957BA5.

Preview

Color preview on black background

This text has color #957BA5 on black background.


Color preview on white background

This text has color #957BA5 on white background.


Black color preview on #957BA5 background

This text has black color on #957BA5 background.


White color preview on #957BA5 background

This text has white color on #957BA5 background.


Related colors

Complementary color

Complementary color for #hex is #6A845A.


I love getcolorcode.com

Triadic colors

1 #A5957B and #7BA595 with #957BA5 are triadic colors.

2 #A57B95 and #7B95A5 with #957BA5 are triadic colors.