COLOR #7598B8

HEX: #7598B8
RGB: (117,152,184)

Color info

#7598B8 contains mainly green and blue colors. Web safe color of #7598B8 is #6699CC (or #69C).

RGB color model

#7598B8 color RGB value is (117,152,184).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 184 of 255 = 72%

117
152
184

R + G + B ~ 59%. #7598B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 184 = 453 (100%)
R 117 of 453 ~ 25.83%
G 152 of 453 ~ 33.55%
B 184 of 453 ~ 40.62%

%25.83
%33.55
%40.62

CMYK color model

#7598B8 color CMYK value is (36,17,0,28).

  • cyan value is 36.41%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(36,17,0,28)
C36M17Y0K28 
(36%,17%,0%,28%)
(0.36/0.17/0.00/0.28)	

CMYK percentages

%36.41
%17.39
%0
%27.84

Codes

Color #7598B8 in popluar color models

7598B8
RGB117152184
HSL209°32.06%59.02%
HSB/HSV209°36.41%72.16%
CMYK36.41%17.39%0.00%
27.84%

Color #7598B8 in popluar number systems.

HEX7598B8
Decimal117152184
Binary11101011001100010111000
Octal165230270

Shades and tints

Shades of #7598B8

#7598B8
(117,152,184)
#6B8BA8
(107,139,168)
#617E98
(97,126,152)
#577188
(87,113,136)
#4D6478
(77,100,120)
#435768
(67,87,104)
#394A58
(57,74,88)
#2F3D48
(47,61,72)
#253038
(37,48,56)
#1B2328
(27,35,40)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #7598B8

#7598B8
(117,152,184)
#81A1BE
(129,161,190)
#8DAAC4
(141,170,196)
#99B3CA
(153,179,202)
#A5BCD0
(165,188,208)
#B1C5D6
(177,197,214)
#BDCEDC
(189,206,220)
#C9D7E2
(201,215,226)
#D5E0E8
(213,224,232)
#E1E9EE
(225,233,238)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7598B8; }

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

This text font color is #7598B8.


Background Color

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

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

This div background color is #7598B8.


Border color

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

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

This div border color is #7598B8.


Opacity

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

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

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

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

This text has shadow with #7598B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7598B8 on black background.


Color preview on white background

This text has color #7598B8 on white background.



Black color preview on #7598B8 background

This text has black color on #7598B8 background.


White color preview on #7598B8 background

This text has white color on #7598B8 background.