COLOR #96D49B

HEX: #96D49B
RGB: (150,212,155)

Color info

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

RGB color model

#96D49B color RGB value is (150,212,155).

  • red value is 150;
  • green value is 212;
  • blue value is 155.
RGB:
(150,212,155)
(59%,83%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 155 of 255 = 61%

150
212
155

R + G + B ~ 68%. #96D49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 212 + 155 = 517 (100%)
R 150 of 517 ~ 29.01%
G 212 of 517 ~ 41.01%
B 155 of 517 ~ 29.98%

%29.01
%41.01
%29.98

CMYK color model

#96D49B color CMYK value is (29,0,27,17).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 16.86%
CMYK:
(29,0,27,17)
C29M0Y27K17 
(29%,0%,27%,17%)
(0.29/0.00/0.27/0.17)	

CMYK percentages

%29.25
%0
%26.89
%16.86

Codes

Color #96D49B in popluar color models

96D49B
RGB150212155
HSL125°41.89%70.98%
HSB/HSV125°29.25%83.14%
CMYK29.25%0.00%26.89%
16.86%

Color #96D49B in popluar number systems.

HEX96D49B
Decimal150212155
Binary100101101101010010011011
Octal226324233

Shades and tints

Shades of #96D49B

#96D49B
(150,212,155)
#89C18D
(137,193,141)
#7CAE7F
(124,174,127)
#6F9B71
(111,155,113)
#628863
(98,136,99)
#557555
(85,117,85)
#486247
(72,98,71)
#3B4F39
(59,79,57)
#2E3C2B
(46,60,43)
#21291D
(33,41,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96D49B

#96D49B
(150,212,155)
#9FD7A4
(159,215,164)
#A8DAAD
(168,218,173)
#B1DDB6
(177,221,182)
#BAE0BF
(186,224,191)
#C3E3C8
(195,227,200)
#CCE6D1
(204,230,209)
#D5E9DA
(213,233,218)
#DEECE3
(222,236,227)
#E7EFEC
(231,239,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D49B color. Also use rgb(150,212,155) instead hex code.

Text Font Color

.myTextColor { color: #96D49B; }

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

This text font color is #96D49B.


Background Color

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

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

This div background color is #96D49B.


Border color

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

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

This div border color is #96D49B.


Opacity

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

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

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

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

This text has shadow with #96D49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D49B on black background.


Color preview on white background

This text has color #96D49B on white background.



Black color preview on #96D49B background

This text has black color on #96D49B background.


White color preview on #96D49B background

This text has white color on #96D49B background.