COLOR #957A90

HEX: #957A90 RGB: (149,122,144)

Color info

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

RGB color model

#957A90 color RGB value is (149,122,144).

RGB: (149,122,144) (58%, 48%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 144 of 255 = 56%

149
122
144

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

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 144 = 415 (100%)
R 149 of 415 ~ 35.9%
G 122 of 415 ~ 29.4%
B 144 of 415 ~ 34.7'%

%35.9
%29.4
%34.7

CMYK color model

#957A90 color CMYK value is (0,18,3,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK: (0,18,3,42) C0M18Y3K42 (0%,18%,3%,42%) (0.00/0.18/0.03/0.42) 

CMYK percentages

%0
%18.12
%3.36
%41.57

Codes

Color #957A90 in popluar color models

95 7A 90
RGB 149 122 144
HSL 311° 11.30% 53.14%
HSB/HSV 311° 18.12% 58.43%
CMYK 0.00% 18.12% 3.36%
41.57%

Color #957A90 in popluar number systems.

HEX 95 7A 90
Decimal 149 122 144
Binary 10010101 1111010 10010000
Octal 225 172 220

Shades and tints

Shades of #957A90

#957A90
(149,122,144)
#886F83
(136,111,131)
#7B6476
(123,100,118)
#6E5969
(110,89,105)
#614E5C
(97,78,92)
#54434F
(84,67,79)
#473842
(71,56,66)
#3A2D35
(58,45,53)
#2D2228
(45,34,40)
#20171B
(32,23,27)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #957A90

#957A90
(149,122,144)
#9E869A
(158,134,154)
#A792A4
(167,146,164)
#B09EAE
(176,158,174)
#B9AAB8
(185,170,184)
#C2B6C2
(194,182,194)
#CBC2CC
(203,194,204)
#D4CED6
(212,206,214)
#DDDAE0
(221,218,224)
#E6E6EA
(230,230,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957A90 color. Also use rgb(149,122,144) instead hex code.

Text Font Color

.myTextColor { color: #957A90; }

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

This text font color is #957A90.

Background Color

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

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

This div background color is #957A90.

Border color

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

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

This div border color is #957A90.

Opacity

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

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

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

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

This text has shadow with #957A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957A90.

Preview

Color preview on black background

This text has color #957A90 on black background.


Color preview on white background

This text has color #957A90 on white background.


Black color preview on #957A90 background

This text has black color on #957A90 background.


White color preview on #957A90 background

This text has white color on #957A90 background.


Related colors

Complementary color

Complementary color for #hex is #6A856F.


I love getcolorcode.com

Triadic colors

1 #90957A and #7A9095 with #957A90 are triadic colors.

2 #907A95 and #7A9590 with #957A90 are triadic colors.