COLOR #087C81

HEX: #087C81 RGB: (8,124,129)

Color info

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

RGB color model

#087C81 color RGB value is (8,124,129).

RGB: (8,124,129) (3%, 49%, 51%)

RGB channels and saturation

R 8 of 255 = 3%
G 124 of 255 = 49%
B 129 of 255 = 51%

8
124
129

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

Portions of RGB colors in percentages

R + G + B = 8 + 124 + 129 = 261 (100%)
R 8 of 261 ~ 3.07%
G 124 of 261 ~ 47.51%
B 129 of 261 ~ 49.43'%

%47.51
%49.43

CMYK color model

#087C81 color CMYK value is (94,4,0,49).

  • cyan value is 93.80%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (94,4,0,49)
C94M4Y0K49 (94%, 4%, 0%, 49%)
(0.94 / 0.04 / 0.00 / 0.49)

CMYK percentages

%93.8
%3.88
%0
%49.41

Codes

Color #087C81 in popluar color models

08 7C 81
RGB 8 124 129
HSL 182° 88.32% 26.86%
HSB/HSV 182° 93.80% 50.59%
CMYK 93.80% 3.88% 0.00%
49.41%

Color #087C81 in popluar number systems.

HEX 08 7C 81
Decimal 8 124 129
Binary 1000 1111100 10000001
Octal 10 174 201

Shades and tints

Shades of #087C81

#087C81
(8,124,129)
#087176
(8,113,118)
#08666B
(8,102,107)
#085B60
(8,91,96)
#085055
(8,80,85)
#08454A
(8,69,74)
#083A3F
(8,58,63)
#082F34
(8,47,52)
#082429
(8,36,41)
#08191E
(8,25,30)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #087C81

#087C81
(8,124,129)
#1E878C
(30,135,140)
#349297
(52,146,151)
#4A9DA2
(74,157,162)
#60A8AD
(96,168,173)
#76B3B8
(118,179,184)
#8CBEC3
(140,190,195)
#A2C9CE
(162,201,206)
#B8D4D9
(184,212,217)
#CEDFE4
(206,223,228)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #087C81; }

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

This text font color is #087C81.

Background Color

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

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

This div background color is #087C81.

Border color

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

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

This div border color is #087C81.

Opacity

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

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

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

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

This text has shadow with #087C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #087C81.

Preview

Color preview on black background

This text has color #087C81 on black background.


Color preview on white background

This text has color #087C81 on white background.


Black color preview on #087C81 background

This text has black color on #087C81 background.


White color preview on #087C81 background

This text has white color on #087C81 background.


Related colors

Complementary color

Complementary color for #hex is #F7837E.


I love getcolorcode.com

Triadic colors

1 #81087C and #7C8108 with #087C81 are triadic colors.

2 #817C08 and #7C0881 with #087C81 are triadic colors.