COLOR #0096BA

HEX: #0096BA
RGB: (0,150,186)

Color info

#0096BA contains only green and blue colors. Web safe color of #0096BA is #0099CC (or #09C).

RGB color model

#0096BA color RGB value is (0,150,186).

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

RGB channels and saturation

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

0
150
186

R + G + B ~ 44%. #0096BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 150 + 186 = 336 (100%)
R 0 of 336 ~ 0%
G 150 of 336 ~ 44.64%
B 186 of 336 ~ 55.36%

%44.64
%55.36

CMYK color model

#0096BA color CMYK value is (100,19,0,27).

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

CMYK percentages

%100
%19.35
%0
%27.06

Codes

Color #0096BA in popluar color models

0096BA
RGB0150186
HSL192°100.00%36.47%
HSB/HSV192°100.00%72.94%
CMYK100.00%19.35%0.00%
27.06%

Color #0096BA in popluar number systems.

HEX0096BA
Decimal0150186
Binary01001011010111010
Octal0226272

Shades and tints

Shades of #0096BA

#0096BA
(0,150,186)
#0089AA
(0,137,170)
#007C9A
(0,124,154)
#006F8A
(0,111,138)
#00627A
(0,98,122)
#00556A
(0,85,106)
#00485A
(0,72,90)
#003B4A
(0,59,74)
#002E3A
(0,46,58)
#00212A
(0,33,42)
#00141A
(0,20,26)
#000000
(0,0,0)

Tints of #0096BA

#0096BA
(0,150,186)
#179FC0
(23,159,192)
#2EA8C6
(46,168,198)
#45B1CC
(69,177,204)
#5CBAD2
(92,186,210)
#73C3D8
(115,195,216)
#8ACCDE
(138,204,222)
#A1D5E4
(161,213,228)
#B8DEEA
(184,222,234)
#CFE7F0
(207,231,240)
#E6F0F6
(230,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0096BA; }

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

This text font color is #0096BA.


Background Color

.myBgColor { background-color: #0096BA; }

<div style="background-color:#0096BA">Inner text</div>

This div background color is #0096BA.


Border color

.myBorderColor { border: 1px solid #0096BA; }

<div style="border:3px solid #0096BA">Div</div>

This div border color is #0096BA.


Opacity

.myOpacity80 { color: #0096BA; opacity: 0.8; }

<p style="color:#0096BA;opacity:0.8;">80%</p>

Text with #0096BA 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 #0096BA;}

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

This text has shadow with #0096BA color.

.textShadow {text-shadow: 3px 3px 1px #0096BA, 3px 3px 1px red;}

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

This text has shadow with #0096BA primary color and red secondary color.


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

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

This text has shadow with #0096BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0096BA on black background.


Color preview on white background

This text has color #0096BA on white background.



Black color preview on #0096BA background

This text has black color on #0096BA background.


White color preview on #0096BA background

This text has white color on #0096BA background.