COLOR #215466

HEX: #215466
RGB: (33,84,102)

Color info

#215466 contains mainly green and blue colors. Web safe color of #215466 is #336666 (or #366).

RGB color model

#215466 color RGB value is (33,84,102).

  • red value is 33;
  • green value is 84;
  • blue value is 102.
RGB:
(33,84,102)
(13%,33%,40%)

RGB channels and saturation

R 33 of 255 = 13%
G 84 of 255 = 33%
B 102 of 255 = 40%

33
84
102

R + G + B ~ 29%. #215466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 84 + 102 = 219 (100%)
R 33 of 219 ~ 15.07%
G 84 of 219 ~ 38.36%
B 102 of 219 ~ 46.58%

%15.07
%38.36
%46.58

CMYK color model

#215466 color CMYK value is (68,18,0,60).

  • cyan value is 67.65%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(68,18,0,60)
C68M18Y0K60 
(68%,18%,0%,60%)
(0.68/0.18/0.00/0.60)	

CMYK percentages

%67.65
%17.65
%0
%60

Codes

Color #215466 in popluar color models

215466
RGB3384102
HSL196°51.11%26.47%
HSB/HSV196°67.65%40.00%
CMYK67.65%17.65%0.00%
60.00%

Color #215466 in popluar number systems.

HEX215466
Decimal3384102
Binary10000110101001100110
Octal41124146

Shades and tints

Shades of #215466

#215466
(33,84,102)
#1E4D5D
(30,77,93)
#1B4654
(27,70,84)
#183F4B
(24,63,75)
#153842
(21,56,66)
#123139
(18,49,57)
#0F2A30
(15,42,48)
#0C2327
(12,35,39)
#091C1E
(9,28,30)
#061515
(6,21,21)
#030E0C
(3,14,12)
#000000
(0,0,0)

Tints of #215466

#215466
(33,84,102)
#356373
(53,99,115)
#497280
(73,114,128)
#5D818D
(93,129,141)
#71909A
(113,144,154)
#859FA7
(133,159,167)
#99AEB4
(153,174,180)
#ADBDC1
(173,189,193)
#C1CCCE
(193,204,206)
#D5DBDB
(213,219,219)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215466 color. Also use rgb(33,84,102) instead hex code.

Text Font Color

.myTextColor { color: #215466; }

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

This text font color is #215466.


Background Color

.myBgColor { background-color: #215466; }

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

This div background color is #215466.


Border color

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

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

This div border color is #215466.


Opacity

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

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

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

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

This text has shadow with #215466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215466 on black background.


Color preview on white background

This text has color #215466 on white background.



Black color preview on #215466 background

This text has black color on #215466 background.


White color preview on #215466 background

This text has white color on #215466 background.