COLOR #216AB7

HEX: #216AB7
RGB: (33,106,183)

Color info

#216AB7 contains mainly blue color. Web safe color of #216AB7 is #3366CC (or #36C).

RGB color model

#216AB7 color RGB value is (33,106,183).

  • red value is 33;
  • green value is 106;
  • blue value is 183.
RGB:
(33,106,183)
(13%,42%,72%)

RGB channels and saturation

R 33 of 255 = 13%
G 106 of 255 = 42%
B 183 of 255 = 72%

33
106
183

R + G + B ~ 42%. #216AB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 106 + 183 = 322 (100%)
R 33 of 322 ~ 10.25%
G 106 of 322 ~ 32.92%
B 183 of 322 ~ 56.83%

%10.25
%32.92
%56.83

CMYK color model

#216AB7 color CMYK value is (82,42,0,28).

  • cyan value is 81.97%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(82,42,0,28)
C82M42Y0K28 
(82%,42%,0%,28%)
(0.82/0.42/0.00/0.28)	

CMYK percentages

%81.97
%42.08
%0
%28.24

Codes

Color #216AB7 in popluar color models

216AB7
RGB33106183
HSL211°69.44%42.35%
HSB/HSV211°81.97%71.76%
CMYK81.97%42.08%0.00%
28.24%

Color #216AB7 in popluar number systems.

HEX216AB7
Decimal33106183
Binary100001110101010110111
Octal41152267

Shades and tints

Shades of #216AB7

#216AB7
(33,106,183)
#1E61A7
(30,97,167)
#1B5897
(27,88,151)
#184F87
(24,79,135)
#154677
(21,70,119)
#123D67
(18,61,103)
#0F3457
(15,52,87)
#0C2B47
(12,43,71)
#092237
(9,34,55)
#061927
(6,25,39)
#031017
(3,16,23)
#000000
(0,0,0)

Tints of #216AB7

#216AB7
(33,106,183)
#3577BD
(53,119,189)
#4984C3
(73,132,195)
#5D91C9
(93,145,201)
#719ECF
(113,158,207)
#85ABD5
(133,171,213)
#99B8DB
(153,184,219)
#ADC5E1
(173,197,225)
#C1D2E7
(193,210,231)
#D5DFED
(213,223,237)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216AB7 color. Also use rgb(33,106,183) instead hex code.

Text Font Color

.myTextColor { color: #216AB7; }

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

This text font color is #216AB7.


Background Color

.myBgColor { background-color: #216AB7; }

<div style="background-color:#216AB7">Inner text</div>

This div background color is #216AB7.


Border color

.myBorderColor { border: 1px solid #216AB7; }

<div style="border:3px solid #216AB7">Div</div>

This div border color is #216AB7.


Opacity

.myOpacity80 { color: #216AB7; opacity: 0.8; }

<p style="color:#216AB7;opacity:0.8;">80%</p>

Text with #216AB7 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 #216AB7;}

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

This text has shadow with #216AB7 color.

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

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

This text has shadow with #216AB7 primary color and red secondary color.


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

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

This text has shadow with #216AB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216AB7 on black background.


Color preview on white background

This text has color #216AB7 on white background.



Black color preview on #216AB7 background

This text has black color on #216AB7 background.


White color preview on #216AB7 background

This text has white color on #216AB7 background.