COLOR #96DDAA

HEX: #96DDAA RGB: (150,221,170)

Color info

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

RGB color model

#96DDAA color RGB value is (150,221,170).

RGB: (150,221,170) (59%, 87%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 170 of 255 = 67%

150
221
170

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

Portions of RGB colors in percentages

R + G + B = 150 + 221 + 170 = 541 (100%)
R 150 of 541 ~ 27.73%
G 221 of 541 ~ 40.85%
B 170 of 541 ~ 31.42'%

%27.73
%40.85
%31.42

CMYK color model

#96DDAA color CMYK value is (32,0,23,13).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (32,0,23,13)
C32M0Y23K13 (32%, 0%, 23%, 13%)
(0.32 / 0.00 / 0.23 / 0.13)

CMYK percentages

%32.13
%0
%23.08
%13.33

Codes

Color #96DDAA in popluar color models

96 DD AA
RGB 150 221 170
HSL 137° 51.08% 72.75%
HSB/HSV 137° 32.13% 86.67%
CMYK 32.13% 0.00% 23.08%
13.33%

Color #96DDAA in popluar number systems.

HEX 96 DD AA
Decimal 150 221 170
Binary 10010110 11011101 10101010
Octal 226 335 252

Shades and tints

Shades of #96DDAA

#96DDAA
(150,221,170)
#89C99B
(137,201,155)
#7CB58C
(124,181,140)
#6FA17D
(111,161,125)
#628D6E
(98,141,110)
#55795F
(85,121,95)
#486550
(72,101,80)
#3B5141
(59,81,65)
#2E3D32
(46,61,50)
#212923
(33,41,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96DDAA

#96DDAA
(150,221,170)
#9FE0B1
(159,224,177)
#A8E3B8
(168,227,184)
#B1E6BF
(177,230,191)
#BAE9C6
(186,233,198)
#C3ECCD
(195,236,205)
#CCEFD4
(204,239,212)
#D5F2DB
(213,242,219)
#DEF5E2
(222,245,226)
#E7F8E9
(231,248,233)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DDAA; }

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

This text font color is #96DDAA.

Background Color

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

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

This div background color is #96DDAA.

Border color

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

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

This div border color is #96DDAA.

Opacity

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

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

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

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

This text has shadow with #96DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DDAA.

Preview

Color preview on black background

This text has color #96DDAA on black background.


Color preview on white background

This text has color #96DDAA on white background.


Black color preview on #96DDAA background

This text has black color on #96DDAA background.


White color preview on #96DDAA background

This text has white color on #96DDAA background.


Related colors

Complementary color

Complementary color for #hex is #692255.


I love getcolorcode.com

Triadic colors

1 #AA96DD and #DDAA96 with #96DDAA are triadic colors.

2 #AADD96 and #DD96AA with #96DDAA are triadic colors.