COLOR #96C5BE

HEX: #96C5BE
RGB: (150,197,190)

Color info

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

RGB color model

#96C5BE color RGB value is (150,197,190).

  • red value is 150;
  • green value is 197;
  • blue value is 190.
RGB:
(150,197,190)
(59%,77%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 197 of 255 = 77%
B 190 of 255 = 75%

150
197
190

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

Portions of RGB colors in percentages

R + G + B =
150 + 197 + 190 = 537 (100%)
R 150 of 537 ~ 27.93%
G 197 of 537 ~ 36.69%
B 190 of 537 ~ 35.38%

%27.93
%36.69
%35.38

CMYK color model

#96C5BE color CMYK value is (24,0,4,23).

  • cyan value is 23.86%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(24,0,4,23)
C24M0Y4K23 
(24%,0%,4%,23%)
(0.24/0.00/0.04/0.23)	

CMYK percentages

%23.86
%0
%3.55
%22.75

Codes

Color #96C5BE in popluar color models

96C5BE
RGB150197190
HSL171°28.83%68.04%
HSB/HSV171°23.86%77.25%
CMYK23.86%0.00%3.55%
22.75%

Color #96C5BE in popluar number systems.

HEX96C5BE
Decimal150197190
Binary100101101100010110111110
Octal226305276

Shades and tints

Shades of #96C5BE

#96C5BE
(150,197,190)
#89B4AD
(137,180,173)
#7CA39C
(124,163,156)
#6F928B
(111,146,139)
#62817A
(98,129,122)
#557069
(85,112,105)
#485F58
(72,95,88)
#3B4E47
(59,78,71)
#2E3D36
(46,61,54)
#212C25
(33,44,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #96C5BE

#96C5BE
(150,197,190)
#9FCAC3
(159,202,195)
#A8CFC8
(168,207,200)
#B1D4CD
(177,212,205)
#BAD9D2
(186,217,210)
#C3DED7
(195,222,215)
#CCE3DC
(204,227,220)
#D5E8E1
(213,232,225)
#DEEDE6
(222,237,230)
#E7F2EB
(231,242,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C5BE color. Also use rgb(150,197,190) instead hex code.

Text Font Color

.myTextColor { color: #96C5BE; }

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

This text font color is #96C5BE.


Background Color

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

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

This div background color is #96C5BE.


Border color

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

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

This div border color is #96C5BE.


Opacity

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

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

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

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

This text has shadow with #96C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C5BE on black background.


Color preview on white background

This text has color #96C5BE on white background.



Black color preview on #96C5BE background

This text has black color on #96C5BE background.


White color preview on #96C5BE background

This text has white color on #96C5BE background.