COLOR #7598A8

HEX: #7598A8
RGB: (117,152,168)

Color info

#7598A8 contains red, green and blue colors in about the same proportion. Web safe color of #7598A8 is #669999 (or #699).

RGB color model

#7598A8 color RGB value is (117,152,168).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 168 of 255 = 66%

117
152
168

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

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 168 = 437 (100%)
R 117 of 437 ~ 26.77%
G 152 of 437 ~ 34.78%
B 168 of 437 ~ 38.44%

%26.77
%34.78
%38.44

CMYK color model

#7598A8 color CMYK value is (30,10,0,34).

  • cyan value is 30.36%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,10,0,34)
C30M10Y0K34 
(30%,10%,0%,34%)
(0.30/0.10/0.00/0.34)	

CMYK percentages

%30.36
%9.52
%0
%34.12

Codes

Color #7598A8 in popluar color models

7598A8
RGB117152168
HSL199°22.67%55.88%
HSB/HSV199°30.36%65.88%
CMYK30.36%9.52%0.00%
34.12%

Color #7598A8 in popluar number systems.

HEX7598A8
Decimal117152168
Binary11101011001100010101000
Octal165230250

Shades and tints

Shades of #7598A8

#7598A8
(117,152,168)
#6B8B99
(107,139,153)
#617E8A
(97,126,138)
#57717B
(87,113,123)
#4D646C
(77,100,108)
#43575D
(67,87,93)
#394A4E
(57,74,78)
#2F3D3F
(47,61,63)
#253030
(37,48,48)
#1B2321
(27,35,33)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #7598A8

#7598A8
(117,152,168)
#81A1AF
(129,161,175)
#8DAAB6
(141,170,182)
#99B3BD
(153,179,189)
#A5BCC4
(165,188,196)
#B1C5CB
(177,197,203)
#BDCED2
(189,206,210)
#C9D7D9
(201,215,217)
#D5E0E0
(213,224,224)
#E1E9E7
(225,233,231)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7598A8; }

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

This text font color is #7598A8.


Background Color

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

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

This div background color is #7598A8.


Border color

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

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

This div border color is #7598A8.


Opacity

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

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

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

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

This text has shadow with #7598A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7598A8 on black background.


Color preview on white background

This text has color #7598A8 on white background.



Black color preview on #7598A8 background

This text has black color on #7598A8 background.


White color preview on #7598A8 background

This text has white color on #7598A8 background.