COLOR #7598D9

HEX: #7598D9
RGB: (117,152,217)

Color info

#7598D9 contains mainly blue color. Web safe color of #7598D9 is #6699CC (or #69C).

RGB color model

#7598D9 color RGB value is (117,152,217).

  • red value is 117;
  • green value is 152;
  • blue value is 217.
RGB:
(117,152,217)
(46%,60%,85%)

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 217 of 255 = 85%

117
152
217

R + G + B ~ 64%. #7598D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 217 = 486 (100%)
R 117 of 486 ~ 24.07%
G 152 of 486 ~ 31.28%
B 217 of 486 ~ 44.65%

%24.07
%31.28
%44.65

CMYK color model

#7598D9 color CMYK value is (46,30,0,15).

  • cyan value is 46.08%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(46,30,0,15)
C46M30Y0K15 
(46%,30%,0%,15%)
(0.46/0.30/0.00/0.15)	

CMYK percentages

%46.08
%29.95
%0
%14.9

Codes

Color #7598D9 in popluar color models

7598D9
RGB117152217
HSL219°56.82%65.49%
HSB/HSV219°46.08%85.10%
CMYK46.08%29.95%0.00%
14.90%

Color #7598D9 in popluar number systems.

HEX7598D9
Decimal117152217
Binary11101011001100011011001
Octal165230331

Shades and tints

Shades of #7598D9

#7598D9
(117,152,217)
#6B8BC6
(107,139,198)
#617EB3
(97,126,179)
#5771A0
(87,113,160)
#4D648D
(77,100,141)
#43577A
(67,87,122)
#394A67
(57,74,103)
#2F3D54
(47,61,84)
#253041
(37,48,65)
#1B232E
(27,35,46)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #7598D9

#7598D9
(117,152,217)
#81A1DC
(129,161,220)
#8DAADF
(141,170,223)
#99B3E2
(153,179,226)
#A5BCE5
(165,188,229)
#B1C5E8
(177,197,232)
#BDCEEB
(189,206,235)
#C9D7EE
(201,215,238)
#D5E0F1
(213,224,241)
#E1E9F4
(225,233,244)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7598D9 color. Also use rgb(117,152,217) instead hex code.

Text Font Color

.myTextColor { color: #7598D9; }

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

This text font color is #7598D9.


Background Color

.myBgColor { background-color: #7598D9; }

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

This div background color is #7598D9.


Border color

.myBorderColor { border: 1px solid #7598D9; }

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

This div border color is #7598D9.


Opacity

.myOpacity80 { color: #7598D9; opacity: 0.8; }

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

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

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

This text has shadow with #7598D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7598D9 on black background.


Color preview on white background

This text has color #7598D9 on white background.



Black color preview on #7598D9 background

This text has black color on #7598D9 background.


White color preview on #7598D9 background

This text has white color on #7598D9 background.