COLOR #0087BD

HEX: #0087BD
RGB: (0,135,189)

Color info

#0087BD contains only green and blue colors. Web safe color of #0087BD is #0099CC (or #09C).

RGB color model

#0087BD color RGB value is (0,135,189).

  • red value is 0;
  • green value is 135;
  • blue value is 189.
RGB:
(0,135,189)
(0%,53%,74%)

RGB channels and saturation

R 0 of 255 = 0%
G 135 of 255 = 53%
B 189 of 255 = 74%

0
135
189

R + G + B ~ 42%. #0087BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 135 + 189 = 324 (100%)
R 0 of 324 ~ 0%
G 135 of 324 ~ 41.67%
B 189 of 324 ~ 58.33%

%41.67
%58.33

CMYK color model

#0087BD color CMYK value is (100,29,0,26).

  • cyan value is 100.00%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(100,29,0,26)
C100M29Y0K26 
(100%,29%,0%,26%)
(1.00/0.29/0.00/0.26)	

CMYK percentages

%100
%28.57
%0
%25.88

Codes

Color #0087BD in popluar color models

0087BD
RGB0135189
HSL197°100.00%37.06%
HSB/HSV197°100.00%74.12%
CMYK100.00%28.57%0.00%
25.88%

Color #0087BD in popluar number systems.

HEX0087BD
Decimal0135189
Binary01000011110111101
Octal0207275

Shades and tints

Shades of #0087BD

#0087BD
(0,135,189)
#007BAC
(0,123,172)
#006F9B
(0,111,155)
#00638A
(0,99,138)
#005779
(0,87,121)
#004B68
(0,75,104)
#003F57
(0,63,87)
#003346
(0,51,70)
#002735
(0,39,53)
#001B24
(0,27,36)
#000F13
(0,15,19)
#000000
(0,0,0)

Tints of #0087BD

#0087BD
(0,135,189)
#1791C3
(23,145,195)
#2E9BC9
(46,155,201)
#45A5CF
(69,165,207)
#5CAFD5
(92,175,213)
#73B9DB
(115,185,219)
#8AC3E1
(138,195,225)
#A1CDE7
(161,205,231)
#B8D7ED
(184,215,237)
#CFE1F3
(207,225,243)
#E6EBF9
(230,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0087BD color. Also use rgb(0,135,189) instead hex code.

Text Font Color

.myTextColor { color: #0087BD; }

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

This text font color is #0087BD.


Background Color

.myBgColor { background-color: #0087BD; }

<div style="background-color:#0087BD">Inner text</div>

This div background color is #0087BD.


Border color

.myBorderColor { border: 1px solid #0087BD; }

<div style="border:3px solid #0087BD">Div</div>

This div border color is #0087BD.


Opacity

.myOpacity80 { color: #0087BD; opacity: 0.8; }

<p style="color:#0087BD;opacity:0.8;">80%</p>

Text with #0087BD 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 #0087BD;}

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

This text has shadow with #0087BD color.

.textShadow {text-shadow: 3px 3px 1px #0087BD, 3px 3px 1px red;}

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

This text has shadow with #0087BD primary color and red secondary color.


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

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

This text has shadow with #0087BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0087BD on black background.


Color preview on white background

This text has color #0087BD on white background.



Black color preview on #0087BD background

This text has black color on #0087BD background.


White color preview on #0087BD background

This text has white color on #0087BD background.