COLOR #957EA4

HEX: #957EA4 RGB: (149,126,164)

Color info

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

RGB color model

#957EA4 color RGB value is (149,126,164).

RGB: (149,126,164) (58%, 49%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 164 of 255 = 64%

149
126
164

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

Portions of RGB colors in percentages

R + G + B = 149 + 126 + 164 = 439 (100%)
R 149 of 439 ~ 33.94%
G 126 of 439 ~ 28.7%
B 164 of 439 ~ 37.36'%

%33.94
%28.7
%37.36

CMYK color model

#957EA4 color CMYK value is (9,23,0,36).

  • cyan value is 9.15%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,23,0,36)
C9M23Y0K36 (9%, 23%, 0%, 36%)
(0.09 / 0.23 / 0.00 / 0.36)

CMYK percentages

%9.15
%23.17
%0
%35.69

Codes

Color #957EA4 in popluar color models

95 7E A4
RGB 149 126 164
HSL 276° 17.27% 56.86%
HSB/HSV 276° 23.17% 64.31%
CMYK 9.15% 23.17% 0.00%
35.69%

Color #957EA4 in popluar number systems.

HEX 95 7E A4
Decimal 149 126 164
Binary 10010101 1111110 10100100
Octal 225 176 244

Shades and tints

Shades of #957EA4

#957EA4
(149,126,164)
#887396
(136,115,150)
#7B6888
(123,104,136)
#6E5D7A
(110,93,122)
#61526C
(97,82,108)
#54475E
(84,71,94)
#473C50
(71,60,80)
#3A3142
(58,49,66)
#2D2634
(45,38,52)
#201B26
(32,27,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #957EA4

#957EA4
(149,126,164)
#9E89AC
(158,137,172)
#A794B4
(167,148,180)
#B09FBC
(176,159,188)
#B9AAC4
(185,170,196)
#C2B5CC
(194,181,204)
#CBC0D4
(203,192,212)
#D4CBDC
(212,203,220)
#DDD6E4
(221,214,228)
#E6E1EC
(230,225,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957EA4; }

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

This text font color is #957EA4.

Background Color

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

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

This div background color is #957EA4.

Border color

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

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

This div border color is #957EA4.

Opacity

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

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

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

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

This text has shadow with #957EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957EA4.

Preview

Color preview on black background

This text has color #957EA4 on black background.


Color preview on white background

This text has color #957EA4 on white background.


Black color preview on #957EA4 background

This text has black color on #957EA4 background.


White color preview on #957EA4 background

This text has white color on #957EA4 background.


Related colors

Complementary color

Complementary color for #hex is #6A815B.


I love getcolorcode.com

Triadic colors

1 #A4957E and #7EA495 with #957EA4 are triadic colors.

2 #A47E95 and #7E95A4 with #957EA4 are triadic colors.