COLOR #96AB81

HEX: #96AB81 RGB: (150,171,129)

Color info

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

RGB color model

#96AB81 color RGB value is (150,171,129).

RGB: (150,171,129) (59%, 67%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 129 of 255 = 51%

150
171
129

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 129 = 450 (100%)
R 150 of 450 ~ 33.33%
G 171 of 450 ~ 38%
B 129 of 450 ~ 28.67'%

%33.33
%38
%28.67

CMYK color model

#96AB81 color CMYK value is (12,0,25,33).

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

CMYK: (12,0,25,33)
C12M0Y25K33 (12%, 0%, 25%, 33%)
(0.12 / 0.00 / 0.25 / 0.33)

CMYK percentages

%12.28
%0
%24.56
%32.94

Codes

Color #96AB81 in popluar color models

96 AB 81
RGB 150 171 129
HSL 90° 20.00% 58.82%
HSB/HSV 90° 24.56% 67.06%
CMYK 12.28% 0.00% 24.56%
32.94%

Color #96AB81 in popluar number systems.

HEX 96 AB 81
Decimal 150 171 129
Binary 10010110 10101011 10000001
Octal 226 253 201

Shades and tints

Shades of #96AB81

#96AB81
(150,171,129)
#899C76
(137,156,118)
#7C8D6B
(124,141,107)
#6F7E60
(111,126,96)
#626F55
(98,111,85)
#55604A
(85,96,74)
#48513F
(72,81,63)
#3B4234
(59,66,52)
#2E3329
(46,51,41)
#21241E
(33,36,30)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96AB81

#96AB81
(150,171,129)
#9FB28C
(159,178,140)
#A8B997
(168,185,151)
#B1C0A2
(177,192,162)
#BAC7AD
(186,199,173)
#C3CEB8
(195,206,184)
#CCD5C3
(204,213,195)
#D5DCCE
(213,220,206)
#DEE3D9
(222,227,217)
#E7EAE4
(231,234,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AB81; }

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

This text font color is #96AB81.

Background Color

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

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

This div background color is #96AB81.

Border color

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

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

This div border color is #96AB81.

Opacity

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

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

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

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

This text has shadow with #96AB81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AB81.

Preview

Color preview on black background

This text has color #96AB81 on black background.


Color preview on white background

This text has color #96AB81 on white background.


Black color preview on #96AB81 background

This text has black color on #96AB81 background.


White color preview on #96AB81 background

This text has white color on #96AB81 background.


Related colors

Complementary color

Complementary color for #hex is #69547E.


I love getcolorcode.com

Triadic colors

1 #8196AB and #AB8196 with #96AB81 are triadic colors.

2 #81AB96 and #AB9681 with #96AB81 are triadic colors.