COLOR #96DFB2

HEX: #96DFB2
RGB: (150,223,178)

Color info

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

RGB color model

#96DFB2 color RGB value is (150,223,178).

  • red value is 150;
  • green value is 223;
  • blue value is 178.
RGB:
(150,223,178)
(59%,87%,70%)

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 178 of 255 = 70%

150
223
178

R + G + B ~ 72%. #96DFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 223 + 178 = 551 (100%)
R 150 of 551 ~ 27.22%
G 223 of 551 ~ 40.47%
B 178 of 551 ~ 32.3%

%27.22
%40.47
%32.3

CMYK color model

#96DFB2 color CMYK value is (33,0,20,13).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 12.55%
CMYK:
(33,0,20,13)
C33M0Y20K13 
(33%,0%,20%,13%)
(0.33/0.00/0.20/0.13)	

CMYK percentages

%32.74
%0
%20.18
%12.55

Codes

Color #96DFB2 in popluar color models

96DFB2
RGB150223178
HSL143°53.28%73.14%
HSB/HSV143°32.74%87.45%
CMYK32.74%0.00%20.18%
12.55%

Color #96DFB2 in popluar number systems.

HEX96DFB2
Decimal150223178
Binary100101101101111110110010
Octal226337262

Shades and tints

Shades of #96DFB2

#96DFB2
(150,223,178)
#89CBA2
(137,203,162)
#7CB792
(124,183,146)
#6FA382
(111,163,130)
#628F72
(98,143,114)
#557B62
(85,123,98)
#486752
(72,103,82)
#3B5342
(59,83,66)
#2E3F32
(46,63,50)
#212B22
(33,43,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96DFB2

#96DFB2
(150,223,178)
#9FE1B9
(159,225,185)
#A8E3C0
(168,227,192)
#B1E5C7
(177,229,199)
#BAE7CE
(186,231,206)
#C3E9D5
(195,233,213)
#CCEBDC
(204,235,220)
#D5EDE3
(213,237,227)
#DEEFEA
(222,239,234)
#E7F1F1
(231,241,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DFB2 color. Also use rgb(150,223,178) instead hex code.

Text Font Color

.myTextColor { color: #96DFB2; }

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

This text font color is #96DFB2.


Background Color

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

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

This div background color is #96DFB2.


Border color

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

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

This div border color is #96DFB2.


Opacity

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

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

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

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

This text has shadow with #96DFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DFB2 on black background.


Color preview on white background

This text has color #96DFB2 on white background.



Black color preview on #96DFB2 background

This text has black color on #96DFB2 background.


White color preview on #96DFB2 background

This text has white color on #96DFB2 background.