COLOR #8597D2

HEX: #8597D2
RGB: (133,151,210)

Color info

#8597D2 contains mainly green and blue colors. Web safe color of #8597D2 is #9999CC (or #99C).

RGB color model

#8597D2 color RGB value is (133,151,210).

  • red value is 133;
  • green value is 151;
  • blue value is 210.
RGB:
(133,151,210)
(52%,59%,82%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 210 of 255 = 82%

133
151
210

R + G + B ~ 64%. #8597D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 210 = 494 (100%)
R 133 of 494 ~ 26.92%
G 151 of 494 ~ 30.57%
B 210 of 494 ~ 42.51%

%26.92
%30.57
%42.51

CMYK color model

#8597D2 color CMYK value is (37,28,0,18).

  • cyan value is 36.67%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,28,0,18)
C37M28Y0K18 
(37%,28%,0%,18%)
(0.37/0.28/0.00/0.18)	

CMYK percentages

%36.67
%28.1
%0
%17.65

Codes

Color #8597D2 in popluar color models

8597D2
RGB133151210
HSL226°46.11%67.25%
HSB/HSV226°36.67%82.35%
CMYK36.67%28.10%0.00%
17.65%

Color #8597D2 in popluar number systems.

HEX8597D2
Decimal133151210
Binary100001011001011111010010
Octal205227322

Shades and tints

Shades of #8597D2

#8597D2
(133,151,210)
#798ABF
(121,138,191)
#6D7DAC
(109,125,172)
#617099
(97,112,153)
#556386
(85,99,134)
#495673
(73,86,115)
#3D4960
(61,73,96)
#313C4D
(49,60,77)
#252F3A
(37,47,58)
#192227
(25,34,39)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #8597D2

#8597D2
(133,151,210)
#90A0D6
(144,160,214)
#9BA9DA
(155,169,218)
#A6B2DE
(166,178,222)
#B1BBE2
(177,187,226)
#BCC4E6
(188,196,230)
#C7CDEA
(199,205,234)
#D2D6EE
(210,214,238)
#DDDFF2
(221,223,242)
#E8E8F6
(232,232,246)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8597D2 color. Also use rgb(133,151,210) instead hex code.

Text Font Color

.myTextColor { color: #8597D2; }

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

This text font color is #8597D2.


Background Color

.myBgColor { background-color: #8597D2; }

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

This div background color is #8597D2.


Border color

.myBorderColor { border: 1px solid #8597D2; }

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

This div border color is #8597D2.


Opacity

.myOpacity80 { color: #8597D2; opacity: 0.8; }

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

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

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

This text has shadow with #8597D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8597D2 on black background.


Color preview on white background

This text has color #8597D2 on white background.



Black color preview on #8597D2 background

This text has black color on #8597D2 background.


White color preview on #8597D2 background

This text has white color on #8597D2 background.