COLOR #1B97C6

HEX: #1B97C6
RGB: (27,151,198)

Color info

#1B97C6 contains mainly green and blue colors. Web safe color of #1B97C6 is #3399CC (or #39C).

RGB color model

#1B97C6 color RGB value is (27,151,198).

  • red value is 27;
  • green value is 151;
  • blue value is 198.
RGB:
(27,151,198)
(11%,59%,78%)

RGB channels and saturation

R 27 of 255 = 11%
G 151 of 255 = 59%
B 198 of 255 = 78%

27
151
198

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

Portions of RGB colors in percentages

R + G + B =
27 + 151 + 198 = 376 (100%)
R 27 of 376 ~ 7.18%
G 151 of 376 ~ 40.16%
B 198 of 376 ~ 52.66%

%40.16
%52.66

CMYK color model

#1B97C6 color CMYK value is (86,24,0,22).

  • cyan value is 86.36%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(86,24,0,22)
C86M24Y0K22 
(86%,24%,0%,22%)
(0.86/0.24/0.00/0.22)	

CMYK percentages

%86.36
%23.74
%0
%22.35

Codes

Color #1B97C6 in popluar color models

1B97C6
RGB27151198
HSL196°76.00%44.12%
HSB/HSV196°86.36%77.65%
CMYK86.36%23.74%0.00%
22.35%

Color #1B97C6 in popluar number systems.

HEX1B97C6
Decimal27151198
Binary110111001011111000110
Octal33227306

Shades and tints

Shades of #1B97C6

#1B97C6
(27,151,198)
#198AB4
(25,138,180)
#177DA2
(23,125,162)
#157090
(21,112,144)
#13637E
(19,99,126)
#11566C
(17,86,108)
#0F495A
(15,73,90)
#0D3C48
(13,60,72)
#0B2F36
(11,47,54)
#092224
(9,34,36)
#071512
(7,21,18)
#000000
(0,0,0)

Tints of #1B97C6

#1B97C6
(27,151,198)
#2FA0CB
(47,160,203)
#43A9D0
(67,169,208)
#57B2D5
(87,178,213)
#6BBBDA
(107,187,218)
#7FC4DF
(127,196,223)
#93CDE4
(147,205,228)
#A7D6E9
(167,214,233)
#BBDFEE
(187,223,238)
#CFE8F3
(207,232,243)
#E3F1F8
(227,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B97C6 color. Also use rgb(27,151,198) instead hex code.

Text Font Color

.myTextColor { color: #1B97C6; }

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

This text font color is #1B97C6.


Background Color

.myBgColor { background-color: #1B97C6; }

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

This div background color is #1B97C6.


Border color

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

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

This div border color is #1B97C6.


Opacity

.myOpacity80 { color: #1B97C6; opacity: 0.8; }

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

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

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

This text has shadow with #1B97C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B97C6 on black background.


Color preview on white background

This text has color #1B97C6 on white background.



Black color preview on #1B97C6 background

This text has black color on #1B97C6 background.


White color preview on #1B97C6 background

This text has white color on #1B97C6 background.