COLOR #96C9B8

HEX: #96C9B8
RGB: (150,201,184)

Color info

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

RGB color model

#96C9B8 color RGB value is (150,201,184).

  • red value is 150;
  • green value is 201;
  • blue value is 184.
RGB:
(150,201,184)
(59%,79%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 201 of 255 = 79%
B 184 of 255 = 72%

150
201
184

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

Portions of RGB colors in percentages

R + G + B =
150 + 201 + 184 = 535 (100%)
R 150 of 535 ~ 28.04%
G 201 of 535 ~ 37.57%
B 184 of 535 ~ 34.39%

%28.04
%37.57
%34.39

CMYK color model

#96C9B8 color CMYK value is (25,0,8,21).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(25,0,8,21)
C25M0Y8K21 
(25%,0%,8%,21%)
(0.25/0.00/0.08/0.21)	

CMYK percentages

%25.37
%0
%8.46
%21.18

Codes

Color #96C9B8 in popluar color models

96C9B8
RGB150201184
HSL160°32.08%68.82%
HSB/HSV160°25.37%78.82%
CMYK25.37%0.00%8.46%
21.18%

Color #96C9B8 in popluar number systems.

HEX96C9B8
Decimal150201184
Binary100101101100100110111000
Octal226311270

Shades and tints

Shades of #96C9B8

#96C9B8
(150,201,184)
#89B7A8
(137,183,168)
#7CA598
(124,165,152)
#6F9388
(111,147,136)
#628178
(98,129,120)
#556F68
(85,111,104)
#485D58
(72,93,88)
#3B4B48
(59,75,72)
#2E3938
(46,57,56)
#212728
(33,39,40)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #96C9B8

#96C9B8
(150,201,184)
#9FCDBE
(159,205,190)
#A8D1C4
(168,209,196)
#B1D5CA
(177,213,202)
#BAD9D0
(186,217,208)
#C3DDD6
(195,221,214)
#CCE1DC
(204,225,220)
#D5E5E2
(213,229,226)
#DEE9E8
(222,233,232)
#E7EDEE
(231,237,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C9B8 color. Also use rgb(150,201,184) instead hex code.

Text Font Color

.myTextColor { color: #96C9B8; }

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

This text font color is #96C9B8.


Background Color

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

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

This div background color is #96C9B8.


Border color

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

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

This div border color is #96C9B8.


Opacity

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

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

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

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

This text has shadow with #96C9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C9B8 on black background.


Color preview on white background

This text has color #96C9B8 on white background.



Black color preview on #96C9B8 background

This text has black color on #96C9B8 background.


White color preview on #96C9B8 background

This text has white color on #96C9B8 background.