COLOR #96A199

HEX: #96A199 RGB: (150,161,153)

Color info

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

RGB color model

#96A199 color RGB value is (150,161,153).

RGB: (150,161,153) (59%, 63%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 153 of 255 = 60%

150
161
153

R + G + B ~ 61%. #96A199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 161 + 153 = 464 (100%)
R 150 of 464 ~ 32.33%
G 161 of 464 ~ 34.7%
B 153 of 464 ~ 32.97'%

%32.33
%34.7
%32.97

CMYK color model

#96A199 color CMYK value is (7,0,5,37).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%

CMYK: (7,0,5,37)
C7M0Y5K37 (7%, 0%, 5%, 37%)
(0.07 / 0.00 / 0.05 / 0.37)

CMYK percentages

%6.83
%0
%4.97
%36.86

Codes

Color #96A199 in popluar color models

96 A1 99
RGB 150 161 153
HSL 136° 5.53% 60.98%
HSB/HSV 136° 6.83% 63.14%
CMYK 6.83% 0.00% 4.97%
36.86%

Color #96A199 in popluar number systems.

HEX 96 A1 99
Decimal 150 161 153
Binary 10010110 10100001 10011001
Octal 226 241 231

Shades and tints

Shades of #96A199

#96A199
(150,161,153)
#89938C
(137,147,140)
#7C857F
(124,133,127)
#6F7772
(111,119,114)
#626965
(98,105,101)
#555B58
(85,91,88)
#484D4B
(72,77,75)
#3B3F3E
(59,63,62)
#2E3131
(46,49,49)
#212324
(33,35,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #96A199

#96A199
(150,161,153)
#9FA9A2
(159,169,162)
#A8B1AB
(168,177,171)
#B1B9B4
(177,185,180)
#BAC1BD
(186,193,189)
#C3C9C6
(195,201,198)
#CCD1CF
(204,209,207)
#D5D9D8
(213,217,216)
#DEE1E1
(222,225,225)
#E7E9EA
(231,233,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A199 color. Also use rgb(150,161,153) instead hex code.

Text Font Color

.myTextColor { color: #96A199; }

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

This text font color is #96A199.

Background Color

.myBgColor { background-color: #96A199; }

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

This div background color is #96A199.

Border color

.myBorderColor { border: 1px solid #96A199; }

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

This div border color is #96A199.

Opacity

.myOpacity80 { color: #96A199; opacity: 0.8; }

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

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

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

This text has shadow with #96A199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A199.

Preview

Color preview on black background

This text has color #96A199 on black background.


Color preview on white background

This text has color #96A199 on white background.


Black color preview on #96A199 background

This text has black color on #96A199 background.


White color preview on #96A199 background

This text has white color on #96A199 background.


Related colors

Complementary color

Complementary color for #hex is #695E66.


I love getcolorcode.com

Triadic colors

1 #9996A1 and #A19996 with #96A199 are triadic colors.

2 #99A196 and #A19699 with #96A199 are triadic colors.