COLOR #96DD99

HEX: #96DD99
RGB: (150,221,153)

Color info

#96DD99 contains mainly green color. Web safe color of #96DD99 is #99CC99 (or #9C9).

RGB color model

#96DD99 color RGB value is (150,221,153).

  • red value is 150;
  • green value is 221;
  • blue value is 153.
RGB:
(150,221,153)
(59%,87%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 153 of 255 = 60%

150
221
153

R + G + B ~ 69%. #96DD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 221 + 153 = 524 (100%)
R 150 of 524 ~ 28.63%
G 221 of 524 ~ 42.18%
B 153 of 524 ~ 29.2%

%28.63
%42.18
%29.2

CMYK color model

#96DD99 color CMYK value is (32,0,31,13).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK:
(32,0,31,13)
C32M0Y31K13 
(32%,0%,31%,13%)
(0.32/0.00/0.31/0.13)	

CMYK percentages

%32.13
%0
%30.77
%13.33

Codes

Color #96DD99 in popluar color models

96DD99
RGB150221153
HSL123°51.08%72.75%
HSB/HSV123°32.13%86.67%
CMYK32.13%0.00%30.77%
13.33%

Color #96DD99 in popluar number systems.

HEX96DD99
Decimal150221153
Binary100101101101110110011001
Octal226335231

Shades and tints

Shades of #96DD99

#96DD99
(150,221,153)
#89C98C
(137,201,140)
#7CB57F
(124,181,127)
#6FA172
(111,161,114)
#628D65
(98,141,101)
#557958
(85,121,88)
#48654B
(72,101,75)
#3B513E
(59,81,62)
#2E3D31
(46,61,49)
#212924
(33,41,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #96DD99

#96DD99
(150,221,153)
#9FE0A2
(159,224,162)
#A8E3AB
(168,227,171)
#B1E6B4
(177,230,180)
#BAE9BD
(186,233,189)
#C3ECC6
(195,236,198)
#CCEFCF
(204,239,207)
#D5F2D8
(213,242,216)
#DEF5E1
(222,245,225)
#E7F8EA
(231,248,234)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DD99; }

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

This text font color is #96DD99.


Background Color

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

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

This div background color is #96DD99.


Border color

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

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

This div border color is #96DD99.


Opacity

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

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

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

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

This text has shadow with #96DD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DD99 on black background.


Color preview on white background

This text has color #96DD99 on white background.



Black color preview on #96DD99 background

This text has black color on #96DD99 background.


White color preview on #96DD99 background

This text has white color on #96DD99 background.