COLOR #957BA7

HEX: #957BA7 RGB: (149,123,167)

Color info

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

RGB color model

#957BA7 color RGB value is (149,123,167).

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

RGB channels and saturation

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

149
123
167

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

Portions of RGB colors in percentages

R + G + B = 149 + 123 + 167 = 439 (100%)
R 149 of 439 ~ 33.94%
G 123 of 439 ~ 28.02%
B 167 of 439 ~ 38.04'%

%33.94
%28.02
%38.04

CMYK color model

#957BA7 color CMYK value is (11,26,0,35).

  • cyan value is 10.78%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (11,26,0,35)
C11M26Y0K35 (11%, 26%, 0%, 35%)
(0.11 / 0.26 / 0.00 / 0.35)

CMYK percentages

%10.78
%26.35
%0
%34.51

Codes

Color #957BA7 in popluar color models

95 7B A7
RGB 149 123 167
HSL 275° 20.00% 56.86%
HSB/HSV 275° 26.35% 65.49%
CMYK 10.78% 26.35% 0.00%
34.51%

Color #957BA7 in popluar number systems.

HEX 95 7B A7
Decimal 149 123 167
Binary 10010101 1111011 10100111
Octal 225 173 247

Shades and tints

Shades of #957BA7

#957BA7
(149,123,167)
#887098
(136,112,152)
#7B6589
(123,101,137)
#6E5A7A
(110,90,122)
#614F6B
(97,79,107)
#54445C
(84,68,92)
#47394D
(71,57,77)
#3A2E3E
(58,46,62)
#2D232F
(45,35,47)
#201820
(32,24,32)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #957BA7

#957BA7
(149,123,167)
#9E87AF
(158,135,175)
#A793B7
(167,147,183)
#B09FBF
(176,159,191)
#B9ABC7
(185,171,199)
#C2B7CF
(194,183,207)
#CBC3D7
(203,195,215)
#D4CFDF
(212,207,223)
#DDDBE7
(221,219,231)
#E6E7EF
(230,231,239)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957BA7; }

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

This text font color is #957BA7.

Background Color

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

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

This div background color is #957BA7.

Border color

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

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

This div border color is #957BA7.

Opacity

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

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

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

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

This text has shadow with #957BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957BA7.

Preview

Color preview on black background

This text has color #957BA7 on black background.


Color preview on white background

This text has color #957BA7 on white background.


Black color preview on #957BA7 background

This text has black color on #957BA7 background.


White color preview on #957BA7 background

This text has white color on #957BA7 background.


Related colors

Complementary color

Complementary color for #hex is #6A8458.


I love getcolorcode.com

Triadic colors

1 #A7957B and #7BA795 with #957BA7 are triadic colors.

2 #A77B95 and #7B95A7 with #957BA7 are triadic colors.