COLOR #0C8890

HEX: #0C8890
RGB: (12,136,144)

Color info

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

RGB color model

#0C8890 color RGB value is (12,136,144).

  • red value is 12;
  • green value is 136;
  • blue value is 144.
RGB:
(12,136,144)
(5%,53%,56%)

RGB channels and saturation

R 12 of 255 = 5%
G 136 of 255 = 53%
B 144 of 255 = 56%

12
136
144

R + G + B ~ 38%. #0C8890 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 136 + 144 = 292 (100%)
R 12 of 292 ~ 4.11%
G 136 of 292 ~ 46.58%
B 144 of 292 ~ 49.32%

%46.58
%49.32

CMYK color model

#0C8890 color CMYK value is (92,6,0,44).

  • cyan value is 91.67%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(92,6,0,44)
C92M6Y0K44 
(92%,6%,0%,44%)
(0.92/0.06/0.00/0.44)	

CMYK percentages

%91.67
%5.56
%0
%43.53

Codes

Color #0C8890 in popluar color models

0C8890
RGB12136144
HSL184°84.62%30.59%
HSB/HSV184°91.67%56.47%
CMYK91.67%5.56%0.00%
43.53%

Color #0C8890 in popluar number systems.

HEX0C8890
Decimal12136144
Binary11001000100010010000
Octal14210220

Shades and tints

Shades of #0C8890

#0C8890
(12,136,144)
#0B7C83
(11,124,131)
#0A7076
(10,112,118)
#096469
(9,100,105)
#08585C
(8,88,92)
#074C4F
(7,76,79)
#064042
(6,64,66)
#053435
(5,52,53)
#042828
(4,40,40)
#031C1B
(3,28,27)
#02100E
(2,16,14)
#000000
(0,0,0)

Tints of #0C8890

#0C8890
(12,136,144)
#22929A
(34,146,154)
#389CA4
(56,156,164)
#4EA6AE
(78,166,174)
#64B0B8
(100,176,184)
#7ABAC2
(122,186,194)
#90C4CC
(144,196,204)
#A6CED6
(166,206,214)
#BCD8E0
(188,216,224)
#D2E2EA
(210,226,234)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C8890 color. Also use rgb(12,136,144) instead hex code.

Text Font Color

.myTextColor { color: #0C8890; }

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

This text font color is #0C8890.


Background Color

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

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

This div background color is #0C8890.


Border color

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

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

This div border color is #0C8890.


Opacity

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

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

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

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

This text has shadow with #0C8890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C8890 on black background.


Color preview on white background

This text has color #0C8890 on white background.



Black color preview on #0C8890 background

This text has black color on #0C8890 background.


White color preview on #0C8890 background

This text has white color on #0C8890 background.