COLOR #146087

HEX: #146087
RGB: (20,96,135)

Color info

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

RGB color model

#146087 color RGB value is (20,96,135).

  • red value is 20;
  • green value is 96;
  • blue value is 135.
RGB:
(20,96,135)
(8%,38%,53%)

RGB channels and saturation

R 20 of 255 = 8%
G 96 of 255 = 38%
B 135 of 255 = 53%

20
96
135

R + G + B ~ 33%. #146087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 96 + 135 = 251 (100%)
R 20 of 251 ~ 7.97%
G 96 of 251 ~ 38.25%
B 135 of 251 ~ 53.78%

%38.25
%53.78

CMYK color model

#146087 color CMYK value is (85,29,0,47).

  • cyan value is 85.19%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(85,29,0,47)
C85M29Y0K47 
(85%,29%,0%,47%)
(0.85/0.29/0.00/0.47)	

CMYK percentages

%85.19
%28.89
%0
%47.06

Codes

Color #146087 in popluar color models

146087
RGB2096135
HSL200°74.19%30.39%
HSB/HSV200°85.19%52.94%
CMYK85.19%28.89%0.00%
47.06%

Color #146087 in popluar number systems.

HEX146087
Decimal2096135
Binary10100110000010000111
Octal24140207

Shades and tints

Shades of #146087

#146087
(20,96,135)
#13587B
(19,88,123)
#12506F
(18,80,111)
#114863
(17,72,99)
#104057
(16,64,87)
#0F384B
(15,56,75)
#0E303F
(14,48,63)
#0D2833
(13,40,51)
#0C2027
(12,32,39)
#0B181B
(11,24,27)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #146087

#146087
(20,96,135)
#296E91
(41,110,145)
#3E7C9B
(62,124,155)
#538AA5
(83,138,165)
#6898AF
(104,152,175)
#7DA6B9
(125,166,185)
#92B4C3
(146,180,195)
#A7C2CD
(167,194,205)
#BCD0D7
(188,208,215)
#D1DEE1
(209,222,225)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146087 color. Also use rgb(20,96,135) instead hex code.

Text Font Color

.myTextColor { color: #146087; }

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

This text font color is #146087.


Background Color

.myBgColor { background-color: #146087; }

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

This div background color is #146087.


Border color

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

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

This div border color is #146087.


Opacity

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

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

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

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

This text has shadow with #146087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146087 on black background.


Color preview on white background

This text has color #146087 on white background.



Black color preview on #146087 background

This text has black color on #146087 background.


White color preview on #146087 background

This text has white color on #146087 background.