COLOR #7598AA

HEX: #7598AA
RGB: (117,152,170)

Color info

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

RGB color model

#7598AA color RGB value is (117,152,170).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 170 of 255 = 67%

117
152
170

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

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 170 = 439 (100%)
R 117 of 439 ~ 26.65%
G 152 of 439 ~ 34.62%
B 170 of 439 ~ 38.72%

%26.65
%34.62
%38.72

CMYK color model

#7598AA color CMYK value is (31,11,0,33).

  • cyan value is 31.18%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,11,0,33)
C31M11Y0K33 
(31%,11%,0%,33%)
(0.31/0.11/0.00/0.33)	

CMYK percentages

%31.18
%10.59
%0
%33.33

Codes

Color #7598AA in popluar color models

7598AA
RGB117152170
HSL200°23.77%56.27%
HSB/HSV200°31.18%66.67%
CMYK31.18%10.59%0.00%
33.33%

Color #7598AA in popluar number systems.

HEX7598AA
Decimal117152170
Binary11101011001100010101010
Octal165230252

Shades and tints

Shades of #7598AA

#7598AA
(117,152,170)
#6B8B9B
(107,139,155)
#617E8C
(97,126,140)
#57717D
(87,113,125)
#4D646E
(77,100,110)
#43575F
(67,87,95)
#394A50
(57,74,80)
#2F3D41
(47,61,65)
#253032
(37,48,50)
#1B2323
(27,35,35)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7598AA

#7598AA
(117,152,170)
#81A1B1
(129,161,177)
#8DAAB8
(141,170,184)
#99B3BF
(153,179,191)
#A5BCC6
(165,188,198)
#B1C5CD
(177,197,205)
#BDCED4
(189,206,212)
#C9D7DB
(201,215,219)
#D5E0E2
(213,224,226)
#E1E9E9
(225,233,233)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7598AA; }

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

This text font color is #7598AA.


Background Color

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

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

This div background color is #7598AA.


Border color

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

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

This div border color is #7598AA.


Opacity

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

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

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

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

This text has shadow with #7598AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7598AA on black background.


Color preview on white background

This text has color #7598AA on white background.



Black color preview on #7598AA background

This text has black color on #7598AA background.


White color preview on #7598AA background

This text has white color on #7598AA background.