COLOR #8598BD

HEX: #8598BD
RGB: (133,152,189)

Color info

#8598BD contains red, green and blue colors in about the same proportion. Web safe color of #8598BD is #9999CC (or #99C).

RGB color model

#8598BD color RGB value is (133,152,189).

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

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 189 of 255 = 74%

133
152
189

R + G + B ~ 62%. #8598BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 189 = 474 (100%)
R 133 of 474 ~ 28.06%
G 152 of 474 ~ 32.07%
B 189 of 474 ~ 39.87%

%28.06
%32.07
%39.87

CMYK color model

#8598BD color CMYK value is (30,20,0,26).

  • cyan value is 29.63%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,20,0,26)
C30M20Y0K26 
(30%,20%,0%,26%)
(0.30/0.20/0.00/0.26)	

CMYK percentages

%29.63
%19.58
%0
%25.88

Codes

Color #8598BD in popluar color models

8598BD
RGB133152189
HSL220°29.79%63.14%
HSB/HSV220°29.63%74.12%
CMYK29.63%19.58%0.00%
25.88%

Color #8598BD in popluar number systems.

HEX8598BD
Decimal133152189
Binary100001011001100010111101
Octal205230275

Shades and tints

Shades of #8598BD

#8598BD
(133,152,189)
#798BAC
(121,139,172)
#6D7E9B
(109,126,155)
#61718A
(97,113,138)
#556479
(85,100,121)
#495768
(73,87,104)
#3D4A57
(61,74,87)
#313D46
(49,61,70)
#253035
(37,48,53)
#192324
(25,35,36)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #8598BD

#8598BD
(133,152,189)
#90A1C3
(144,161,195)
#9BAAC9
(155,170,201)
#A6B3CF
(166,179,207)
#B1BCD5
(177,188,213)
#BCC5DB
(188,197,219)
#C7CEE1
(199,206,225)
#D2D7E7
(210,215,231)
#DDE0ED
(221,224,237)
#E8E9F3
(232,233,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8598BD; }

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

This text font color is #8598BD.


Background Color

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

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

This div background color is #8598BD.


Border color

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

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

This div border color is #8598BD.


Opacity

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

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

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

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

This text has shadow with #8598BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8598BD on black background.


Color preview on white background

This text has color #8598BD on white background.



Black color preview on #8598BD background

This text has black color on #8598BD background.


White color preview on #8598BD background

This text has white color on #8598BD background.