COLOR #96DB9A

HEX: #96DB9A
RGB: (150,219,154)

Color info

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

RGB color model

#96DB9A color RGB value is (150,219,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 154 of 255 = 60%

150
219
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 219 + 154 = 523 (100%)
R 150 of 523 ~ 28.68%
G 219 of 523 ~ 41.87%
B 154 of 523 ~ 29.45%

%28.68
%41.87
%29.45

CMYK color model

#96DB9A color CMYK value is (32,0,30,14).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%
CMYK:
(32,0,30,14)
C32M0Y30K14 
(32%,0%,30%,14%)
(0.32/0.00/0.30/0.14)	

CMYK percentages

%31.51
%0
%29.68
%14.12

Codes

Color #96DB9A in popluar color models

96DB9A
RGB150219154
HSL123°48.94%72.35%
HSB/HSV123°31.51%85.88%
CMYK31.51%0.00%29.68%
14.12%

Color #96DB9A in popluar number systems.

HEX96DB9A
Decimal150219154
Binary100101101101101110011010
Octal226333232

Shades and tints

Shades of #96DB9A

#96DB9A
(150,219,154)
#89C88C
(137,200,140)
#7CB57E
(124,181,126)
#6FA270
(111,162,112)
#628F62
(98,143,98)
#557C54
(85,124,84)
#486946
(72,105,70)
#3B5638
(59,86,56)
#2E432A
(46,67,42)
#21301C
(33,48,28)
#141D0E
(20,29,14)
#000000
(0,0,0)

Tints of #96DB9A

#96DB9A
(150,219,154)
#9FDEA3
(159,222,163)
#A8E1AC
(168,225,172)
#B1E4B5
(177,228,181)
#BAE7BE
(186,231,190)
#C3EAC7
(195,234,199)
#CCEDD0
(204,237,208)
#D5F0D9
(213,240,217)
#DEF3E2
(222,243,226)
#E7F6EB
(231,246,235)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DB9A; }

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

This text font color is #96DB9A.


Background Color

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

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

This div background color is #96DB9A.


Border color

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

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

This div border color is #96DB9A.


Opacity

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

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

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

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

This text has shadow with #96DB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DB9A on black background.


Color preview on white background

This text has color #96DB9A on white background.



Black color preview on #96DB9A background

This text has black color on #96DB9A background.


White color preview on #96DB9A background

This text has white color on #96DB9A background.