COLOR #7598D4

HEX: #7598D4
RGB: (117,152,212)

Color info

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

RGB color model

#7598D4 color RGB value is (117,152,212).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 212 of 255 = 83%

117
152
212

R + G + B ~ 63%. #7598D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 212 = 481 (100%)
R 117 of 481 ~ 24.32%
G 152 of 481 ~ 31.6%
B 212 of 481 ~ 44.07%

%24.32
%31.6
%44.07

CMYK color model

#7598D4 color CMYK value is (45,28,0,17).

  • cyan value is 44.81%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(45,28,0,17)
C45M28Y0K17 
(45%,28%,0%,17%)
(0.45/0.28/0.00/0.17)	

CMYK percentages

%44.81
%28.3
%0
%16.86

Codes

Color #7598D4 in popluar color models

7598D4
RGB117152212
HSL218°52.49%64.51%
HSB/HSV218°44.81%83.14%
CMYK44.81%28.30%0.00%
16.86%

Color #7598D4 in popluar number systems.

HEX7598D4
Decimal117152212
Binary11101011001100011010100
Octal165230324

Shades and tints

Shades of #7598D4

#7598D4
(117,152,212)
#6B8BC1
(107,139,193)
#617EAE
(97,126,174)
#57719B
(87,113,155)
#4D6488
(77,100,136)
#435775
(67,87,117)
#394A62
(57,74,98)
#2F3D4F
(47,61,79)
#25303C
(37,48,60)
#1B2329
(27,35,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #7598D4

#7598D4
(117,152,212)
#81A1D7
(129,161,215)
#8DAADA
(141,170,218)
#99B3DD
(153,179,221)
#A5BCE0
(165,188,224)
#B1C5E3
(177,197,227)
#BDCEE6
(189,206,230)
#C9D7E9
(201,215,233)
#D5E0EC
(213,224,236)
#E1E9EF
(225,233,239)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7598D4; }

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

This text font color is #7598D4.


Background Color

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

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

This div background color is #7598D4.


Border color

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

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

This div border color is #7598D4.


Opacity

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

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

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

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

This text has shadow with #7598D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7598D4 on black background.


Color preview on white background

This text has color #7598D4 on white background.



Black color preview on #7598D4 background

This text has black color on #7598D4 background.


White color preview on #7598D4 background

This text has white color on #7598D4 background.