COLOR #147699

HEX: #147699
RGB: (20,118,153)

Color info

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

RGB color model

#147699 color RGB value is (20,118,153).

  • red value is 20;
  • green value is 118;
  • blue value is 153.
RGB:
(20,118,153)
(8%,46%,60%)

RGB channels and saturation

R 20 of 255 = 8%
G 118 of 255 = 46%
B 153 of 255 = 60%

20
118
153

R + G + B ~ 38%. #147699 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 118 + 153 = 291 (100%)
R 20 of 291 ~ 6.87%
G 118 of 291 ~ 40.55%
B 153 of 291 ~ 52.58%

%40.55
%52.58

CMYK color model

#147699 color CMYK value is (87,23,0,40).

  • cyan value is 86.93%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(87,23,0,40)
C87M23Y0K40 
(87%,23%,0%,40%)
(0.87/0.23/0.00/0.40)	

CMYK percentages

%86.93
%22.88
%0
%40

Codes

Color #147699 in popluar color models

147699
RGB20118153
HSL196°76.88%33.92%
HSB/HSV196°86.93%60.00%
CMYK86.93%22.88%0.00%
40.00%

Color #147699 in popluar number systems.

HEX147699
Decimal20118153
Binary10100111011010011001
Octal24166231

Shades and tints

Shades of #147699

#147699
(20,118,153)
#136C8C
(19,108,140)
#12627F
(18,98,127)
#115872
(17,88,114)
#104E65
(16,78,101)
#0F4458
(15,68,88)
#0E3A4B
(14,58,75)
#0D303E
(13,48,62)
#0C2631
(12,38,49)
#0B1C24
(11,28,36)
#0A1217
(10,18,23)
#000000
(0,0,0)

Tints of #147699

#147699
(20,118,153)
#2982A2
(41,130,162)
#3E8EAB
(62,142,171)
#539AB4
(83,154,180)
#68A6BD
(104,166,189)
#7DB2C6
(125,178,198)
#92BECF
(146,190,207)
#A7CAD8
(167,202,216)
#BCD6E1
(188,214,225)
#D1E2EA
(209,226,234)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #147699 color. Also use rgb(20,118,153) instead hex code.

Text Font Color

.myTextColor { color: #147699; }

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

This text font color is #147699.


Background Color

.myBgColor { background-color: #147699; }

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

This div background color is #147699.


Border color

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

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

This div border color is #147699.


Opacity

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

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

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

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

This text has shadow with #147699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147699 on black background.


Color preview on white background

This text has color #147699 on white background.



Black color preview on #147699 background

This text has black color on #147699 background.


White color preview on #147699 background

This text has white color on #147699 background.