COLOR #087180

HEX: #087180
RGB: (8,113,128)

Color info

#087180 contains mainly green and blue colors. Web safe color of #087180 is #006666 (or #066).

RGB color model

#087180 color RGB value is (8,113,128).

  • red value is 8;
  • green value is 113;
  • blue value is 128.
RGB:
(8,113,128)
(3%,44%,50%)

RGB channels and saturation

R 8 of 255 = 3%
G 113 of 255 = 44%
B 128 of 255 = 50%

8
113
128

R + G + B ~ 32%. #087180 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 113 + 128 = 249 (100%)
R 8 of 249 ~ 3.21%
G 113 of 249 ~ 45.38%
B 128 of 249 ~ 51.41%

%45.38
%51.41

CMYK color model

#087180 color CMYK value is (94,12,0,50).

  • cyan value is 93.75%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(94,12,0,50)
C94M12Y0K50 
(94%,12%,0%,50%)
(0.94/0.12/0.00/0.50)	

CMYK percentages

%93.75
%11.72
%0
%49.8

Codes

Color #087180 in popluar color models

087180
RGB8113128
HSL188°88.24%26.67%
HSB/HSV188°93.75%50.20%
CMYK93.75%11.72%0.00%
49.80%

Color #087180 in popluar number systems.

HEX087180
Decimal8113128
Binary1000111000110000000
Octal10161200

Shades and tints

Shades of #087180

#087180
(8,113,128)
#086775
(8,103,117)
#085D6A
(8,93,106)
#08535F
(8,83,95)
#084954
(8,73,84)
#083F49
(8,63,73)
#08353E
(8,53,62)
#082B33
(8,43,51)
#082128
(8,33,40)
#08171D
(8,23,29)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #087180

#087180
(8,113,128)
#1E7D8B
(30,125,139)
#348996
(52,137,150)
#4A95A1
(74,149,161)
#60A1AC
(96,161,172)
#76ADB7
(118,173,183)
#8CB9C2
(140,185,194)
#A2C5CD
(162,197,205)
#B8D1D8
(184,209,216)
#CEDDE3
(206,221,227)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087180 color. Also use rgb(8,113,128) instead hex code.

Text Font Color

.myTextColor { color: #087180; }

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

This text font color is #087180.


Background Color

.myBgColor { background-color: #087180; }

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

This div background color is #087180.


Border color

.myBorderColor { border: 1px solid #087180; }

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

This div border color is #087180.


Opacity

.myOpacity80 { color: #087180; opacity: 0.8; }

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

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

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

This text has shadow with #087180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087180 on black background.


Color preview on white background

This text has color #087180 on white background.



Black color preview on #087180 background

This text has black color on #087180 background.


White color preview on #087180 background

This text has white color on #087180 background.