COLOR #7599BF

HEX: #7599BF
RGB: (117,153,191)

Color info

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

RGB color model

#7599BF color RGB value is (117,153,191).

  • red value is 117;
  • green value is 153;
  • blue value is 191.
RGB:
(117,153,191)
(46%,60%,75%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 191 of 255 = 75%

117
153
191

R + G + B ~ 60%. #7599BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 191 = 461 (100%)
R 117 of 461 ~ 25.38%
G 153 of 461 ~ 33.19%
B 191 of 461 ~ 41.43%

%25.38
%33.19
%41.43

CMYK color model

#7599BF color CMYK value is (39,20,0,25).

  • cyan value is 38.74%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,20,0,25)
C39M20Y0K25 
(39%,20%,0%,25%)
(0.39/0.20/0.00/0.25)	

CMYK percentages

%38.74
%19.9
%0
%25.1

Codes

Color #7599BF in popluar color models

7599BF
RGB117153191
HSL211°36.63%60.39%
HSB/HSV211°38.74%74.90%
CMYK38.74%19.90%0.00%
25.10%

Color #7599BF in popluar number systems.

HEX7599BF
Decimal117153191
Binary11101011001100110111111
Octal165231277

Shades and tints

Shades of #7599BF

#7599BF
(117,153,191)
#6B8CAE
(107,140,174)
#617F9D
(97,127,157)
#57728C
(87,114,140)
#4D657B
(77,101,123)
#43586A
(67,88,106)
#394B59
(57,75,89)
#2F3E48
(47,62,72)
#253137
(37,49,55)
#1B2426
(27,36,38)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #7599BF

#7599BF
(117,153,191)
#81A2C4
(129,162,196)
#8DABC9
(141,171,201)
#99B4CE
(153,180,206)
#A5BDD3
(165,189,211)
#B1C6D8
(177,198,216)
#BDCFDD
(189,207,221)
#C9D8E2
(201,216,226)
#D5E1E7
(213,225,231)
#E1EAEC
(225,234,236)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7599BF color. Also use rgb(117,153,191) instead hex code.

Text Font Color

.myTextColor { color: #7599BF; }

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

This text font color is #7599BF.


Background Color

.myBgColor { background-color: #7599BF; }

<div style="background-color:#7599BF">Inner text</div>

This div background color is #7599BF.


Border color

.myBorderColor { border: 1px solid #7599BF; }

<div style="border:3px solid #7599BF">Div</div>

This div border color is #7599BF.


Opacity

.myOpacity80 { color: #7599BF; opacity: 0.8; }

<p style="color:#7599BF;opacity:0.8;">80%</p>

Text with #7599BF 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 #7599BF;}

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

This text has shadow with #7599BF color.

.textShadow {text-shadow: 3px 3px 1px #7599BF, 3px 3px 1px red;}

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

This text has shadow with #7599BF primary color and red secondary color.


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

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

This text has shadow with #7599BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7599BF on black background.


Color preview on white background

This text has color #7599BF on white background.



Black color preview on #7599BF background

This text has black color on #7599BF background.


White color preview on #7599BF background

This text has white color on #7599BF background.