COLOR #96DB92

HEX: #96DB92
RGB: (150,219,146)

Color info

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

RGB color model

#96DB92 color RGB value is (150,219,146).

  • red value is 150;
  • green value is 219;
  • blue value is 146.
RGB:
(150,219,146)
(59%,86%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 146 of 255 = 57%

150
219
146

R + G + B ~ 67%. #96DB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 219 + 146 = 515 (100%)
R 150 of 515 ~ 29.13%
G 219 of 515 ~ 42.52%
B 146 of 515 ~ 28.35%

%29.13
%42.52
%28.35

CMYK color model

#96DB92 color CMYK value is (32,0,33,14).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 14.12%
CMYK:
(32,0,33,14)
C32M0Y33K14 
(32%,0%,33%,14%)
(0.32/0.00/0.33/0.14)	

CMYK percentages

%31.51
%0
%33.33
%14.12

Codes

Color #96DB92 in popluar color models

96DB92
RGB150219146
HSL117°50.34%71.57%
HSB/HSV117°33.33%85.88%
CMYK31.51%0.00%33.33%
14.12%

Color #96DB92 in popluar number systems.

HEX96DB92
Decimal150219146
Binary100101101101101110010010
Octal226333222

Shades and tints

Shades of #96DB92

#96DB92
(150,219,146)
#89C885
(137,200,133)
#7CB578
(124,181,120)
#6FA26B
(111,162,107)
#628F5E
(98,143,94)
#557C51
(85,124,81)
#486944
(72,105,68)
#3B5637
(59,86,55)
#2E432A
(46,67,42)
#21301D
(33,48,29)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #96DB92

#96DB92
(150,219,146)
#9FDE9B
(159,222,155)
#A8E1A4
(168,225,164)
#B1E4AD
(177,228,173)
#BAE7B6
(186,231,182)
#C3EABF
(195,234,191)
#CCEDC8
(204,237,200)
#D5F0D1
(213,240,209)
#DEF3DA
(222,243,218)
#E7F6E3
(231,246,227)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DB92 color. Also use rgb(150,219,146) instead hex code.

Text Font Color

.myTextColor { color: #96DB92; }

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

This text font color is #96DB92.


Background Color

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

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

This div background color is #96DB92.


Border color

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

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

This div border color is #96DB92.


Opacity

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

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

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

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

This text has shadow with #96DB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DB92 on black background.


Color preview on white background

This text has color #96DB92 on white background.



Black color preview on #96DB92 background

This text has black color on #96DB92 background.


White color preview on #96DB92 background

This text has white color on #96DB92 background.