COLOR #96AD91

HEX: #96AD91 RGB: (150,173,145)

Color info

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

RGB color model

#96AD91 color RGB value is (150,173,145).

RGB: (150,173,145) (59%, 68%, 57%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 145 of 255 = 57%

150
173
145

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

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 145 = 468 (100%)
R 150 of 468 ~ 32.05%
G 173 of 468 ~ 36.97%
B 145 of 468 ~ 30.98'%

%32.05
%36.97
%30.98

CMYK color model

#96AD91 color CMYK value is (13,0,16,32).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (13,0,16,32)
C13M0Y16K32 (13%, 0%, 16%, 32%)
(0.13 / 0.00 / 0.16 / 0.32)

CMYK percentages

%13.29
%0
%16.18
%32.16

Codes

Color #96AD91 in popluar color models

96 AD 91
RGB 150 173 145
HSL 109° 14.58% 62.35%
HSB/HSV 109° 16.18% 67.84%
CMYK 13.29% 0.00% 16.18%
32.16%

Color #96AD91 in popluar number systems.

HEX 96 AD 91
Decimal 150 173 145
Binary 10010110 10101101 10010001
Octal 226 255 221

Shades and tints

Shades of #96AD91

#96AD91
(150,173,145)
#899E84
(137,158,132)
#7C8F77
(124,143,119)
#6F806A
(111,128,106)
#62715D
(98,113,93)
#556250
(85,98,80)
#485343
(72,83,67)
#3B4436
(59,68,54)
#2E3529
(46,53,41)
#21261C
(33,38,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #96AD91

#96AD91
(150,173,145)
#9FB49B
(159,180,155)
#A8BBA5
(168,187,165)
#B1C2AF
(177,194,175)
#BAC9B9
(186,201,185)
#C3D0C3
(195,208,195)
#CCD7CD
(204,215,205)
#D5DED7
(213,222,215)
#DEE5E1
(222,229,225)
#E7ECEB
(231,236,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AD91 color. Also use rgb(150,173,145) instead hex code.

Text Font Color

.myTextColor { color: #96AD91; }

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

This text font color is #96AD91.

Background Color

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

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

This div background color is #96AD91.

Border color

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

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

This div border color is #96AD91.

Opacity

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

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

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

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

This text has shadow with #96AD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AD91.

Preview

Color preview on black background

This text has color #96AD91 on black background.


Color preview on white background

This text has color #96AD91 on white background.


Black color preview on #96AD91 background

This text has black color on #96AD91 background.


White color preview on #96AD91 background

This text has white color on #96AD91 background.


Related colors

Complementary color

Complementary color for #hex is #69526E.


I love getcolorcode.com

Triadic colors

1 #9196AD and #AD9196 with #96AD91 are triadic colors.

2 #91AD96 and #AD9691 with #96AD91 are triadic colors.