COLOR #967EAE

HEX: #967EAE RGB: (150,126,174)

Color info

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

RGB color model

#967EAE color RGB value is (150,126,174).

RGB: (150,126,174) (59%, 49%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 174 of 255 = 68%

150
126
174

R + G + B ~ 59%. #967EAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 126 + 174 = 450 (100%)
R 150 of 450 ~ 33.33%
G 126 of 450 ~ 28%
B 174 of 450 ~ 38.67'%

%33.33
%28
%38.67

CMYK color model

#967EAE color CMYK value is (14,28,0,32).

  • cyan value is 13.79%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,28,0,32)
C14M28Y0K32 (14%, 28%, 0%, 32%)
(0.14 / 0.28 / 0.00 / 0.32)

CMYK percentages

%13.79
%27.59
%0
%31.76

Codes

Color #967EAE in popluar color models

96 7E AE
RGB 150 126 174
HSL 270° 22.86% 58.82%
HSB/HSV 270° 27.59% 68.24%
CMYK 13.79% 27.59% 0.00%
31.76%

Color #967EAE in popluar number systems.

HEX 96 7E AE
Decimal 150 126 174
Binary 10010110 1111110 10101110
Octal 226 176 256

Shades and tints

Shades of #967EAE

#967EAE
(150,126,174)
#89739F
(137,115,159)
#7C6890
(124,104,144)
#6F5D81
(111,93,129)
#625272
(98,82,114)
#554763
(85,71,99)
#483C54
(72,60,84)
#3B3145
(59,49,69)
#2E2636
(46,38,54)
#211B27
(33,27,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #967EAE

#967EAE
(150,126,174)
#9F89B5
(159,137,181)
#A894BC
(168,148,188)
#B19FC3
(177,159,195)
#BAAACA
(186,170,202)
#C3B5D1
(195,181,209)
#CCC0D8
(204,192,216)
#D5CBDF
(213,203,223)
#DED6E6
(222,214,230)
#E7E1ED
(231,225,237)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967EAE color. Also use rgb(150,126,174) instead hex code.

Text Font Color

.myTextColor { color: #967EAE; }

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

This text font color is #967EAE.

Background Color

.myBgColor { background-color: #967EAE; }

<div style="background-color:#967EAE">Inner text</div>

This div background color is #967EAE.

Border color

.myBorderColor { border: 1px solid #967EAE; }

<div style="border:3px solid #967EAE">Div</div>

This div border color is #967EAE.

Opacity

.myOpacity80 { color: #967EAE; opacity: 0.8; }

<p style="color:#967EAE;opacity:0.8;">80%</p>

Text with #967EAE 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 #967EAE;}

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

This text has shadow with #967EAE color.


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

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

This text has shadow with #967EAE primary color and red secondary color.


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

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

This text has shadow with #967EAE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #967EAE.

Preview

Color preview on black background

This text has color #967EAE on black background.


Color preview on white background

This text has color #967EAE on white background.


Black color preview on #967EAE background

This text has black color on #967EAE background.


White color preview on #967EAE background

This text has white color on #967EAE background.


Related colors

Complementary color

Complementary color for #hex is #698151.


I love getcolorcode.com

Triadic colors

1 #AE967E and #7EAE96 with #967EAE are triadic colors.

2 #AE7E96 and #7E96AE with #967EAE are triadic colors.