COLOR #0876C7

HEX: #0876C7
RGB: (8,118,199)

Color info

#0876C7 contains mainly blue color. Web safe color of #0876C7 is #0066CC (or #06C).

RGB color model

#0876C7 color RGB value is (8,118,199).

  • red value is 8;
  • green value is 118;
  • blue value is 199.
RGB:
(8,118,199)
(3%,46%,78%)

RGB channels and saturation

R 8 of 255 = 3%
G 118 of 255 = 46%
B 199 of 255 = 78%

8
118
199

R + G + B ~ 42%. #0876C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 118 + 199 = 325 (100%)
R 8 of 325 ~ 2.46%
G 118 of 325 ~ 36.31%
B 199 of 325 ~ 61.23%

%36.31
%61.23

CMYK color model

#0876C7 color CMYK value is (96,41,0,22).

  • cyan value is 95.98%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(96,41,0,22)
C96M41Y0K22 
(96%,41%,0%,22%)
(0.96/0.41/0.00/0.22)	

CMYK percentages

%95.98
%40.7
%0
%21.96

Codes

Color #0876C7 in popluar color models

0876C7
RGB8118199
HSL205°92.27%40.59%
HSB/HSV205°95.98%78.04%
CMYK95.98%40.70%0.00%
21.96%

Color #0876C7 in popluar number systems.

HEX0876C7
Decimal8118199
Binary1000111011011000111
Octal10166307

Shades and tints

Shades of #0876C7

#0876C7
(8,118,199)
#086CB5
(8,108,181)
#0862A3
(8,98,163)
#085891
(8,88,145)
#084E7F
(8,78,127)
#08446D
(8,68,109)
#083A5B
(8,58,91)
#083049
(8,48,73)
#082637
(8,38,55)
#081C25
(8,28,37)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #0876C7

#0876C7
(8,118,199)
#1E82CC
(30,130,204)
#348ED1
(52,142,209)
#4A9AD6
(74,154,214)
#60A6DB
(96,166,219)
#76B2E0
(118,178,224)
#8CBEE5
(140,190,229)
#A2CAEA
(162,202,234)
#B8D6EF
(184,214,239)
#CEE2F4
(206,226,244)
#E4EEF9
(228,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0876C7 color. Also use rgb(8,118,199) instead hex code.

Text Font Color

.myTextColor { color: #0876C7; }

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

This text font color is #0876C7.


Background Color

.myBgColor { background-color: #0876C7; }

<div style="background-color:#0876C7">Inner text</div>

This div background color is #0876C7.


Border color

.myBorderColor { border: 1px solid #0876C7; }

<div style="border:3px solid #0876C7">Div</div>

This div border color is #0876C7.


Opacity

.myOpacity80 { color: #0876C7; opacity: 0.8; }

<p style="color:#0876C7;opacity:0.8;">80%</p>

Text with #0876C7 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 #0876C7;}

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

This text has shadow with #0876C7 color.

.textShadow {text-shadow: 3px 3px 1px #0876C7, 3px 3px 1px red;}

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

This text has shadow with #0876C7 primary color and red secondary color.


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

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

This text has shadow with #0876C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0876C7 on black background.


Color preview on white background

This text has color #0876C7 on white background.



Black color preview on #0876C7 background

This text has black color on #0876C7 background.


White color preview on #0876C7 background

This text has white color on #0876C7 background.