COLOR #087990

HEX: #087990
RGB: (8,121,144)

Color info

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

RGB color model

#087990 color RGB value is (8,121,144).

  • red value is 8;
  • green value is 121;
  • blue value is 144.
RGB:
(8,121,144)
(3%,47%,56%)

RGB channels and saturation

R 8 of 255 = 3%
G 121 of 255 = 47%
B 144 of 255 = 56%

8
121
144

R + G + B ~ 35%. #087990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 121 + 144 = 273 (100%)
R 8 of 273 ~ 2.93%
G 121 of 273 ~ 44.32%
B 144 of 273 ~ 52.75%

%44.32
%52.75

CMYK color model

#087990 color CMYK value is (94,16,0,44).

  • cyan value is 94.44%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(94,16,0,44)
C94M16Y0K44 
(94%,16%,0%,44%)
(0.94/0.16/0.00/0.44)	

CMYK percentages

%94.44
%15.97
%0
%43.53

Codes

Color #087990 in popluar color models

087990
RGB8121144
HSL190°89.47%29.80%
HSB/HSV190°94.44%56.47%
CMYK94.44%15.97%0.00%
43.53%

Color #087990 in popluar number systems.

HEX087990
Decimal8121144
Binary1000111100110010000
Octal10171220

Shades and tints

Shades of #087990

#087990
(8,121,144)
#086E83
(8,110,131)
#086376
(8,99,118)
#085869
(8,88,105)
#084D5C
(8,77,92)
#08424F
(8,66,79)
#083742
(8,55,66)
#082C35
(8,44,53)
#082128
(8,33,40)
#08161B
(8,22,27)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #087990

#087990
(8,121,144)
#1E859A
(30,133,154)
#3491A4
(52,145,164)
#4A9DAE
(74,157,174)
#60A9B8
(96,169,184)
#76B5C2
(118,181,194)
#8CC1CC
(140,193,204)
#A2CDD6
(162,205,214)
#B8D9E0
(184,217,224)
#CEE5EA
(206,229,234)
#E4F1F4
(228,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087990 color. Also use rgb(8,121,144) instead hex code.

Text Font Color

.myTextColor { color: #087990; }

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

This text font color is #087990.


Background Color

.myBgColor { background-color: #087990; }

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

This div background color is #087990.


Border color

.myBorderColor { border: 1px solid #087990; }

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

This div border color is #087990.


Opacity

.myOpacity80 { color: #087990; opacity: 0.8; }

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

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

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

This text has shadow with #087990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087990 on black background.


Color preview on white background

This text has color #087990 on white background.



Black color preview on #087990 background

This text has black color on #087990 background.


White color preview on #087990 background

This text has white color on #087990 background.