COLOR #087B82

HEX: #087B82
RGB: (8,123,130)

Color info

#087B82 contains mainly green and blue colors. Web safe color of #087B82 is #006699 (or #069).

RGB color model

#087B82 color RGB value is (8,123,130).

  • red value is 8;
  • green value is 123;
  • blue value is 130.
RGB:
(8,123,130)
(3%,48%,51%)

RGB channels and saturation

R 8 of 255 = 3%
G 123 of 255 = 48%
B 130 of 255 = 51%

8
123
130

R + G + B ~ 34%. #087B82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 123 + 130 = 261 (100%)
R 8 of 261 ~ 3.07%
G 123 of 261 ~ 47.13%
B 130 of 261 ~ 49.81%

%47.13
%49.81

CMYK color model

#087B82 color CMYK value is (94,5,0,49).

  • cyan value is 93.85%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(94,5,0,49)
C94M5Y0K49 
(94%,5%,0%,49%)
(0.94/0.05/0.00/0.49)	

CMYK percentages

%93.85
%5.38
%0
%49.02

Codes

Color #087B82 in popluar color models

087B82
RGB8123130
HSL183°88.41%27.06%
HSB/HSV183°93.85%50.98%
CMYK93.85%5.38%0.00%
49.02%

Color #087B82 in popluar number systems.

HEX087B82
Decimal8123130
Binary1000111101110000010
Octal10173202

Shades and tints

Shades of #087B82

#087B82
(8,123,130)
#087077
(8,112,119)
#08656C
(8,101,108)
#085A61
(8,90,97)
#084F56
(8,79,86)
#08444B
(8,68,75)
#083940
(8,57,64)
#082E35
(8,46,53)
#08232A
(8,35,42)
#08181F
(8,24,31)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #087B82

#087B82
(8,123,130)
#1E878D
(30,135,141)
#349398
(52,147,152)
#4A9FA3
(74,159,163)
#60ABAE
(96,171,174)
#76B7B9
(118,183,185)
#8CC3C4
(140,195,196)
#A2CFCF
(162,207,207)
#B8DBDA
(184,219,218)
#CEE7E5
(206,231,229)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087B82 color. Also use rgb(8,123,130) instead hex code.

Text Font Color

.myTextColor { color: #087B82; }

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

This text font color is #087B82.


Background Color

.myBgColor { background-color: #087B82; }

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

This div background color is #087B82.


Border color

.myBorderColor { border: 1px solid #087B82; }

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

This div border color is #087B82.


Opacity

.myOpacity80 { color: #087B82; opacity: 0.8; }

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

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

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

This text has shadow with #087B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087B82 on black background.


Color preview on white background

This text has color #087B82 on white background.



Black color preview on #087B82 background

This text has black color on #087B82 background.


White color preview on #087B82 background

This text has white color on #087B82 background.