COLOR #215769

HEX: #215769
RGB: (33,87,105)

Color info

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

RGB color model

#215769 color RGB value is (33,87,105).

  • red value is 33;
  • green value is 87;
  • blue value is 105.
RGB:
(33,87,105)
(13%,34%,41%)

RGB channels and saturation

R 33 of 255 = 13%
G 87 of 255 = 34%
B 105 of 255 = 41%

33
87
105

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

Portions of RGB colors in percentages

R + G + B =
33 + 87 + 105 = 225 (100%)
R 33 of 225 ~ 14.67%
G 87 of 225 ~ 38.67%
B 105 of 225 ~ 46.67%

%14.67
%38.67
%46.67

CMYK color model

#215769 color CMYK value is (69,17,0,59).

  • cyan value is 68.57%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(69,17,0,59)
C69M17Y0K59 
(69%,17%,0%,59%)
(0.69/0.17/0.00/0.59)	

CMYK percentages

%68.57
%17.14
%0
%58.82

Codes

Color #215769 in popluar color models

215769
RGB3387105
HSL195°52.17%27.06%
HSB/HSV195°68.57%41.18%
CMYK68.57%17.14%0.00%
58.82%

Color #215769 in popluar number systems.

HEX215769
Decimal3387105
Binary10000110101111101001
Octal41127151

Shades and tints

Shades of #215769

#215769
(33,87,105)
#1E5060
(30,80,96)
#1B4957
(27,73,87)
#18424E
(24,66,78)
#153B45
(21,59,69)
#12343C
(18,52,60)
#0F2D33
(15,45,51)
#0C262A
(12,38,42)
#091F21
(9,31,33)
#061818
(6,24,24)
#03110F
(3,17,15)
#000000
(0,0,0)

Tints of #215769

#215769
(33,87,105)
#356676
(53,102,118)
#497583
(73,117,131)
#5D8490
(93,132,144)
#71939D
(113,147,157)
#85A2AA
(133,162,170)
#99B1B7
(153,177,183)
#ADC0C4
(173,192,196)
#C1CFD1
(193,207,209)
#D5DEDE
(213,222,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215769 color. Also use rgb(33,87,105) instead hex code.

Text Font Color

.myTextColor { color: #215769; }

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

This text font color is #215769.


Background Color

.myBgColor { background-color: #215769; }

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

This div background color is #215769.


Border color

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

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

This div border color is #215769.


Opacity

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

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

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

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

This text has shadow with #215769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215769 on black background.


Color preview on white background

This text has color #215769 on white background.



Black color preview on #215769 background

This text has black color on #215769 background.


White color preview on #215769 background

This text has white color on #215769 background.