COLOR #215B7D

HEX: #215B7D
RGB: (33,91,125)

Color info

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

RGB color model

#215B7D color RGB value is (33,91,125).

  • red value is 33;
  • green value is 91;
  • blue value is 125.
RGB:
(33,91,125)
(13%,36%,49%)

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 125 of 255 = 49%

33
91
125

R + G + B ~ 33%. #215B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 125 = 249 (100%)
R 33 of 249 ~ 13.25%
G 91 of 249 ~ 36.55%
B 125 of 249 ~ 50.2%

%13.25
%36.55
%50.2

CMYK color model

#215B7D color CMYK value is (74,27,0,51).

  • cyan value is 73.60%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(74,27,0,51)
C74M27Y0K51 
(74%,27%,0%,51%)
(0.74/0.27/0.00/0.51)	

CMYK percentages

%73.6
%27.2
%0
%50.98

Codes

Color #215B7D in popluar color models

215B7D
RGB3391125
HSL202°58.23%30.98%
HSB/HSV202°73.60%49.02%
CMYK73.60%27.20%0.00%
50.98%

Color #215B7D in popluar number systems.

HEX215B7D
Decimal3391125
Binary10000110110111111101
Octal41133175

Shades and tints

Shades of #215B7D

#215B7D
(33,91,125)
#1E5372
(30,83,114)
#1B4B67
(27,75,103)
#18435C
(24,67,92)
#153B51
(21,59,81)
#123346
(18,51,70)
#0F2B3B
(15,43,59)
#0C2330
(12,35,48)
#091B25
(9,27,37)
#06131A
(6,19,26)
#030B0F
(3,11,15)
#000000
(0,0,0)

Tints of #215B7D

#215B7D
(33,91,125)
#356988
(53,105,136)
#497793
(73,119,147)
#5D859E
(93,133,158)
#7193A9
(113,147,169)
#85A1B4
(133,161,180)
#99AFBF
(153,175,191)
#ADBDCA
(173,189,202)
#C1CBD5
(193,203,213)
#D5D9E0
(213,217,224)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215B7D color. Also use rgb(33,91,125) instead hex code.

Text Font Color

.myTextColor { color: #215B7D; }

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

This text font color is #215B7D.


Background Color

.myBgColor { background-color: #215B7D; }

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

This div background color is #215B7D.


Border color

.myBorderColor { border: 1px solid #215B7D; }

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

This div border color is #215B7D.


Opacity

.myOpacity80 { color: #215B7D; opacity: 0.8; }

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

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

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

This text has shadow with #215B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B7D on black background.


Color preview on white background

This text has color #215B7D on white background.



Black color preview on #215B7D background

This text has black color on #215B7D background.


White color preview on #215B7D background

This text has white color on #215B7D background.