COLOR #087B6E

HEX: #087B6E
RGB: (8,123,110)

Color info

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

RGB color model

#087B6E color RGB value is (8,123,110).

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

RGB channels and saturation

R 8 of 255 = 3%
G 123 of 255 = 48%
B 110 of 255 = 43%

8
123
110

R + G + B ~ 31%. #087B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 123 + 110 = 241 (100%)
R 8 of 241 ~ 3.32%
G 123 of 241 ~ 51.04%
B 110 of 241 ~ 45.64%

%51.04
%45.64

CMYK color model

#087B6E color CMYK value is (93,0,11,52).

  • cyan value is 93.50%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 51.76%
CMYK:
(93,0,11,52)
C93M0Y11K52 
(93%,0%,11%,52%)
(0.93/0.00/0.11/0.52)	

CMYK percentages

%93.5
%0
%10.57
%51.76

Codes

Color #087B6E in popluar color models

087B6E
RGB8123110
HSL173°87.79%25.69%
HSB/HSV173°93.50%48.24%
CMYK93.50%0.00%10.57%
51.76%

Color #087B6E in popluar number systems.

HEX087B6E
Decimal8123110
Binary100011110111101110
Octal10173156

Shades and tints

Shades of #087B6E

#087B6E
(8,123,110)
#087064
(8,112,100)
#08655A
(8,101,90)
#085A50
(8,90,80)
#084F46
(8,79,70)
#08443C
(8,68,60)
#083932
(8,57,50)
#082E28
(8,46,40)
#08231E
(8,35,30)
#081814
(8,24,20)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #087B6E

#087B6E
(8,123,110)
#1E877B
(30,135,123)
#349388
(52,147,136)
#4A9F95
(74,159,149)
#60ABA2
(96,171,162)
#76B7AF
(118,183,175)
#8CC3BC
(140,195,188)
#A2CFC9
(162,207,201)
#B8DBD6
(184,219,214)
#CEE7E3
(206,231,227)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #087B6E; }

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

This text font color is #087B6E.


Background Color

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

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

This div background color is #087B6E.


Border color

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

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

This div border color is #087B6E.


Opacity

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

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

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

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

This text has shadow with #087B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087B6E on black background.


Color preview on white background

This text has color #087B6E on white background.



Black color preview on #087B6E background

This text has black color on #087B6E background.


White color preview on #087B6E background

This text has white color on #087B6E background.