COLOR #96D2BC

HEX: #96D2BC
RGB: (150,210,188)

Color info

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

RGB color model

#96D2BC color RGB value is (150,210,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 210 of 255 = 82%
B 188 of 255 = 74%

150
210
188

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

Portions of RGB colors in percentages

R + G + B =
150 + 210 + 188 = 548 (100%)
R 150 of 548 ~ 27.37%
G 210 of 548 ~ 38.32%
B 188 of 548 ~ 34.31%

%27.37
%38.32
%34.31

CMYK color model

#96D2BC color CMYK value is (29,0,10,18).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(29,0,10,18)
C29M0Y10K18 
(29%,0%,10%,18%)
(0.29/0.00/0.10/0.18)	

CMYK percentages

%28.57
%0
%10.48
%17.65

Codes

Color #96D2BC in popluar color models

96D2BC
RGB150210188
HSL158°40.00%70.59%
HSB/HSV158°28.57%82.35%
CMYK28.57%0.00%10.48%
17.65%

Color #96D2BC in popluar number systems.

HEX96D2BC
Decimal150210188
Binary100101101101001010111100
Octal226322274

Shades and tints

Shades of #96D2BC

#96D2BC
(150,210,188)
#89BFAB
(137,191,171)
#7CAC9A
(124,172,154)
#6F9989
(111,153,137)
#628678
(98,134,120)
#557367
(85,115,103)
#486056
(72,96,86)
#3B4D45
(59,77,69)
#2E3A34
(46,58,52)
#212723
(33,39,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96D2BC

#96D2BC
(150,210,188)
#9FD6C2
(159,214,194)
#A8DAC8
(168,218,200)
#B1DECE
(177,222,206)
#BAE2D4
(186,226,212)
#C3E6DA
(195,230,218)
#CCEAE0
(204,234,224)
#D5EEE6
(213,238,230)
#DEF2EC
(222,242,236)
#E7F6F2
(231,246,242)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D2BC; }

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

This text font color is #96D2BC.


Background Color

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

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

This div background color is #96D2BC.


Border color

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

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

This div border color is #96D2BC.


Opacity

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

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

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

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

This text has shadow with #96D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D2BC on black background.


Color preview on white background

This text has color #96D2BC on white background.



Black color preview on #96D2BC background

This text has black color on #96D2BC background.


White color preview on #96D2BC background

This text has white color on #96D2BC background.