COLOR #0996A8

HEX: #0996A8
RGB: (9,150,168)

Color info

#0996A8 contains mainly green and blue colors. Web safe color of #0996A8 is #009999 (or #099).

RGB color model

#0996A8 color RGB value is (9,150,168).

  • red value is 9;
  • green value is 150;
  • blue value is 168.
RGB:
(9,150,168)
(4%,59%,66%)

RGB channels and saturation

R 9 of 255 = 4%
G 150 of 255 = 59%
B 168 of 255 = 66%

9
150
168

R + G + B ~ 43%. #0996A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 150 + 168 = 327 (100%)
R 9 of 327 ~ 2.75%
G 150 of 327 ~ 45.87%
B 168 of 327 ~ 51.38%

%45.87
%51.38

CMYK color model

#0996A8 color CMYK value is (95,11,0,34).

  • cyan value is 94.64%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(95,11,0,34)
C95M11Y0K34 
(95%,11%,0%,34%)
(0.95/0.11/0.00/0.34)	

CMYK percentages

%94.64
%10.71
%0
%34.12

Codes

Color #0996A8 in popluar color models

0996A8
RGB9150168
HSL187°89.83%34.71%
HSB/HSV187°94.64%65.88%
CMYK94.64%10.71%0.00%
34.12%

Color #0996A8 in popluar number systems.

HEX0996A8
Decimal9150168
Binary10011001011010101000
Octal11226250

Shades and tints

Shades of #0996A8

#0996A8
(9,150,168)
#098999
(9,137,153)
#097C8A
(9,124,138)
#096F7B
(9,111,123)
#09626C
(9,98,108)
#09555D
(9,85,93)
#09484E
(9,72,78)
#093B3F
(9,59,63)
#092E30
(9,46,48)
#092121
(9,33,33)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #0996A8

#0996A8
(9,150,168)
#1F9FAF
(31,159,175)
#35A8B6
(53,168,182)
#4BB1BD
(75,177,189)
#61BAC4
(97,186,196)
#77C3CB
(119,195,203)
#8DCCD2
(141,204,210)
#A3D5D9
(163,213,217)
#B9DEE0
(185,222,224)
#CFE7E7
(207,231,231)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0996A8 color. Also use rgb(9,150,168) instead hex code.

Text Font Color

.myTextColor { color: #0996A8; }

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

This text font color is #0996A8.


Background Color

.myBgColor { background-color: #0996A8; }

<div style="background-color:#0996A8">Inner text</div>

This div background color is #0996A8.


Border color

.myBorderColor { border: 1px solid #0996A8; }

<div style="border:3px solid #0996A8">Div</div>

This div border color is #0996A8.


Opacity

.myOpacity80 { color: #0996A8; opacity: 0.8; }

<p style="color:#0996A8;opacity:0.8;">80%</p>

Text with #0996A8 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 #0996A8;}

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

This text has shadow with #0996A8 color.

.textShadow {text-shadow: 3px 3px 1px #0996A8, 3px 3px 1px red;}

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

This text has shadow with #0996A8 primary color and red secondary color.


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

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

This text has shadow with #0996A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0996A8 on black background.


Color preview on white background

This text has color #0996A8 on white background.



Black color preview on #0996A8 background

This text has black color on #0996A8 background.


White color preview on #0996A8 background

This text has white color on #0996A8 background.