COLOR #146986

HEX: #146986
RGB: (20,105,134)

Color info

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

RGB color model

#146986 color RGB value is (20,105,134).

  • red value is 20;
  • green value is 105;
  • blue value is 134.
RGB:
(20,105,134)
(8%,41%,53%)

RGB channels and saturation

R 20 of 255 = 8%
G 105 of 255 = 41%
B 134 of 255 = 53%

20
105
134

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

Portions of RGB colors in percentages

R + G + B =
20 + 105 + 134 = 259 (100%)
R 20 of 259 ~ 7.72%
G 105 of 259 ~ 40.54%
B 134 of 259 ~ 51.74%

%40.54
%51.74

CMYK color model

#146986 color CMYK value is (85,22,0,47).

  • cyan value is 85.07%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(85,22,0,47)
C85M22Y0K47 
(85%,22%,0%,47%)
(0.85/0.22/0.00/0.47)	

CMYK percentages

%85.07
%21.64
%0
%47.45

Codes

Color #146986 in popluar color models

146986
RGB20105134
HSL195°74.03%30.20%
HSB/HSV195°85.07%52.55%
CMYK85.07%21.64%0.00%
47.45%

Color #146986 in popluar number systems.

HEX146986
Decimal20105134
Binary10100110100110000110
Octal24151206

Shades and tints

Shades of #146986

#146986
(20,105,134)
#13607A
(19,96,122)
#12576E
(18,87,110)
#114E62
(17,78,98)
#104556
(16,69,86)
#0F3C4A
(15,60,74)
#0E333E
(14,51,62)
#0D2A32
(13,42,50)
#0C2126
(12,33,38)
#0B181A
(11,24,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #146986

#146986
(20,105,134)
#297691
(41,118,145)
#3E839C
(62,131,156)
#5390A7
(83,144,167)
#689DB2
(104,157,178)
#7DAABD
(125,170,189)
#92B7C8
(146,183,200)
#A7C4D3
(167,196,211)
#BCD1DE
(188,209,222)
#D1DEE9
(209,222,233)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146986 color. Also use rgb(20,105,134) instead hex code.

Text Font Color

.myTextColor { color: #146986; }

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

This text font color is #146986.


Background Color

.myBgColor { background-color: #146986; }

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

This div background color is #146986.


Border color

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

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

This div border color is #146986.


Opacity

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

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

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

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

This text has shadow with #146986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146986 on black background.


Color preview on white background

This text has color #146986 on white background.



Black color preview on #146986 background

This text has black color on #146986 background.


White color preview on #146986 background

This text has white color on #146986 background.