COLOR #1696C6

HEX: #1696C6
RGB: (22,150,198)

Color info

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

RGB color model

#1696C6 color RGB value is (22,150,198).

  • red value is 22;
  • green value is 150;
  • blue value is 198.
RGB:
(22,150,198)
(9%,59%,78%)

RGB channels and saturation

R 22 of 255 = 9%
G 150 of 255 = 59%
B 198 of 255 = 78%

22
150
198

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

Portions of RGB colors in percentages

R + G + B =
22 + 150 + 198 = 370 (100%)
R 22 of 370 ~ 5.95%
G 150 of 370 ~ 40.54%
B 198 of 370 ~ 53.51%

%40.54
%53.51

CMYK color model

#1696C6 color CMYK value is (89,24,0,22).

  • cyan value is 88.89%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(89,24,0,22)
C89M24Y0K22 
(89%,24%,0%,22%)
(0.89/0.24/0.00/0.22)	

CMYK percentages

%88.89
%24.24
%0
%22.35

Codes

Color #1696C6 in popluar color models

1696C6
RGB22150198
HSL196°80.00%43.14%
HSB/HSV196°88.89%77.65%
CMYK88.89%24.24%0.00%
22.35%

Color #1696C6 in popluar number systems.

HEX1696C6
Decimal22150198
Binary101101001011011000110
Octal26226306

Shades and tints

Shades of #1696C6

#1696C6
(22,150,198)
#1489B4
(20,137,180)
#127CA2
(18,124,162)
#106F90
(16,111,144)
#0E627E
(14,98,126)
#0C556C
(12,85,108)
#0A485A
(10,72,90)
#083B48
(8,59,72)
#062E36
(6,46,54)
#042124
(4,33,36)
#021412
(2,20,18)
#000000
(0,0,0)

Tints of #1696C6

#1696C6
(22,150,198)
#2B9FCB
(43,159,203)
#40A8D0
(64,168,208)
#55B1D5
(85,177,213)
#6ABADA
(106,186,218)
#7FC3DF
(127,195,223)
#94CCE4
(148,204,228)
#A9D5E9
(169,213,233)
#BEDEEE
(190,222,238)
#D3E7F3
(211,231,243)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1696C6 color. Also use rgb(22,150,198) instead hex code.

Text Font Color

.myTextColor { color: #1696C6; }

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

This text font color is #1696C6.


Background Color

.myBgColor { background-color: #1696C6; }

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

This div background color is #1696C6.


Border color

.myBorderColor { border: 1px solid #1696C6; }

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

This div border color is #1696C6.


Opacity

.myOpacity80 { color: #1696C6; opacity: 0.8; }

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

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

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

This text has shadow with #1696C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1696C6 on black background.


Color preview on white background

This text has color #1696C6 on white background.



Black color preview on #1696C6 background

This text has black color on #1696C6 background.


White color preview on #1696C6 background

This text has white color on #1696C6 background.