COLOR #966788

HEX: #966788
RGB: (150,103,136)

Color info

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

RGB color model

#966788 color RGB value is (150,103,136).

  • red value is 150;
  • green value is 103;
  • blue value is 136.
RGB:
(150,103,136)
(59%,40%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 103 of 255 = 40%
B 136 of 255 = 53%

150
103
136

R + G + B ~ 51%. #966788 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 103 + 136 = 389 (100%)
R 150 of 389 ~ 38.56%
G 103 of 389 ~ 26.48%
B 136 of 389 ~ 34.96%

%38.56
%26.48
%34.96

CMYK color model

#966788 color CMYK value is (0,31,9,41).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(0,31,9,41)
C0M31Y9K41 
(0%,31%,9%,41%)
(0.00/0.31/0.09/0.41)	

CMYK percentages

%0
%31.33
%9.33
%41.18

Codes

Color #966788 in popluar color models

966788
RGB150103136
HSL318°18.58%49.61%
HSB/HSV318°31.33%58.82%
CMYK0.00%31.33%9.33%
41.18%

Color #966788 in popluar number systems.

HEX966788
Decimal150103136
Binary10010110110011110001000
Octal226147210

Shades and tints

Shades of #966788

#966788
(150,103,136)
#895E7C
(137,94,124)
#7C5570
(124,85,112)
#6F4C64
(111,76,100)
#624358
(98,67,88)
#553A4C
(85,58,76)
#483140
(72,49,64)
#3B2834
(59,40,52)
#2E1F28
(46,31,40)
#21161C
(33,22,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #966788

#966788
(150,103,136)
#9F7492
(159,116,146)
#A8819C
(168,129,156)
#B18EA6
(177,142,166)
#BA9BB0
(186,155,176)
#C3A8BA
(195,168,186)
#CCB5C4
(204,181,196)
#D5C2CE
(213,194,206)
#DECFD8
(222,207,216)
#E7DCE2
(231,220,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966788; }

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

This text font color is #966788.


Background Color

.myBgColor { background-color: #966788; }

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

This div background color is #966788.


Border color

.myBorderColor { border: 1px solid #966788; }

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

This div border color is #966788.


Opacity

.myOpacity80 { color: #966788; opacity: 0.8; }

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

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

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

This text has shadow with #966788 color.

.textShadow {text-shadow: 3px 3px 1px #966788, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #966788;
-webkit-box-shadow: 1px 1px 3px 2px #966788;
box-shadow:1px 1px 3px 2px #966788;">
Div content here</div>
This div box has shadow with color #966788.

Preview

Color preview on black background

This text has color #966788 on black background.


Color preview on white background

This text has color #966788 on white background.



Black color preview on #966788 background

This text has black color on #966788 background.


White color preview on #966788 background

This text has white color on #966788 background.