COLOR #0C87A6

HEX: #0C87A6
RGB: (12,135,166)

Color info

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

RGB color model

#0C87A6 color RGB value is (12,135,166).

  • red value is 12;
  • green value is 135;
  • blue value is 166.
RGB:
(12,135,166)
(5%,53%,65%)

RGB channels and saturation

R 12 of 255 = 5%
G 135 of 255 = 53%
B 166 of 255 = 65%

12
135
166

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

Portions of RGB colors in percentages

R + G + B =
12 + 135 + 166 = 313 (100%)
R 12 of 313 ~ 3.83%
G 135 of 313 ~ 43.13%
B 166 of 313 ~ 53.04%

%43.13
%53.04

CMYK color model

#0C87A6 color CMYK value is (93,19,0,35).

  • cyan value is 92.77%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(93,19,0,35)
C93M19Y0K35 
(93%,19%,0%,35%)
(0.93/0.19/0.00/0.35)	

CMYK percentages

%92.77
%18.67
%0
%34.9

Codes

Color #0C87A6 in popluar color models

0C87A6
RGB12135166
HSL192°86.52%34.90%
HSB/HSV192°92.77%65.10%
CMYK92.77%18.67%0.00%
34.90%

Color #0C87A6 in popluar number systems.

HEX0C87A6
Decimal12135166
Binary11001000011110100110
Octal14207246

Shades and tints

Shades of #0C87A6

#0C87A6
(12,135,166)
#0B7B97
(11,123,151)
#0A6F88
(10,111,136)
#096379
(9,99,121)
#08576A
(8,87,106)
#074B5B
(7,75,91)
#063F4C
(6,63,76)
#05333D
(5,51,61)
#04272E
(4,39,46)
#031B1F
(3,27,31)
#020F10
(2,15,16)
#000000
(0,0,0)

Tints of #0C87A6

#0C87A6
(12,135,166)
#2291AE
(34,145,174)
#389BB6
(56,155,182)
#4EA5BE
(78,165,190)
#64AFC6
(100,175,198)
#7AB9CE
(122,185,206)
#90C3D6
(144,195,214)
#A6CDDE
(166,205,222)
#BCD7E6
(188,215,230)
#D2E1EE
(210,225,238)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C87A6 color. Also use rgb(12,135,166) instead hex code.

Text Font Color

.myTextColor { color: #0C87A6; }

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

This text font color is #0C87A6.


Background Color

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

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

This div background color is #0C87A6.


Border color

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

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

This div border color is #0C87A6.


Opacity

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

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

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

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

This text has shadow with #0C87A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C87A6 on black background.


Color preview on white background

This text has color #0C87A6 on white background.



Black color preview on #0C87A6 background

This text has black color on #0C87A6 background.


White color preview on #0C87A6 background

This text has white color on #0C87A6 background.