COLOR #96799C

HEX: #96799C RGB: (150,121,156)

Color info

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

RGB color model

#96799C color RGB value is (150,121,156).

RGB: (150,121,156) (59%, 47%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 156 of 255 = 61%

150
121
156

R + G + B ~ 56%. #96799C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 121 + 156 = 427 (100%)
R 150 of 427 ~ 35.13%
G 121 of 427 ~ 28.34%
B 156 of 427 ~ 36.53'%

%35.13
%28.34
%36.53

CMYK color model

#96799C color CMYK value is (4,22,0,39).

  • cyan value is 3.85%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,22,0,39)
C4M22Y0K39 (4%, 22%, 0%, 39%)
(0.04 / 0.22 / 0.00 / 0.39)

CMYK percentages

%3.85
%22.44
%0
%38.82

Codes

Color #96799C in popluar color models

96 79 9C
RGB 150 121 156
HSL 290° 15.02% 54.31%
HSB/HSV 290° 22.44% 61.18%
CMYK 3.85% 22.44% 0.00%
38.82%

Color #96799C in popluar number systems.

HEX 96 79 9C
Decimal 150 121 156
Binary 10010110 1111001 10011100
Octal 226 171 234

Shades and tints

Shades of #96799C

#96799C
(150,121,156)
#896E8E
(137,110,142)
#7C6380
(124,99,128)
#6F5872
(111,88,114)
#624D64
(98,77,100)
#554256
(85,66,86)
#483748
(72,55,72)
#3B2C3A
(59,44,58)
#2E212C
(46,33,44)
#21161E
(33,22,30)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #96799C

#96799C
(150,121,156)
#9F85A5
(159,133,165)
#A891AE
(168,145,174)
#B19DB7
(177,157,183)
#BAA9C0
(186,169,192)
#C3B5C9
(195,181,201)
#CCC1D2
(204,193,210)
#D5CDDB
(213,205,219)
#DED9E4
(222,217,228)
#E7E5ED
(231,229,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96799C color. Also use rgb(150,121,156) instead hex code.

Text Font Color

.myTextColor { color: #96799C; }

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

This text font color is #96799C.

Background Color

.myBgColor { background-color: #96799C; }

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

This div background color is #96799C.

Border color

.myBorderColor { border: 1px solid #96799C; }

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

This div border color is #96799C.

Opacity

.myOpacity80 { color: #96799C; opacity: 0.8; }

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

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

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

This text has shadow with #96799C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96799C.

Preview

Color preview on black background

This text has color #96799C on black background.


Color preview on white background

This text has color #96799C on white background.


Black color preview on #96799C background

This text has black color on #96799C background.


White color preview on #96799C background

This text has white color on #96799C background.


Related colors

Complementary color

Complementary color for #hex is #698663.


I love getcolorcode.com

Triadic colors

1 #9C9679 and #799C96 with #96799C are triadic colors.

2 #9C7996 and #79969C with #96799C are triadic colors.