COLOR #96D6BA

HEX: #96D6BA
RGB: (150,214,186)

Color info

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

RGB color model

#96D6BA color RGB value is (150,214,186).

  • red value is 150;
  • green value is 214;
  • blue value is 186.
RGB:
(150,214,186)
(59%,84%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 186 of 255 = 73%

150
214
186

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

Portions of RGB colors in percentages

R + G + B =
150 + 214 + 186 = 550 (100%)
R 150 of 550 ~ 27.27%
G 214 of 550 ~ 38.91%
B 186 of 550 ~ 33.82%

%27.27
%38.91
%33.82

CMYK color model

#96D6BA color CMYK value is (30,0,13,16).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(30,0,13,16)
C30M0Y13K16 
(30%,0%,13%,16%)
(0.30/0.00/0.13/0.16)	

CMYK percentages

%29.91
%0
%13.08
%16.08

Codes

Color #96D6BA in popluar color models

96D6BA
RGB150214186
HSL154°43.84%71.37%
HSB/HSV154°29.91%83.92%
CMYK29.91%0.00%13.08%
16.08%

Color #96D6BA in popluar number systems.

HEX96D6BA
Decimal150214186
Binary100101101101011010111010
Octal226326272

Shades and tints

Shades of #96D6BA

#96D6BA
(150,214,186)
#89C3AA
(137,195,170)
#7CB09A
(124,176,154)
#6F9D8A
(111,157,138)
#628A7A
(98,138,122)
#55776A
(85,119,106)
#48645A
(72,100,90)
#3B514A
(59,81,74)
#2E3E3A
(46,62,58)
#212B2A
(33,43,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #96D6BA

#96D6BA
(150,214,186)
#9FD9C0
(159,217,192)
#A8DCC6
(168,220,198)
#B1DFCC
(177,223,204)
#BAE2D2
(186,226,210)
#C3E5D8
(195,229,216)
#CCE8DE
(204,232,222)
#D5EBE4
(213,235,228)
#DEEEEA
(222,238,234)
#E7F1F0
(231,241,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D6BA color. Also use rgb(150,214,186) instead hex code.

Text Font Color

.myTextColor { color: #96D6BA; }

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

This text font color is #96D6BA.


Background Color

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

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

This div background color is #96D6BA.


Border color

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

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

This div border color is #96D6BA.


Opacity

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

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

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

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

This text has shadow with #96D6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D6BA on black background.


Color preview on white background

This text has color #96D6BA on white background.



Black color preview on #96D6BA background

This text has black color on #96D6BA background.


White color preview on #96D6BA background

This text has white color on #96D6BA background.