COLOR #96848D

HEX: #96848D RGB: (150,132,141)

Color info

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

RGB color model

#96848D color RGB value is (150,132,141).

RGB: (150,132,141) (59%, 52%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 141 of 255 = 55%

150
132
141

R + G + B ~ 55%. #96848D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 132 + 141 = 423 (100%)
R 150 of 423 ~ 35.46%
G 132 of 423 ~ 31.21%
B 141 of 423 ~ 33.33'%

%35.46
%31.21
%33.33

CMYK color model

#96848D color CMYK value is (0,12,6,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 6.00%
  • key color value is 41.18%

CMYK: (0,12,6,41)
C0M12Y6K41 (0%, 12%, 6%, 41%)
(0.00 / 0.12 / 0.06 / 0.41)

CMYK percentages

%0
%12
%6
%41.18

Codes

Color #96848D in popluar color models

96 84 8D
RGB 150 132 141
HSL 330° 7.89% 55.29%
HSB/HSV 330° 12.00% 58.82%
CMYK 0.00% 12.00% 6.00%
41.18%

Color #96848D in popluar number systems.

HEX 96 84 8D
Decimal 150 132 141
Binary 10010110 10000100 10001101
Octal 226 204 215

Shades and tints

Shades of #96848D

#96848D
(150,132,141)
#897881
(137,120,129)
#7C6C75
(124,108,117)
#6F6069
(111,96,105)
#62545D
(98,84,93)
#554851
(85,72,81)
#483C45
(72,60,69)
#3B3039
(59,48,57)
#2E242D
(46,36,45)
#211821
(33,24,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #96848D

#96848D
(150,132,141)
#9F8F97
(159,143,151)
#A89AA1
(168,154,161)
#B1A5AB
(177,165,171)
#BAB0B5
(186,176,181)
#C3BBBF
(195,187,191)
#CCC6C9
(204,198,201)
#D5D1D3
(213,209,211)
#DEDCDD
(222,220,221)
#E7E7E7
(231,231,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96848D color. Also use rgb(150,132,141) instead hex code.

Text Font Color

.myTextColor { color: #96848D; }

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

This text font color is #96848D.

Background Color

.myBgColor { background-color: #96848D; }

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

This div background color is #96848D.

Border color

.myBorderColor { border: 1px solid #96848D; }

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

This div border color is #96848D.

Opacity

.myOpacity80 { color: #96848D; opacity: 0.8; }

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

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

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

This text has shadow with #96848D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96848D.

Preview

Color preview on black background

This text has color #96848D on black background.


Color preview on white background

This text has color #96848D on white background.


Black color preview on #96848D background

This text has black color on #96848D background.


White color preview on #96848D background

This text has white color on #96848D background.


Related colors

Complementary color

Complementary color for #hex is #697B72.


I love getcolorcode.com

Triadic colors

1 #8D9684 and #848D96 with #96848D are triadic colors.

2 #8D8496 and #84968D with #96848D are triadic colors.