COLOR #96D3A9

HEX: #96D3A9
RGB: (150,211,169)

Color info

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

RGB color model

#96D3A9 color RGB value is (150,211,169).

  • red value is 150;
  • green value is 211;
  • blue value is 169.
RGB:
(150,211,169)
(59%,83%,66%)

RGB channels and saturation

R 150 of 255 = 59%
G 211 of 255 = 83%
B 169 of 255 = 66%

150
211
169

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

Portions of RGB colors in percentages

R + G + B =
150 + 211 + 169 = 530 (100%)
R 150 of 530 ~ 28.3%
G 211 of 530 ~ 39.81%
B 169 of 530 ~ 31.89%

%28.3
%39.81
%31.89

CMYK color model

#96D3A9 color CMYK value is (29,0,20,17).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 17.25%
CMYK:
(29,0,20,17)
C29M0Y20K17 
(29%,0%,20%,17%)
(0.29/0.00/0.20/0.17)	

CMYK percentages

%28.91
%0
%19.91
%17.25

Codes

Color #96D3A9 in popluar color models

96D3A9
RGB150211169
HSL139°40.94%70.78%
HSB/HSV139°28.91%82.75%
CMYK28.91%0.00%19.91%
17.25%

Color #96D3A9 in popluar number systems.

HEX96D3A9
Decimal150211169
Binary100101101101001110101001
Octal226323251

Shades and tints

Shades of #96D3A9

#96D3A9
(150,211,169)
#89C09A
(137,192,154)
#7CAD8B
(124,173,139)
#6F9A7C
(111,154,124)
#62876D
(98,135,109)
#55745E
(85,116,94)
#48614F
(72,97,79)
#3B4E40
(59,78,64)
#2E3B31
(46,59,49)
#212822
(33,40,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96D3A9

#96D3A9
(150,211,169)
#9FD7B0
(159,215,176)
#A8DBB7
(168,219,183)
#B1DFBE
(177,223,190)
#BAE3C5
(186,227,197)
#C3E7CC
(195,231,204)
#CCEBD3
(204,235,211)
#D5EFDA
(213,239,218)
#DEF3E1
(222,243,225)
#E7F7E8
(231,247,232)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D3A9 color. Also use rgb(150,211,169) instead hex code.

Text Font Color

.myTextColor { color: #96D3A9; }

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

This text font color is #96D3A9.


Background Color

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

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

This div background color is #96D3A9.


Border color

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

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

This div border color is #96D3A9.


Opacity

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

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

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

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

This text has shadow with #96D3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D3A9 on black background.


Color preview on white background

This text has color #96D3A9 on white background.



Black color preview on #96D3A9 background

This text has black color on #96D3A9 background.


White color preview on #96D3A9 background

This text has white color on #96D3A9 background.