COLOR #96C8B8

HEX: #96C8B8
RGB: (150,200,184)

Color info

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

RGB color model

#96C8B8 color RGB value is (150,200,184).

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

RGB channels and saturation

R 150 of 255 = 59%
G 200 of 255 = 78%
B 184 of 255 = 72%

150
200
184

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

Portions of RGB colors in percentages

R + G + B =
150 + 200 + 184 = 534 (100%)
R 150 of 534 ~ 28.09%
G 200 of 534 ~ 37.45%
B 184 of 534 ~ 34.46%

%28.09
%37.45
%34.46

CMYK color model

#96C8B8 color CMYK value is (25,0,8,22).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 21.57%
CMYK:
(25,0,8,22)
C25M0Y8K22 
(25%,0%,8%,22%)
(0.25/0.00/0.08/0.22)	

CMYK percentages

%25
%0
%8
%21.57

Codes

Color #96C8B8 in popluar color models

96C8B8
RGB150200184
HSL161°31.25%68.63%
HSB/HSV161°25.00%78.43%
CMYK25.00%0.00%8.00%
21.57%

Color #96C8B8 in popluar number systems.

HEX96C8B8
Decimal150200184
Binary100101101100100010111000
Octal226310270

Shades and tints

Shades of #96C8B8

#96C8B8
(150,200,184)
#89B6A8
(137,182,168)
#7CA498
(124,164,152)
#6F9288
(111,146,136)
#628078
(98,128,120)
#556E68
(85,110,104)
#485C58
(72,92,88)
#3B4A48
(59,74,72)
#2E3838
(46,56,56)
#212628
(33,38,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #96C8B8

#96C8B8
(150,200,184)
#9FCDBE
(159,205,190)
#A8D2C4
(168,210,196)
#B1D7CA
(177,215,202)
#BADCD0
(186,220,208)
#C3E1D6
(195,225,214)
#CCE6DC
(204,230,220)
#D5EBE2
(213,235,226)
#DEF0E8
(222,240,232)
#E7F5EE
(231,245,238)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C8B8; }

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

This text font color is #96C8B8.


Background Color

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

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

This div background color is #96C8B8.


Border color

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

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

This div border color is #96C8B8.


Opacity

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

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

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

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

This text has shadow with #96C8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C8B8 on black background.


Color preview on white background

This text has color #96C8B8 on white background.



Black color preview on #96C8B8 background

This text has black color on #96C8B8 background.


White color preview on #96C8B8 background

This text has white color on #96C8B8 background.