COLOR #8598C7

HEX: #8598C7
RGB: (133,152,199)

Color info

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

RGB color model

#8598C7 color RGB value is (133,152,199).

  • red value is 133;
  • green value is 152;
  • blue value is 199.
RGB:
(133,152,199)
(52%,60%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 199 of 255 = 78%

133
152
199

R + G + B ~ 63%. #8598C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 199 = 484 (100%)
R 133 of 484 ~ 27.48%
G 152 of 484 ~ 31.4%
B 199 of 484 ~ 41.12%

%27.48
%31.4
%41.12

CMYK color model

#8598C7 color CMYK value is (33,24,0,22).

  • cyan value is 33.17%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(33,24,0,22)
C33M24Y0K22 
(33%,24%,0%,22%)
(0.33/0.24/0.00/0.22)	

CMYK percentages

%33.17
%23.62
%0
%21.96

Codes

Color #8598C7 in popluar color models

8598C7
RGB133152199
HSL223°37.08%65.10%
HSB/HSV223°33.17%78.04%
CMYK33.17%23.62%0.00%
21.96%

Color #8598C7 in popluar number systems.

HEX8598C7
Decimal133152199
Binary100001011001100011000111
Octal205230307

Shades and tints

Shades of #8598C7

#8598C7
(133,152,199)
#798BB5
(121,139,181)
#6D7EA3
(109,126,163)
#617191
(97,113,145)
#55647F
(85,100,127)
#49576D
(73,87,109)
#3D4A5B
(61,74,91)
#313D49
(49,61,73)
#253037
(37,48,55)
#192325
(25,35,37)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #8598C7

#8598C7
(133,152,199)
#90A1CC
(144,161,204)
#9BAAD1
(155,170,209)
#A6B3D6
(166,179,214)
#B1BCDB
(177,188,219)
#BCC5E0
(188,197,224)
#C7CEE5
(199,206,229)
#D2D7EA
(210,215,234)
#DDE0EF
(221,224,239)
#E8E9F4
(232,233,244)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8598C7 color. Also use rgb(133,152,199) instead hex code.

Text Font Color

.myTextColor { color: #8598C7; }

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

This text font color is #8598C7.


Background Color

.myBgColor { background-color: #8598C7; }

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

This div background color is #8598C7.


Border color

.myBorderColor { border: 1px solid #8598C7; }

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

This div border color is #8598C7.


Opacity

.myOpacity80 { color: #8598C7; opacity: 0.8; }

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

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

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

This text has shadow with #8598C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8598C7 on black background.


Color preview on white background

This text has color #8598C7 on white background.



Black color preview on #8598C7 background

This text has black color on #8598C7 background.


White color preview on #8598C7 background

This text has white color on #8598C7 background.