COLOR #96D7AD

HEX: #96D7AD RGB: (150,215,173)

Color info

#96D7AD contains mainly green and blue colors. Web safe color of #96D7AD is #99CC99 (or #9C9).

RGB color model

#96D7AD color RGB value is (150,215,173).

RGB: (150,215,173) (59%, 84%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 173 of 255 = 68%

150
215
173

R + G + B ~ 70%. #96D7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 215 + 173 = 538 (100%)
R 150 of 538 ~ 27.88%
G 215 of 538 ~ 39.96%
B 173 of 538 ~ 32.16'%

%27.88
%39.96
%32.16

CMYK color model

#96D7AD color CMYK value is (30,0,20,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%

CMYK: (30,0,20,16)
C30M0Y20K16 (30%, 0%, 20%, 16%)
(0.30 / 0.00 / 0.20 / 0.16)

CMYK percentages

%30.23
%0
%19.53
%15.69

Codes

Color #96D7AD in popluar color models

96 D7 AD
RGB 150 215 173
HSL 141° 44.83% 71.57%
HSB/HSV 141° 30.23% 84.31%
CMYK 30.23% 0.00% 19.53%
15.69%

Color #96D7AD in popluar number systems.

HEX 96 D7 AD
Decimal 150 215 173
Binary 10010110 11010111 10101101
Octal 226 327 255

Shades and tints

Shades of #96D7AD

#96D7AD
(150,215,173)
#89C49E
(137,196,158)
#7CB18F
(124,177,143)
#6F9E80
(111,158,128)
#628B71
(98,139,113)
#557862
(85,120,98)
#486553
(72,101,83)
#3B5244
(59,82,68)
#2E3F35
(46,63,53)
#212C26
(33,44,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #96D7AD

#96D7AD
(150,215,173)
#9FDAB4
(159,218,180)
#A8DDBB
(168,221,187)
#B1E0C2
(177,224,194)
#BAE3C9
(186,227,201)
#C3E6D0
(195,230,208)
#CCE9D7
(204,233,215)
#D5ECDE
(213,236,222)
#DEEFE5
(222,239,229)
#E7F2EC
(231,242,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D7AD; }

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

This text font color is #96D7AD.

Background Color

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

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

This div background color is #96D7AD.

Border color

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

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

This div border color is #96D7AD.

Opacity

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

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

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

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

This text has shadow with #96D7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D7AD.

Preview

Color preview on black background

This text has color #96D7AD on black background.


Color preview on white background

This text has color #96D7AD on white background.


Black color preview on #96D7AD background

This text has black color on #96D7AD background.


White color preview on #96D7AD background

This text has white color on #96D7AD background.


Related colors

Complementary color

Complementary color for #hex is #692852.


I love getcolorcode.com

Triadic colors

1 #AD96D7 and #D7AD96 with #96D7AD are triadic colors.

2 #ADD796 and #D796AD with #96D7AD are triadic colors.