COLOR #96AB85

HEX: #96AB85 RGB: (150,171,133)

Color info

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

RGB color model

#96AB85 color RGB value is (150,171,133).

RGB: (150,171,133) (59%, 67%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 133 of 255 = 52%

150
171
133

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 133 = 454 (100%)
R 150 of 454 ~ 33.04%
G 171 of 454 ~ 37.67%
B 133 of 454 ~ 29.3'%

%33.04
%37.67
%29.3

CMYK color model

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

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • 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
%22.22
%32.94

Codes

Color #96AB85 in popluar color models

96 AB 85
RGB 150 171 133
HSL 93° 18.45% 59.61%
HSB/HSV 93° 22.22% 67.06%
CMYK 12.28% 0.00% 22.22%
32.94%

Color #96AB85 in popluar number systems.

HEX 96 AB 85
Decimal 150 171 133
Binary 10010110 10101011 10000101
Octal 226 253 205

Shades and tints

Shades of #96AB85

#96AB85
(150,171,133)
#899C79
(137,156,121)
#7C8D6D
(124,141,109)
#6F7E61
(111,126,97)
#626F55
(98,111,85)
#556049
(85,96,73)
#48513D
(72,81,61)
#3B4231
(59,66,49)
#2E3325
(46,51,37)
#212419
(33,36,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #96AB85

#96AB85
(150,171,133)
#9FB290
(159,178,144)
#A8B99B
(168,185,155)
#B1C0A6
(177,192,166)
#BAC7B1
(186,199,177)
#C3CEBC
(195,206,188)
#CCD5C7
(204,213,199)
#D5DCD2
(213,220,210)
#DEE3DD
(222,227,221)
#E7EAE8
(231,234,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AB85; }

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

This text font color is #96AB85.

Background Color

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

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

This div background color is #96AB85.

Border color

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

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

This div border color is #96AB85.

Opacity

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

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

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

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

This text has shadow with #96AB85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AB85.

Preview

Color preview on black background

This text has color #96AB85 on black background.


Color preview on white background

This text has color #96AB85 on white background.


Black color preview on #96AB85 background

This text has black color on #96AB85 background.


White color preview on #96AB85 background

This text has white color on #96AB85 background.


Related colors

Complementary color

Complementary color for #hex is #69547A.


I love getcolorcode.com

Triadic colors

1 #8596AB and #AB8596 with #96AB85 are triadic colors.

2 #85AB96 and #AB9685 with #96AB85 are triadic colors.