COLOR #0C87CF

HEX: #0C87CF
RGB: (12,135,207)

Color info

#0C87CF contains mainly blue color. Web safe color of #0C87CF is #0099CC (or #09C).

RGB color model

#0C87CF color RGB value is (12,135,207).

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

RGB channels and saturation

R 12 of 255 = 5%
G 135 of 255 = 53%
B 207 of 255 = 81%

12
135
207

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

Portions of RGB colors in percentages

R + G + B =
12 + 135 + 207 = 354 (100%)
R 12 of 354 ~ 3.39%
G 135 of 354 ~ 38.14%
B 207 of 354 ~ 58.47%

%38.14
%58.47

CMYK color model

#0C87CF color CMYK value is (94,35,0,19).

  • cyan value is 94.20%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(94,35,0,19)
C94M35Y0K19 
(94%,35%,0%,19%)
(0.94/0.35/0.00/0.19)	

CMYK percentages

%94.2
%34.78
%0
%18.82

Codes

Color #0C87CF in popluar color models

0C87CF
RGB12135207
HSL202°89.04%42.94%
HSB/HSV202°94.20%81.18%
CMYK94.20%34.78%0.00%
18.82%

Color #0C87CF in popluar number systems.

HEX0C87CF
Decimal12135207
Binary11001000011111001111
Octal14207317

Shades and tints

Shades of #0C87CF

#0C87CF
(12,135,207)
#0B7BBD
(11,123,189)
#0A6FAB
(10,111,171)
#096399
(9,99,153)
#085787
(8,87,135)
#074B75
(7,75,117)
#063F63
(6,63,99)
#053351
(5,51,81)
#04273F
(4,39,63)
#031B2D
(3,27,45)
#020F1B
(2,15,27)
#000000
(0,0,0)

Tints of #0C87CF

#0C87CF
(12,135,207)
#2291D3
(34,145,211)
#389BD7
(56,155,215)
#4EA5DB
(78,165,219)
#64AFDF
(100,175,223)
#7AB9E3
(122,185,227)
#90C3E7
(144,195,231)
#A6CDEB
(166,205,235)
#BCD7EF
(188,215,239)
#D2E1F3
(210,225,243)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C87CF; }

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

This text font color is #0C87CF.


Background Color

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

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

This div background color is #0C87CF.


Border color

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

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

This div border color is #0C87CF.


Opacity

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

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

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

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

This text has shadow with #0C87CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C87CF on black background.


Color preview on white background

This text has color #0C87CF on white background.



Black color preview on #0C87CF background

This text has black color on #0C87CF background.


White color preview on #0C87CF background

This text has white color on #0C87CF background.