COLOR #96C6BA

HEX: #96C6BA
RGB: (150,198,186)

Color info

#96C6BA contains red, green and blue colors in about the same proportion. Web safe color of #96C6BA is #99CCCC (or #9CC).

RGB color model

#96C6BA color RGB value is (150,198,186).

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

RGB channels and saturation

R 150 of 255 = 59%
G 198 of 255 = 78%
B 186 of 255 = 73%

150
198
186

R + G + B ~ 70%. #96C6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 198 + 186 = 534 (100%)
R 150 of 534 ~ 28.09%
G 198 of 534 ~ 37.08%
B 186 of 534 ~ 34.83%

%28.09
%37.08
%34.83

CMYK color model

#96C6BA color CMYK value is (24,0,6,22).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(24,0,6,22)
C24M0Y6K22 
(24%,0%,6%,22%)
(0.24/0.00/0.06/0.22)	

CMYK percentages

%24.24
%0
%6.06
%22.35

Codes

Color #96C6BA in popluar color models

96C6BA
RGB150198186
HSL165°29.63%68.24%
HSB/HSV165°24.24%77.65%
CMYK24.24%0.00%6.06%
22.35%

Color #96C6BA in popluar number systems.

HEX96C6BA
Decimal150198186
Binary100101101100011010111010
Octal226306272

Shades and tints

Shades of #96C6BA

#96C6BA
(150,198,186)
#89B4AA
(137,180,170)
#7CA29A
(124,162,154)
#6F908A
(111,144,138)
#627E7A
(98,126,122)
#556C6A
(85,108,106)
#485A5A
(72,90,90)
#3B484A
(59,72,74)
#2E363A
(46,54,58)
#21242A
(33,36,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #96C6BA

#96C6BA
(150,198,186)
#9FCBC0
(159,203,192)
#A8D0C6
(168,208,198)
#B1D5CC
(177,213,204)
#BADAD2
(186,218,210)
#C3DFD8
(195,223,216)
#CCE4DE
(204,228,222)
#D5E9E4
(213,233,228)
#DEEEEA
(222,238,234)
#E7F3F0
(231,243,240)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C6BA; }

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

This text font color is #96C6BA.


Background Color

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

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

This div background color is #96C6BA.


Border color

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

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

This div border color is #96C6BA.


Opacity

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

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

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

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

This text has shadow with #96C6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C6BA on black background.


Color preview on white background

This text has color #96C6BA on white background.



Black color preview on #96C6BA background

This text has black color on #96C6BA background.


White color preview on #96C6BA background

This text has white color on #96C6BA background.