COLOR #217587

HEX: #217587
RGB: (33,117,135)

Color info

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

RGB color model

#217587 color RGB value is (33,117,135).

  • red value is 33;
  • green value is 117;
  • blue value is 135.
RGB:
(33,117,135)
(13%,46%,53%)

RGB channels and saturation

R 33 of 255 = 13%
G 117 of 255 = 46%
B 135 of 255 = 53%

33
117
135

R + G + B ~ 37%. #217587 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 117 + 135 = 285 (100%)
R 33 of 285 ~ 11.58%
G 117 of 285 ~ 41.05%
B 135 of 285 ~ 47.37%

%11.58
%41.05
%47.37

CMYK color model

#217587 color CMYK value is (76,13,0,47).

  • cyan value is 75.56%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(76,13,0,47)
C76M13Y0K47 
(76%,13%,0%,47%)
(0.76/0.13/0.00/0.47)	

CMYK percentages

%75.56
%13.33
%0
%47.06

Codes

Color #217587 in popluar color models

217587
RGB33117135
HSL191°60.71%32.94%
HSB/HSV191°75.56%52.94%
CMYK75.56%13.33%0.00%
47.06%

Color #217587 in popluar number systems.

HEX217587
Decimal33117135
Binary100001111010110000111
Octal41165207

Shades and tints

Shades of #217587

#217587
(33,117,135)
#1E6B7B
(30,107,123)
#1B616F
(27,97,111)
#185763
(24,87,99)
#154D57
(21,77,87)
#12434B
(18,67,75)
#0F393F
(15,57,63)
#0C2F33
(12,47,51)
#092527
(9,37,39)
#061B1B
(6,27,27)
#03110F
(3,17,15)
#000000
(0,0,0)

Tints of #217587

#217587
(33,117,135)
#358191
(53,129,145)
#498D9B
(73,141,155)
#5D99A5
(93,153,165)
#71A5AF
(113,165,175)
#85B1B9
(133,177,185)
#99BDC3
(153,189,195)
#ADC9CD
(173,201,205)
#C1D5D7
(193,213,215)
#D5E1E1
(213,225,225)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217587 color. Also use rgb(33,117,135) instead hex code.

Text Font Color

.myTextColor { color: #217587; }

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

This text font color is #217587.


Background Color

.myBgColor { background-color: #217587; }

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

This div background color is #217587.


Border color

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

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

This div border color is #217587.


Opacity

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

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

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

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

This text has shadow with #217587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217587 on black background.


Color preview on white background

This text has color #217587 on white background.



Black color preview on #217587 background

This text has black color on #217587 background.


White color preview on #217587 background

This text has white color on #217587 background.