COLOR #96AB7A

HEX: #96AB7A RGB: (150,171,122)

Color info

#96AB7A contains red, green and blue colors in about the same proportion. Web safe color of #96AB7A is #999966 (or #996).

RGB color model

#96AB7A color RGB value is (150,171,122).

RGB: (150,171,122) (59%, 67%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 122 of 255 = 48%

150
171
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 122 = 443 (100%)
R 150 of 443 ~ 33.86%
G 171 of 443 ~ 38.6%
B 122 of 443 ~ 27.54'%

%33.86
%38.6
%27.54

CMYK color model

#96AB7A color CMYK value is (12,0,29,33).

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

CMYK: (12,0,29,33)
C12M0Y29K33 (12%, 0%, 29%, 33%)
(0.12 / 0.00 / 0.29 / 0.33)

CMYK percentages

%12.28
%0
%28.65
%32.94

Codes

Color #96AB7A in popluar color models

96 AB 7A
RGB 150 171 122
HSL 86° 22.58% 57.45%
HSB/HSV 86° 28.65% 67.06%
CMYK 12.28% 0.00% 28.65%
32.94%

Color #96AB7A in popluar number systems.

HEX 96 AB 7A
Decimal 150 171 122
Binary 10010110 10101011 1111010
Octal 226 253 172

Shades and tints

Shades of #96AB7A

#96AB7A
(150,171,122)
#899C6F
(137,156,111)
#7C8D64
(124,141,100)
#6F7E59
(111,126,89)
#626F4E
(98,111,78)
#556043
(85,96,67)
#485138
(72,81,56)
#3B422D
(59,66,45)
#2E3322
(46,51,34)
#212417
(33,36,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #96AB7A

#96AB7A
(150,171,122)
#9FB286
(159,178,134)
#A8B992
(168,185,146)
#B1C09E
(177,192,158)
#BAC7AA
(186,199,170)
#C3CEB6
(195,206,182)
#CCD5C2
(204,213,194)
#D5DCCE
(213,220,206)
#DEE3DA
(222,227,218)
#E7EAE6
(231,234,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AB7A; }

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

This text font color is #96AB7A.

Background Color

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

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

This div background color is #96AB7A.

Border color

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

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

This div border color is #96AB7A.

Opacity

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

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

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

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

This text has shadow with #96AB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AB7A.

Preview

Color preview on black background

This text has color #96AB7A on black background.


Color preview on white background

This text has color #96AB7A on white background.


Black color preview on #96AB7A background

This text has black color on #96AB7A background.


White color preview on #96AB7A background

This text has white color on #96AB7A background.


Related colors

Complementary color

Complementary color for #hex is #695485.


I love getcolorcode.com

Triadic colors

1 #7A96AB and #AB7A96 with #96AB7A are triadic colors.

2 #7AAB96 and #AB967A with #96AB7A are triadic colors.