COLOR #96D2BF

HEX: #96D2BF
RGB: (150,210,191)

Color info

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

RGB color model

#96D2BF color RGB value is (150,210,191).

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

RGB channels and saturation

R 150 of 255 = 59%
G 210 of 255 = 82%
B 191 of 255 = 75%

150
210
191

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

Portions of RGB colors in percentages

R + G + B =
150 + 210 + 191 = 551 (100%)
R 150 of 551 ~ 27.22%
G 210 of 551 ~ 38.11%
B 191 of 551 ~ 34.66%

%27.22
%38.11
%34.66

CMYK color model

#96D2BF color CMYK value is (29,0,9,18).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK:
(29,0,9,18)
C29M0Y9K18 
(29%,0%,9%,18%)
(0.29/0.00/0.09/0.18)	

CMYK percentages

%28.57
%0
%9.05
%17.65

Codes

Color #96D2BF in popluar color models

96D2BF
RGB150210191
HSL161°40.00%70.59%
HSB/HSV161°28.57%82.35%
CMYK28.57%0.00%9.05%
17.65%

Color #96D2BF in popluar number systems.

HEX96D2BF
Decimal150210191
Binary100101101101001010111111
Octal226322277

Shades and tints

Shades of #96D2BF

#96D2BF
(150,210,191)
#89BFAE
(137,191,174)
#7CAC9D
(124,172,157)
#6F998C
(111,153,140)
#62867B
(98,134,123)
#55736A
(85,115,106)
#486059
(72,96,89)
#3B4D48
(59,77,72)
#2E3A37
(46,58,55)
#212726
(33,39,38)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #96D2BF

#96D2BF
(150,210,191)
#9FD6C4
(159,214,196)
#A8DAC9
(168,218,201)
#B1DECE
(177,222,206)
#BAE2D3
(186,226,211)
#C3E6D8
(195,230,216)
#CCEADD
(204,234,221)
#D5EEE2
(213,238,226)
#DEF2E7
(222,242,231)
#E7F6EC
(231,246,236)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D2BF; }

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

This text font color is #96D2BF.


Background Color

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

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

This div background color is #96D2BF.


Border color

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

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

This div border color is #96D2BF.


Opacity

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

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

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

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

This text has shadow with #96D2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D2BF on black background.


Color preview on white background

This text has color #96D2BF on white background.



Black color preview on #96D2BF background

This text has black color on #96D2BF background.


White color preview on #96D2BF background

This text has white color on #96D2BF background.