COLOR #96CEB6

HEX: #96CEB6
RGB: (150,206,182)

Color info

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

RGB color model

#96CEB6 color RGB value is (150,206,182).

  • red value is 150;
  • green value is 206;
  • blue value is 182.
RGB:
(150,206,182)
(59%,81%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 182 of 255 = 71%

150
206
182

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

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 182 = 538 (100%)
R 150 of 538 ~ 27.88%
G 206 of 538 ~ 38.29%
B 182 of 538 ~ 33.83%

%27.88
%38.29
%33.83

CMYK color model

#96CEB6 color CMYK value is (27,0,12,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(27,0,12,19)
C27M0Y12K19 
(27%,0%,12%,19%)
(0.27/0.00/0.12/0.19)	

CMYK percentages

%27.18
%0
%11.65
%19.22

Codes

Color #96CEB6 in popluar color models

96CEB6
RGB150206182
HSL154°36.36%69.80%
HSB/HSV154°27.18%80.78%
CMYK27.18%0.00%11.65%
19.22%

Color #96CEB6 in popluar number systems.

HEX96CEB6
Decimal150206182
Binary100101101100111010110110
Octal226316266

Shades and tints

Shades of #96CEB6

#96CEB6
(150,206,182)
#89BCA6
(137,188,166)
#7CAA96
(124,170,150)
#6F9886
(111,152,134)
#628676
(98,134,118)
#557466
(85,116,102)
#486256
(72,98,86)
#3B5046
(59,80,70)
#2E3E36
(46,62,54)
#212C26
(33,44,38)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #96CEB6

#96CEB6
(150,206,182)
#9FD2BC
(159,210,188)
#A8D6C2
(168,214,194)
#B1DAC8
(177,218,200)
#BADECE
(186,222,206)
#C3E2D4
(195,226,212)
#CCE6DA
(204,230,218)
#D5EAE0
(213,234,224)
#DEEEE6
(222,238,230)
#E7F2EC
(231,242,236)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CEB6 color. Also use rgb(150,206,182) instead hex code.

Text Font Color

.myTextColor { color: #96CEB6; }

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

This text font color is #96CEB6.


Background Color

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

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

This div background color is #96CEB6.


Border color

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

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

This div border color is #96CEB6.


Opacity

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

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

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

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

This text has shadow with #96CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEB6 on black background.


Color preview on white background

This text has color #96CEB6 on white background.



Black color preview on #96CEB6 background

This text has black color on #96CEB6 background.


White color preview on #96CEB6 background

This text has white color on #96CEB6 background.