COLOR #087EA4

HEX: #087EA4
RGB: (8,126,164)

Color info

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

RGB color model

#087EA4 color RGB value is (8,126,164).

  • red value is 8;
  • green value is 126;
  • blue value is 164.
RGB:
(8,126,164)
(3%,49%,64%)

RGB channels and saturation

R 8 of 255 = 3%
G 126 of 255 = 49%
B 164 of 255 = 64%

8
126
164

R + G + B ~ 39%. #087EA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 126 + 164 = 298 (100%)
R 8 of 298 ~ 2.68%
G 126 of 298 ~ 42.28%
B 164 of 298 ~ 55.03%

%42.28
%55.03

CMYK color model

#087EA4 color CMYK value is (95,23,0,36).

  • cyan value is 95.12%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(95,23,0,36)
C95M23Y0K36 
(95%,23%,0%,36%)
(0.95/0.23/0.00/0.36)	

CMYK percentages

%95.12
%23.17
%0
%35.69

Codes

Color #087EA4 in popluar color models

087EA4
RGB8126164
HSL195°90.70%33.73%
HSB/HSV195°95.12%64.31%
CMYK95.12%23.17%0.00%
35.69%

Color #087EA4 in popluar number systems.

HEX087EA4
Decimal8126164
Binary1000111111010100100
Octal10176244

Shades and tints

Shades of #087EA4

#087EA4
(8,126,164)
#087396
(8,115,150)
#086888
(8,104,136)
#085D7A
(8,93,122)
#08526C
(8,82,108)
#08475E
(8,71,94)
#083C50
(8,60,80)
#083142
(8,49,66)
#082634
(8,38,52)
#081B26
(8,27,38)
#081018
(8,16,24)
#000000
(0,0,0)

Tints of #087EA4

#087EA4
(8,126,164)
#1E89AC
(30,137,172)
#3494B4
(52,148,180)
#4A9FBC
(74,159,188)
#60AAC4
(96,170,196)
#76B5CC
(118,181,204)
#8CC0D4
(140,192,212)
#A2CBDC
(162,203,220)
#B8D6E4
(184,214,228)
#CEE1EC
(206,225,236)
#E4ECF4
(228,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #087EA4; }

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

This text font color is #087EA4.


Background Color

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

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

This div background color is #087EA4.


Border color

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

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

This div border color is #087EA4.


Opacity

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

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

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

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

This text has shadow with #087EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087EA4 on black background.


Color preview on white background

This text has color #087EA4 on white background.



Black color preview on #087EA4 background

This text has black color on #087EA4 background.


White color preview on #087EA4 background

This text has white color on #087EA4 background.