COLOR #156988

HEX: #156988
RGB: (21,105,136)

Color info

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

RGB color model

#156988 color RGB value is (21,105,136).

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

RGB channels and saturation

R 21 of 255 = 8%
G 105 of 255 = 41%
B 136 of 255 = 53%

21
105
136

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

Portions of RGB colors in percentages

R + G + B =
21 + 105 + 136 = 262 (100%)
R 21 of 262 ~ 8.02%
G 105 of 262 ~ 40.08%
B 136 of 262 ~ 51.91%

%40.08
%51.91

CMYK color model

#156988 color CMYK value is (85,23,0,47).

  • cyan value is 84.56%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(85,23,0,47)
C85M23Y0K47 
(85%,23%,0%,47%)
(0.85/0.23/0.00/0.47)	

CMYK percentages

%84.56
%22.79
%0
%46.67

Codes

Color #156988 in popluar color models

156988
RGB21105136
HSL196°73.25%30.78%
HSB/HSV196°84.56%53.33%
CMYK84.56%22.79%0.00%
46.67%

Color #156988 in popluar number systems.

HEX156988
Decimal21105136
Binary10101110100110001000
Octal25151210

Shades and tints

Shades of #156988

#156988
(21,105,136)
#14607C
(20,96,124)
#135770
(19,87,112)
#124E64
(18,78,100)
#114558
(17,69,88)
#103C4C
(16,60,76)
#0F3340
(15,51,64)
#0E2A34
(14,42,52)
#0D2128
(13,33,40)
#0C181C
(12,24,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #156988

#156988
(21,105,136)
#2A7692
(42,118,146)
#3F839C
(63,131,156)
#5490A6
(84,144,166)
#699DB0
(105,157,176)
#7EAABA
(126,170,186)
#93B7C4
(147,183,196)
#A8C4CE
(168,196,206)
#BDD1D8
(189,209,216)
#D2DEE2
(210,222,226)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #156988 color. Also use rgb(21,105,136) instead hex code.

Text Font Color

.myTextColor { color: #156988; }

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

This text font color is #156988.


Background Color

.myBgColor { background-color: #156988; }

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

This div background color is #156988.


Border color

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

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

This div border color is #156988.


Opacity

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

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

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

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

This text has shadow with #156988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #156988 on black background.


Color preview on white background

This text has color #156988 on white background.



Black color preview on #156988 background

This text has black color on #156988 background.


White color preview on #156988 background

This text has white color on #156988 background.