COLOR #96DFBF

HEX: #96DFBF
RGB: (150,223,191)

Color info

#96DFBF contains mainly green and blue colors. Web safe color of #96DFBF is #99CCCC (or #9CC).

RGB color model

#96DFBF color RGB value is (150,223,191).

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

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 191 of 255 = 75%

150
223
191

R + G + B ~ 74%. #96DFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 223 + 191 = 564 (100%)
R 150 of 564 ~ 26.6%
G 223 of 564 ~ 39.54%
B 191 of 564 ~ 33.87%

%26.6
%39.54
%33.87

CMYK color model

#96DFBF color CMYK value is (33,0,14,13).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 12.55%
CMYK:
(33,0,14,13)
C33M0Y14K13 
(33%,0%,14%,13%)
(0.33/0.00/0.14/0.13)	

CMYK percentages

%32.74
%0
%14.35
%12.55

Codes

Color #96DFBF in popluar color models

96DFBF
RGB150223191
HSL154°53.28%73.14%
HSB/HSV154°32.74%87.45%
CMYK32.74%0.00%14.35%
12.55%

Color #96DFBF in popluar number systems.

HEX96DFBF
Decimal150223191
Binary100101101101111110111111
Octal226337277

Shades and tints

Shades of #96DFBF

#96DFBF
(150,223,191)
#89CBAE
(137,203,174)
#7CB79D
(124,183,157)
#6FA38C
(111,163,140)
#628F7B
(98,143,123)
#557B6A
(85,123,106)
#486759
(72,103,89)
#3B5348
(59,83,72)
#2E3F37
(46,63,55)
#212B26
(33,43,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96DFBF

#96DFBF
(150,223,191)
#9FE1C4
(159,225,196)
#A8E3C9
(168,227,201)
#B1E5CE
(177,229,206)
#BAE7D3
(186,231,211)
#C3E9D8
(195,233,216)
#CCEBDD
(204,235,221)
#D5EDE2
(213,237,226)
#DEEFE7
(222,239,231)
#E7F1EC
(231,241,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DFBF; }

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

This text font color is #96DFBF.


Background Color

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

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

This div background color is #96DFBF.


Border color

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

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

This div border color is #96DFBF.


Opacity

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

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

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

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

This text has shadow with #96DFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DFBF on black background.


Color preview on white background

This text has color #96DFBF on white background.



Black color preview on #96DFBF background

This text has black color on #96DFBF background.


White color preview on #96DFBF background

This text has white color on #96DFBF background.