COLOR #96BABA

HEX: #96BABA
RGB: (150,186,186)

Color info

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

RGB color model

#96BABA color RGB value is (150,186,186).

  • red value is 150;
  • green value is 186;
  • blue value is 186.
RGB:
(150,186,186)
(59%,73%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 186 of 255 = 73%

150
186
186

R + G + B ~ 68%. #96BABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 186 = 522 (100%)
R 150 of 522 ~ 28.74%
G 186 of 522 ~ 35.63%
B 186 of 522 ~ 35.63%

%28.74
%35.63
%35.63

CMYK color model

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

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,0,0,27)
C19M0Y0K27 
(19%,0%,0%,27%)
(0.19/0.00/0.00/0.27)	

CMYK percentages

%19.35
%0
%0
%27.06

Codes

Color #96BABA in popluar color models

96BABA
RGB150186186
HSL180°20.69%65.88%
HSB/HSV180°19.35%72.94%
CMYK19.35%0.00%0.00%
27.06%

Color #96BABA in popluar number systems.

HEX96BABA
Decimal150186186
Binary100101101011101010111010
Octal226272272

Shades and tints

Shades of #96BABA

#96BABA
(150,186,186)
#89AAAA
(137,170,170)
#7C9A9A
(124,154,154)
#6F8A8A
(111,138,138)
#627A7A
(98,122,122)
#556A6A
(85,106,106)
#485A5A
(72,90,90)
#3B4A4A
(59,74,74)
#2E3A3A
(46,58,58)
#212A2A
(33,42,42)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #96BABA

#96BABA
(150,186,186)
#9FC0C0
(159,192,192)
#A8C6C6
(168,198,198)
#B1CCCC
(177,204,204)
#BAD2D2
(186,210,210)
#C3D8D8
(195,216,216)
#CCDEDE
(204,222,222)
#D5E4E4
(213,228,228)
#DEEAEA
(222,234,234)
#E7F0F0
(231,240,240)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BABA; }

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

This text font color is #96BABA.


Background Color

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

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

This div background color is #96BABA.


Border color

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

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

This div border color is #96BABA.


Opacity

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

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

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

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

This text has shadow with #96BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BABA on black background.


Color preview on white background

This text has color #96BABA on white background.



Black color preview on #96BABA background

This text has black color on #96BABA background.


White color preview on #96BABA background

This text has white color on #96BABA background.