COLOR #216481

HEX: #216481
RGB: (33,100,129)

Color info

#216481 contains mainly green and blue colors. Web safe color of #216481 is #336699 (or #369).

RGB color model

#216481 color RGB value is (33,100,129).

  • red value is 33;
  • green value is 100;
  • blue value is 129.
RGB:
(33,100,129)
(13%,39%,51%)

RGB channels and saturation

R 33 of 255 = 13%
G 100 of 255 = 39%
B 129 of 255 = 51%

33
100
129

R + G + B ~ 34%. #216481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 100 + 129 = 262 (100%)
R 33 of 262 ~ 12.6%
G 100 of 262 ~ 38.17%
B 129 of 262 ~ 49.24%

%12.6
%38.17
%49.24

CMYK color model

#216481 color CMYK value is (74,22,0,49).

  • cyan value is 74.42%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(74,22,0,49)
C74M22Y0K49 
(74%,22%,0%,49%)
(0.74/0.22/0.00/0.49)	

CMYK percentages

%74.42
%22.48
%0
%49.41

Codes

Color #216481 in popluar color models

216481
RGB33100129
HSL198°59.26%31.76%
HSB/HSV198°74.42%50.59%
CMYK74.42%22.48%0.00%
49.41%

Color #216481 in popluar number systems.

HEX216481
Decimal33100129
Binary100001110010010000001
Octal41144201

Shades and tints

Shades of #216481

#216481
(33,100,129)
#1E5B76
(30,91,118)
#1B526B
(27,82,107)
#184960
(24,73,96)
#154055
(21,64,85)
#12374A
(18,55,74)
#0F2E3F
(15,46,63)
#0C2534
(12,37,52)
#091C29
(9,28,41)
#06131E
(6,19,30)
#030A13
(3,10,19)
#000000
(0,0,0)

Tints of #216481

#216481
(33,100,129)
#35728C
(53,114,140)
#498097
(73,128,151)
#5D8EA2
(93,142,162)
#719CAD
(113,156,173)
#85AAB8
(133,170,184)
#99B8C3
(153,184,195)
#ADC6CE
(173,198,206)
#C1D4D9
(193,212,217)
#D5E2E4
(213,226,228)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216481 color. Also use rgb(33,100,129) instead hex code.

Text Font Color

.myTextColor { color: #216481; }

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

This text font color is #216481.


Background Color

.myBgColor { background-color: #216481; }

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

This div background color is #216481.


Border color

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

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

This div border color is #216481.


Opacity

.myOpacity80 { color: #216481; opacity: 0.8; }

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

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

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

This text has shadow with #216481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216481 on black background.


Color preview on white background

This text has color #216481 on white background.



Black color preview on #216481 background

This text has black color on #216481 background.


White color preview on #216481 background

This text has white color on #216481 background.