COLOR #0C9AB8

HEX: #0C9AB8
RGB: (12,154,184)

Color info

#0C9AB8 contains mainly green and blue colors. Web safe color of #0C9AB8 is #0099CC (or #09C).

RGB color model

#0C9AB8 color RGB value is (12,154,184).

  • red value is 12;
  • green value is 154;
  • blue value is 184.
RGB:
(12,154,184)
(5%,60%,72%)

RGB channels and saturation

R 12 of 255 = 5%
G 154 of 255 = 60%
B 184 of 255 = 72%

12
154
184

R + G + B ~ 46%. #0C9AB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 154 + 184 = 350 (100%)
R 12 of 350 ~ 3.43%
G 154 of 350 ~ 44%
B 184 of 350 ~ 52.57%

%44
%52.57

CMYK color model

#0C9AB8 color CMYK value is (93,16,0,28).

  • cyan value is 93.48%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(93,16,0,28)
C93M16Y0K28 
(93%,16%,0%,28%)
(0.93/0.16/0.00/0.28)	

CMYK percentages

%93.48
%16.3
%0
%27.84

Codes

Color #0C9AB8 in popluar color models

0C9AB8
RGB12154184
HSL190°87.76%38.43%
HSB/HSV190°93.48%72.16%
CMYK93.48%16.30%0.00%
27.84%

Color #0C9AB8 in popluar number systems.

HEX0C9AB8
Decimal12154184
Binary11001001101010111000
Octal14232270

Shades and tints

Shades of #0C9AB8

#0C9AB8
(12,154,184)
#0B8CA8
(11,140,168)
#0A7E98
(10,126,152)
#097088
(9,112,136)
#086278
(8,98,120)
#075468
(7,84,104)
#064658
(6,70,88)
#053848
(5,56,72)
#042A38
(4,42,56)
#031C28
(3,28,40)
#020E18
(2,14,24)
#000000
(0,0,0)

Tints of #0C9AB8

#0C9AB8
(12,154,184)
#22A3BE
(34,163,190)
#38ACC4
(56,172,196)
#4EB5CA
(78,181,202)
#64BED0
(100,190,208)
#7AC7D6
(122,199,214)
#90D0DC
(144,208,220)
#A6D9E2
(166,217,226)
#BCE2E8
(188,226,232)
#D2EBEE
(210,235,238)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9AB8 color. Also use rgb(12,154,184) instead hex code.

Text Font Color

.myTextColor { color: #0C9AB8; }

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

This text font color is #0C9AB8.


Background Color

.myBgColor { background-color: #0C9AB8; }

<div style="background-color:#0C9AB8">Inner text</div>

This div background color is #0C9AB8.


Border color

.myBorderColor { border: 1px solid #0C9AB8; }

<div style="border:3px solid #0C9AB8">Div</div>

This div border color is #0C9AB8.


Opacity

.myOpacity80 { color: #0C9AB8; opacity: 0.8; }

<p style="color:#0C9AB8;opacity:0.8;">80%</p>

Text with #0C9AB8 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 #0C9AB8;}

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

This text has shadow with #0C9AB8 color.

.textShadow {text-shadow: 3px 3px 1px #0C9AB8, 3px 3px 1px red;}

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

This text has shadow with #0C9AB8 primary color and red secondary color.


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

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

This text has shadow with #0C9AB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9AB8 on black background.


Color preview on white background

This text has color #0C9AB8 on white background.



Black color preview on #0C9AB8 background

This text has black color on #0C9AB8 background.


White color preview on #0C9AB8 background

This text has white color on #0C9AB8 background.