COLOR #159BC7

HEX: #159BC7
RGB: (21,155,199)

Color info

#159BC7 contains mainly green and blue colors. Web safe color of #159BC7 is #0099CC (or #09C).

RGB color model

#159BC7 color RGB value is (21,155,199).

  • red value is 21;
  • green value is 155;
  • blue value is 199.
RGB:
(21,155,199)
(8%,61%,78%)

RGB channels and saturation

R 21 of 255 = 8%
G 155 of 255 = 61%
B 199 of 255 = 78%

21
155
199

R + G + B ~ 49%. #159BC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 155 + 199 = 375 (100%)
R 21 of 375 ~ 5.6%
G 155 of 375 ~ 41.33%
B 199 of 375 ~ 53.07%

%41.33
%53.07

CMYK color model

#159BC7 color CMYK value is (89,22,0,22).

  • cyan value is 89.45%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(89,22,0,22)
C89M22Y0K22 
(89%,22%,0%,22%)
(0.89/0.22/0.00/0.22)	

CMYK percentages

%89.45
%22.11
%0
%21.96

Codes

Color #159BC7 in popluar color models

159BC7
RGB21155199
HSL195°80.91%43.14%
HSB/HSV195°89.45%78.04%
CMYK89.45%22.11%0.00%
21.96%

Color #159BC7 in popluar number systems.

HEX159BC7
Decimal21155199
Binary101011001101111000111
Octal25233307

Shades and tints

Shades of #159BC7

#159BC7
(21,155,199)
#148DB5
(20,141,181)
#137FA3
(19,127,163)
#127191
(18,113,145)
#11637F
(17,99,127)
#10556D
(16,85,109)
#0F475B
(15,71,91)
#0E3949
(14,57,73)
#0D2B37
(13,43,55)
#0C1D25
(12,29,37)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #159BC7

#159BC7
(21,155,199)
#2AA4CC
(42,164,204)
#3FADD1
(63,173,209)
#54B6D6
(84,182,214)
#69BFDB
(105,191,219)
#7EC8E0
(126,200,224)
#93D1E5
(147,209,229)
#A8DAEA
(168,218,234)
#BDE3EF
(189,227,239)
#D2ECF4
(210,236,244)
#E7F5F9
(231,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #159BC7 color. Also use rgb(21,155,199) instead hex code.

Text Font Color

.myTextColor { color: #159BC7; }

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

This text font color is #159BC7.


Background Color

.myBgColor { background-color: #159BC7; }

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

This div background color is #159BC7.


Border color

.myBorderColor { border: 1px solid #159BC7; }

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

This div border color is #159BC7.


Opacity

.myOpacity80 { color: #159BC7; opacity: 0.8; }

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

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

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

This text has shadow with #159BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #159BC7 on black background.


Color preview on white background

This text has color #159BC7 on white background.



Black color preview on #159BC7 background

This text has black color on #159BC7 background.


White color preview on #159BC7 background

This text has white color on #159BC7 background.