COLOR #166ACE

HEX: #166ACE
RGB: (22,106,206)

Color info

#166ACE contains mainly blue color. Web safe color of #166ACE is #0066CC (or #06C).

RGB color model

#166ACE color RGB value is (22,106,206).

  • red value is 22;
  • green value is 106;
  • blue value is 206.
RGB:
(22,106,206)
(9%,42%,81%)

RGB channels and saturation

R 22 of 255 = 9%
G 106 of 255 = 42%
B 206 of 255 = 81%

22
106
206

R + G + B ~ 44%. #166ACE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
22 + 106 + 206 = 334 (100%)
R 22 of 334 ~ 6.59%
G 106 of 334 ~ 31.74%
B 206 of 334 ~ 61.68%

%31.74
%61.68

CMYK color model

#166ACE color CMYK value is (89,49,0,19).

  • cyan value is 89.32%
  • magenta value is 48.54%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(89,49,0,19)
C89M49Y0K19 
(89%,49%,0%,19%)
(0.89/0.49/0.00/0.19)	

CMYK percentages

%89.32
%48.54
%0
%19.22

Codes

Color #166ACE in popluar color models

166ACE
RGB22106206
HSL213°80.70%44.71%
HSB/HSV213°89.32%80.78%
CMYK89.32%48.54%0.00%
19.22%

Color #166ACE in popluar number systems.

HEX166ACE
Decimal22106206
Binary10110110101011001110
Octal26152316

Shades and tints

Shades of #166ACE

#166ACE
(22,106,206)
#1461BC
(20,97,188)
#1258AA
(18,88,170)
#104F98
(16,79,152)
#0E4686
(14,70,134)
#0C3D74
(12,61,116)
#0A3462
(10,52,98)
#082B50
(8,43,80)
#06223E
(6,34,62)
#04192C
(4,25,44)
#02101A
(2,16,26)
#000000
(0,0,0)

Tints of #166ACE

#166ACE
(22,106,206)
#2B77D2
(43,119,210)
#4084D6
(64,132,214)
#5591DA
(85,145,218)
#6A9EDE
(106,158,222)
#7FABE2
(127,171,226)
#94B8E6
(148,184,230)
#A9C5EA
(169,197,234)
#BED2EE
(190,210,238)
#D3DFF2
(211,223,242)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #166ACE color. Also use rgb(22,106,206) instead hex code.

Text Font Color

.myTextColor { color: #166ACE; }

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

This text font color is #166ACE.


Background Color

.myBgColor { background-color: #166ACE; }

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

This div background color is #166ACE.


Border color

.myBorderColor { border: 1px solid #166ACE; }

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

This div border color is #166ACE.


Opacity

.myOpacity80 { color: #166ACE; opacity: 0.8; }

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

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

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

This text has shadow with #166ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #166ACE on black background.


Color preview on white background

This text has color #166ACE on white background.



Black color preview on #166ACE background

This text has black color on #166ACE background.


White color preview on #166ACE background

This text has white color on #166ACE background.