COLOR #966E88

HEX: #966E88 RGB: (150,110,136)

Color info

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

RGB color model

#966E88 color RGB value is (150,110,136).

RGB: (150,110,136) (59%, 43%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 136 of 255 = 53%

150
110
136

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

Portions of RGB colors in percentages

R + G + B = 150 + 110 + 136 = 396 (100%)
R 150 of 396 ~ 37.88%
G 110 of 396 ~ 27.78%
B 136 of 396 ~ 34.34'%

%37.88
%27.78
%34.34

CMYK color model

#966E88 color CMYK value is (0,27,9,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 9.33%
  • key color value is 41.18%

CMYK: (0,27,9,41)
C0M27Y9K41 (0%, 27%, 9%, 41%)
(0.00 / 0.27 / 0.09 / 0.41)

CMYK percentages

%0
%26.67
%9.33
%41.18

Codes

Color #966E88 in popluar color models

96 6E 88
RGB 150 110 136
HSL 321° 16.00% 50.98%
HSB/HSV 321° 26.67% 58.82%
CMYK 0.00% 26.67% 9.33%
41.18%

Color #966E88 in popluar number systems.

HEX 96 6E 88
Decimal 150 110 136
Binary 10010110 1101110 10001000
Octal 226 156 210

Shades and tints

Shades of #966E88

#966E88
(150,110,136)
#89647C
(137,100,124)
#7C5A70
(124,90,112)
#6F5064
(111,80,100)
#624658
(98,70,88)
#553C4C
(85,60,76)
#483240
(72,50,64)
#3B2834
(59,40,52)
#2E1E28
(46,30,40)
#21141C
(33,20,28)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #966E88

#966E88
(150,110,136)
#9F7B92
(159,123,146)
#A8889C
(168,136,156)
#B195A6
(177,149,166)
#BAA2B0
(186,162,176)
#C3AFBA
(195,175,186)
#CCBCC4
(204,188,196)
#D5C9CE
(213,201,206)
#DED6D8
(222,214,216)
#E7E3E2
(231,227,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966E88; }

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

This text font color is #966E88.

Background Color

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

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

This div background color is #966E88.

Border color

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

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

This div border color is #966E88.

Opacity

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

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

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

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

This text has shadow with #966E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966E88.

Preview

Color preview on black background

This text has color #966E88 on black background.


Color preview on white background

This text has color #966E88 on white background.


Black color preview on #966E88 background

This text has black color on #966E88 background.


White color preview on #966E88 background

This text has white color on #966E88 background.


Related colors

Complementary color

Complementary color for #hex is #699177.


I love getcolorcode.com

Triadic colors

1 #88966E and #6E8896 with #966E88 are triadic colors.

2 #886E96 and #6E9688 with #966E88 are triadic colors.