COLOR #96CEBC

HEX: #96CEBC
RGB: (150,206,188)

Color info

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

RGB color model

#96CEBC color RGB value is (150,206,188).

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

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 188 of 255 = 74%

150
206
188

R + G + B ~ 71%. #96CEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 188 = 544 (100%)
R 150 of 544 ~ 27.57%
G 206 of 544 ~ 37.87%
B 188 of 544 ~ 34.56%

%27.57
%37.87
%34.56

CMYK color model

#96CEBC color CMYK value is (27,0,9,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(27,0,9,19)
C27M0Y9K19 
(27%,0%,9%,19%)
(0.27/0.00/0.09/0.19)	

CMYK percentages

%27.18
%0
%8.74
%19.22

Codes

Color #96CEBC in popluar color models

96CEBC
RGB150206188
HSL161°36.36%69.80%
HSB/HSV161°27.18%80.78%
CMYK27.18%0.00%8.74%
19.22%

Color #96CEBC in popluar number systems.

HEX96CEBC
Decimal150206188
Binary100101101100111010111100
Octal226316274

Shades and tints

Shades of #96CEBC

#96CEBC
(150,206,188)
#89BCAB
(137,188,171)
#7CAA9A
(124,170,154)
#6F9889
(111,152,137)
#628678
(98,134,120)
#557467
(85,116,103)
#486256
(72,98,86)
#3B5045
(59,80,69)
#2E3E34
(46,62,52)
#212C23
(33,44,35)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #96CEBC

#96CEBC
(150,206,188)
#9FD2C2
(159,210,194)
#A8D6C8
(168,214,200)
#B1DACE
(177,218,206)
#BADED4
(186,222,212)
#C3E2DA
(195,226,218)
#CCE6E0
(204,230,224)
#D5EAE6
(213,234,230)
#DEEEEC
(222,238,236)
#E7F2F2
(231,242,242)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CEBC; }

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

This text font color is #96CEBC.


Background Color

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

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

This div background color is #96CEBC.


Border color

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

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

This div border color is #96CEBC.


Opacity

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

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

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

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

This text has shadow with #96CEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEBC on black background.


Color preview on white background

This text has color #96CEBC on white background.



Black color preview on #96CEBC background

This text has black color on #96CEBC background.


White color preview on #96CEBC background

This text has white color on #96CEBC background.