COLOR #96829C

HEX: #96829C RGB: (150,130,156)

Color info

#96829C contains red, green and blue colors in about the same proportion. Web safe color of #96829C is #999999 (or #999).

RGB color model

#96829C color RGB value is (150,130,156).

RGB: (150,130,156) (59%, 51%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 156 of 255 = 61%

150
130
156

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

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 156 = 436 (100%)
R 150 of 436 ~ 34.4%
G 130 of 436 ~ 29.82%
B 156 of 436 ~ 35.78'%

%34.4
%29.82
%35.78

CMYK color model

#96829C color CMYK value is (4,17,0,39).

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

CMYK: (4,17,0,39)
C4M17Y0K39 (4%, 17%, 0%, 39%)
(0.04 / 0.17 / 0.00 / 0.39)

CMYK percentages

%3.85
%16.67
%0
%38.82

Codes

Color #96829C in popluar color models

96 82 9C
RGB 150 130 156
HSL 286° 11.61% 56.08%
HSB/HSV 286° 16.67% 61.18%
CMYK 3.85% 16.67% 0.00%
38.82%

Color #96829C in popluar number systems.

HEX 96 82 9C
Decimal 150 130 156
Binary 10010110 10000010 10011100
Octal 226 202 234

Shades and tints

Shades of #96829C

#96829C
(150,130,156)
#89778E
(137,119,142)
#7C6C80
(124,108,128)
#6F6172
(111,97,114)
#625664
(98,86,100)
#554B56
(85,75,86)
#484048
(72,64,72)
#3B353A
(59,53,58)
#2E2A2C
(46,42,44)
#211F1E
(33,31,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #96829C

#96829C
(150,130,156)
#9F8DA5
(159,141,165)
#A898AE
(168,152,174)
#B1A3B7
(177,163,183)
#BAAEC0
(186,174,192)
#C3B9C9
(195,185,201)
#CCC4D2
(204,196,210)
#D5CFDB
(213,207,219)
#DEDAE4
(222,218,228)
#E7E5ED
(231,229,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96829C; }

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

This text font color is #96829C.

Background Color

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

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

This div background color is #96829C.

Border color

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

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

This div border color is #96829C.

Opacity

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

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

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

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

This text has shadow with #96829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96829C.

Preview

Color preview on black background

This text has color #96829C on black background.


Color preview on white background

This text has color #96829C on white background.


Black color preview on #96829C background

This text has black color on #96829C background.


White color preview on #96829C background

This text has white color on #96829C background.


Related colors

Complementary color

Complementary color for #hex is #697D63.


I love getcolorcode.com

Triadic colors

1 #9C9682 and #829C96 with #96829C are triadic colors.

2 #9C8296 and #82969C with #96829C are triadic colors.