COLOR #96AB86

HEX: #96AB86 RGB: (150,171,134)

Color info

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

RGB color model

#96AB86 color RGB value is (150,171,134).

RGB: (150,171,134) (59%, 67%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 134 of 255 = 53%

150
171
134

R + G + B ~ 60%. #96AB86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 134 = 455 (100%)
R 150 of 455 ~ 32.97%
G 171 of 455 ~ 37.58%
B 134 of 455 ~ 29.45'%

%32.97
%37.58
%29.45

CMYK color model

#96AB86 color CMYK value is (12,0,22,33).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 21.64%
  • key color value is 32.94%

CMYK: (12,0,22,33)
C12M0Y22K33 (12%, 0%, 22%, 33%)
(0.12 / 0.00 / 0.22 / 0.33)

CMYK percentages

%12.28
%0
%21.64
%32.94

Codes

Color #96AB86 in popluar color models

96 AB 86
RGB 150 171 134
HSL 94° 18.05% 59.80%
HSB/HSV 94° 21.64% 67.06%
CMYK 12.28% 0.00% 21.64%
32.94%

Color #96AB86 in popluar number systems.

HEX 96 AB 86
Decimal 150 171 134
Binary 10010110 10101011 10000110
Octal 226 253 206

Shades and tints

Shades of #96AB86

#96AB86
(150,171,134)
#899C7A
(137,156,122)
#7C8D6E
(124,141,110)
#6F7E62
(111,126,98)
#626F56
(98,111,86)
#55604A
(85,96,74)
#48513E
(72,81,62)
#3B4232
(59,66,50)
#2E3326
(46,51,38)
#21241A
(33,36,26)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #96AB86

#96AB86
(150,171,134)
#9FB291
(159,178,145)
#A8B99C
(168,185,156)
#B1C0A7
(177,192,167)
#BAC7B2
(186,199,178)
#C3CEBD
(195,206,189)
#CCD5C8
(204,213,200)
#D5DCD3
(213,220,211)
#DEE3DE
(222,227,222)
#E7EAE9
(231,234,233)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AB86 color. Also use rgb(150,171,134) instead hex code.

Text Font Color

.myTextColor { color: #96AB86; }

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

This text font color is #96AB86.

Background Color

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

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

This div background color is #96AB86.

Border color

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

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

This div border color is #96AB86.

Opacity

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

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

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

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

This text has shadow with #96AB86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AB86.

Preview

Color preview on black background

This text has color #96AB86 on black background.


Color preview on white background

This text has color #96AB86 on white background.


Black color preview on #96AB86 background

This text has black color on #96AB86 background.


White color preview on #96AB86 background

This text has white color on #96AB86 background.


Related colors

Complementary color

Complementary color for #hex is #695479.


I love getcolorcode.com

Triadic colors

1 #8696AB and #AB8696 with #96AB86 are triadic colors.

2 #86AB96 and #AB9686 with #96AB86 are triadic colors.