COLOR #1696D3

HEX: #1696D3
RGB: (22,150,211)

Color info

#1696D3 contains mainly blue color. Web safe color of #1696D3 is #0099CC (or #09C).

RGB color model

#1696D3 color RGB value is (22,150,211).

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

RGB channels and saturation

R 22 of 255 = 9%
G 150 of 255 = 59%
B 211 of 255 = 83%

22
150
211

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

Portions of RGB colors in percentages

R + G + B =
22 + 150 + 211 = 383 (100%)
R 22 of 383 ~ 5.74%
G 150 of 383 ~ 39.16%
B 211 of 383 ~ 55.09%

%39.16
%55.09

CMYK color model

#1696D3 color CMYK value is (90,29,0,17).

  • cyan value is 89.57%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(90,29,0,17)
C90M29Y0K17 
(90%,29%,0%,17%)
(0.90/0.29/0.00/0.17)	

CMYK percentages

%89.57
%28.91
%0
%17.25

Codes

Color #1696D3 in popluar color models

1696D3
RGB22150211
HSL199°81.12%45.69%
HSB/HSV199°89.57%82.75%
CMYK89.57%28.91%0.00%
17.25%

Color #1696D3 in popluar number systems.

HEX1696D3
Decimal22150211
Binary101101001011011010011
Octal26226323

Shades and tints

Shades of #1696D3

#1696D3
(22,150,211)
#1489C0
(20,137,192)
#127CAD
(18,124,173)
#106F9A
(16,111,154)
#0E6287
(14,98,135)
#0C5574
(12,85,116)
#0A4861
(10,72,97)
#083B4E
(8,59,78)
#062E3B
(6,46,59)
#042128
(4,33,40)
#021415
(2,20,21)
#000000
(0,0,0)

Tints of #1696D3

#1696D3
(22,150,211)
#2B9FD7
(43,159,215)
#40A8DB
(64,168,219)
#55B1DF
(85,177,223)
#6ABAE3
(106,186,227)
#7FC3E7
(127,195,231)
#94CCEB
(148,204,235)
#A9D5EF
(169,213,239)
#BEDEF3
(190,222,243)
#D3E7F7
(211,231,247)
#E8F0FB
(232,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1696D3; }

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

This text font color is #1696D3.


Background Color

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

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

This div background color is #1696D3.


Border color

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

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

This div border color is #1696D3.


Opacity

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

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

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

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

This text has shadow with #1696D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1696D3 on black background.


Color preview on white background

This text has color #1696D3 on white background.



Black color preview on #1696D3 background

This text has black color on #1696D3 background.


White color preview on #1696D3 background

This text has white color on #1696D3 background.