COLOR #087F7F

HEX: #087F7F
RGB: (8,127,127)

Color info

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

RGB color model

#087F7F color RGB value is (8,127,127).

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

RGB channels and saturation

R 8 of 255 = 3%
G 127 of 255 = 50%
B 127 of 255 = 50%

8
127
127

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

Portions of RGB colors in percentages

R + G + B =
8 + 127 + 127 = 262 (100%)
R 8 of 262 ~ 3.05%
G 127 of 262 ~ 48.47%
B 127 of 262 ~ 48.47%

%48.47
%48.47

CMYK color model

#087F7F color CMYK value is (94,0,0,50).

  • cyan value is 93.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(94,0,0,50)
C94M0Y0K50 
(94%,0%,0%,50%)
(0.94/0.00/0.00/0.50)	

CMYK percentages

%93.7
%0
%0
%50.2

Codes

Color #087F7F in popluar color models

087F7F
RGB8127127
HSL180°88.15%26.47%
HSB/HSV180°93.70%49.80%
CMYK93.70%0.00%0.00%
50.20%

Color #087F7F in popluar number systems.

HEX087F7F
Decimal8127127
Binary100011111111111111
Octal10177177

Shades and tints

Shades of #087F7F

#087F7F
(8,127,127)
#087474
(8,116,116)
#086969
(8,105,105)
#085E5E
(8,94,94)
#085353
(8,83,83)
#084848
(8,72,72)
#083D3D
(8,61,61)
#083232
(8,50,50)
#082727
(8,39,39)
#081C1C
(8,28,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #087F7F

#087F7F
(8,127,127)
#1E8A8A
(30,138,138)
#349595
(52,149,149)
#4AA0A0
(74,160,160)
#60ABAB
(96,171,171)
#76B6B6
(118,182,182)
#8CC1C1
(140,193,193)
#A2CCCC
(162,204,204)
#B8D7D7
(184,215,215)
#CEE2E2
(206,226,226)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #087F7F; }

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

This text font color is #087F7F.


Background Color

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

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

This div background color is #087F7F.


Border color

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

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

This div border color is #087F7F.


Opacity

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

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

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

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

This text has shadow with #087F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087F7F on black background.


Color preview on white background

This text has color #087F7F on white background.



Black color preview on #087F7F background

This text has black color on #087F7F background.


White color preview on #087F7F background

This text has white color on #087F7F background.