COLOR #966EAF

HEX: #966EAF RGB: (150,110,175)

Color info

#966EAF contains mainly red and blue colors. Web safe color of #966EAF is #996699 (or #969).

RGB color model

#966EAF color RGB value is (150,110,175).

RGB: (150,110,175) (59%, 43%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 175 of 255 = 69%

150
110
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 110 + 175 = 435 (100%)
R 150 of 435 ~ 34.48%
G 110 of 435 ~ 25.29%
B 175 of 435 ~ 40.23'%

%34.48
%25.29
%40.23

CMYK color model

#966EAF color CMYK value is (14,37,0,31).

  • cyan value is 14.29%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,37,0,31)
C14M37Y0K31 (14%, 37%, 0%, 31%)
(0.14 / 0.37 / 0.00 / 0.31)

CMYK percentages

%14.29
%37.14
%0
%31.37

Codes

Color #966EAF in popluar color models

96 6E AF
RGB 150 110 175
HSL 277° 28.89% 55.88%
HSB/HSV 277° 37.14% 68.63%
CMYK 14.29% 37.14% 0.00%
31.37%

Color #966EAF in popluar number systems.

HEX 96 6E AF
Decimal 150 110 175
Binary 10010110 1101110 10101111
Octal 226 156 257

Shades and tints

Shades of #966EAF

#966EAF
(150,110,175)
#8964A0
(137,100,160)
#7C5A91
(124,90,145)
#6F5082
(111,80,130)
#624673
(98,70,115)
#553C64
(85,60,100)
#483255
(72,50,85)
#3B2846
(59,40,70)
#2E1E37
(46,30,55)
#211428
(33,20,40)
#140A19
(20,10,25)
#000000
(0,0,0)

Tints of #966EAF

#966EAF
(150,110,175)
#9F7BB6
(159,123,182)
#A888BD
(168,136,189)
#B195C4
(177,149,196)
#BAA2CB
(186,162,203)
#C3AFD2
(195,175,210)
#CCBCD9
(204,188,217)
#D5C9E0
(213,201,224)
#DED6E7
(222,214,231)
#E7E3EE
(231,227,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966EAF color. Also use rgb(150,110,175) instead hex code.

Text Font Color

.myTextColor { color: #966EAF; }

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

This text font color is #966EAF.

Background Color

.myBgColor { background-color: #966EAF; }

<div style="background-color:#966EAF">Inner text</div>

This div background color is #966EAF.

Border color

.myBorderColor { border: 1px solid #966EAF; }

<div style="border:3px solid #966EAF">Div</div>

This div border color is #966EAF.

Opacity

.myOpacity80 { color: #966EAF; opacity: 0.8; }

<p style="color:#966EAF;opacity:0.8;">80%</p>

Text with #966EAF 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 #966EAF;}

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

This text has shadow with #966EAF color.


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

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

This text has shadow with #966EAF primary color and red secondary color.


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

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

This text has shadow with #966EAF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #966EAF.

Preview

Color preview on black background

This text has color #966EAF on black background.


Color preview on white background

This text has color #966EAF on white background.


Black color preview on #966EAF background

This text has black color on #966EAF background.


White color preview on #966EAF background

This text has white color on #966EAF background.


Related colors

Complementary color

Complementary color for #hex is #699150.


I love getcolorcode.com

Triadic colors

1 #AF966E and #6EAF96 with #966EAF are triadic colors.

2 #AF6E96 and #6E96AF with #966EAF are triadic colors.