COLOR #96A19A

HEX: #96A19A RGB: (150,161,154)

Color info

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

RGB color model

#96A19A color RGB value is (150,161,154).

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

RGB channels and saturation

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

150
161
154

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

Portions of RGB colors in percentages

R + G + B = 150 + 161 + 154 = 465 (100%)
R 150 of 465 ~ 32.26%
G 161 of 465 ~ 34.62%
B 154 of 465 ~ 33.12'%

%32.26
%34.62
%33.12

CMYK color model

#96A19A color CMYK value is (7,0,4,37).

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

CMYK: (7,0,4,37)
C7M0Y4K37 (7%, 0%, 4%, 37%)
(0.07 / 0.00 / 0.04 / 0.37)

CMYK percentages

%6.83
%0
%4.35
%36.86

Codes

Color #96A19A in popluar color models

96 A1 9A
RGB 150 161 154
HSL 142° 5.53% 60.98%
HSB/HSV 142° 6.83% 63.14%
CMYK 6.83% 0.00% 4.35%
36.86%

Color #96A19A in popluar number systems.

HEX 96 A1 9A
Decimal 150 161 154
Binary 10010110 10100001 10011010
Octal 226 241 232

Shades and tints

Shades of #96A19A

#96A19A
(150,161,154)
#89938C
(137,147,140)
#7C857E
(124,133,126)
#6F7770
(111,119,112)
#626962
(98,105,98)
#555B54
(85,91,84)
#484D46
(72,77,70)
#3B3F38
(59,63,56)
#2E312A
(46,49,42)
#21231C
(33,35,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #96A19A

#96A19A
(150,161,154)
#9FA9A3
(159,169,163)
#A8B1AC
(168,177,172)
#B1B9B5
(177,185,181)
#BAC1BE
(186,193,190)
#C3C9C7
(195,201,199)
#CCD1D0
(204,209,208)
#D5D9D9
(213,217,217)
#DEE1E2
(222,225,226)
#E7E9EB
(231,233,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A19A; }

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

This text font color is #96A19A.

Background Color

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

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

This div background color is #96A19A.

Border color

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

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

This div border color is #96A19A.

Opacity

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

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

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

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

This text has shadow with #96A19A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A19A.

Preview

Color preview on black background

This text has color #96A19A on black background.


Color preview on white background

This text has color #96A19A on white background.


Black color preview on #96A19A background

This text has black color on #96A19A background.


White color preview on #96A19A background

This text has white color on #96A19A background.


Related colors

Complementary color

Complementary color for #hex is #695E65.


I love getcolorcode.com

Triadic colors

1 #9A96A1 and #A19A96 with #96A19A are triadic colors.

2 #9AA196 and #A1969A with #96A19A are triadic colors.