COLOR #96DCAA

HEX: #96DCAA RGB: (150,220,170)

Color info

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

RGB color model

#96DCAA color RGB value is (150,220,170).

RGB: (150,220,170) (59%, 86%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 220 of 255 = 86%
B 170 of 255 = 67%

150
220
170

R + G + B ~ 71%. #96DCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 220 + 170 = 540 (100%)
R 150 of 540 ~ 27.78%
G 220 of 540 ~ 40.74%
B 170 of 540 ~ 31.48'%

%27.78
%40.74
%31.48

CMYK color model

#96DCAA color CMYK value is (32,0,23,14).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK: (32,0,23,14) C32M0Y23K14 (32%,0%,23%,14%) (0.32/0.00/0.23/0.14) 

CMYK percentages

%31.82
%0
%22.73
%13.73

Codes

Color #96DCAA in popluar color models

96 DC AA
RGB 150 220 170
HSL 137° 50.00% 72.55%
HSB/HSV 137° 31.82% 86.27%
CMYK 31.82% 0.00% 22.73%
13.73%

Color #96DCAA in popluar number systems.

HEX 96 DC AA
Decimal 150 220 170
Binary 10010110 11011100 10101010
Octal 226 334 252

Shades and tints

Shades of #96DCAA

#96DCAA
(150,220,170)
#89C89B
(137,200,155)
#7CB48C
(124,180,140)
#6FA07D
(111,160,125)
#628C6E
(98,140,110)
#55785F
(85,120,95)
#486450
(72,100,80)
#3B5041
(59,80,65)
#2E3C32
(46,60,50)
#212823
(33,40,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96DCAA

#96DCAA
(150,220,170)
#9FDFB1
(159,223,177)
#A8E2B8
(168,226,184)
#B1E5BF
(177,229,191)
#BAE8C6
(186,232,198)
#C3EBCD
(195,235,205)
#CCEED4
(204,238,212)
#D5F1DB
(213,241,219)
#DEF4E2
(222,244,226)
#E7F7E9
(231,247,233)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DCAA color. Also use rgb(150,220,170) instead hex code.

Text Font Color

.myTextColor { color: #96DCAA; }

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

This text font color is #96DCAA.

Background Color

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

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

This div background color is #96DCAA.

Border color

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

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

This div border color is #96DCAA.

Opacity

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

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

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

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

This text has shadow with #96DCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DCAA.

Preview

Color preview on black background

This text has color #96DCAA on black background.


Color preview on white background

This text has color #96DCAA on white background.


Black color preview on #96DCAA background

This text has black color on #96DCAA background.


White color preview on #96DCAA background

This text has white color on #96DCAA background.


Related colors

Complementary color

Complementary color for #hex is #692355.


I love getcolorcode.com

Triadic colors

1 #AA96DC and #DCAA96 with #96DCAA are triadic colors.

2 #AADC96 and #DC96AA with #96DCAA are triadic colors.