COLOR #7596C3

HEX: #7596C3
RGB: (117,150,195)

Color info

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

RGB color model

#7596C3 color RGB value is (117,150,195).

  • red value is 117;
  • green value is 150;
  • blue value is 195.
RGB:
(117,150,195)
(46%,59%,76%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 195 of 255 = 76%

117
150
195

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 195 = 462 (100%)
R 117 of 462 ~ 25.32%
G 150 of 462 ~ 32.47%
B 195 of 462 ~ 42.21%

%25.32
%32.47
%42.21

CMYK color model

#7596C3 color CMYK value is (40,23,0,24).

  • cyan value is 40.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(40,23,0,24)
C40M23Y0K24 
(40%,23%,0%,24%)
(0.40/0.23/0.00/0.24)	

CMYK percentages

%40
%23.08
%0
%23.53

Codes

Color #7596C3 in popluar color models

7596C3
RGB117150195
HSL215°39.39%61.18%
HSB/HSV215°40.00%76.47%
CMYK40.00%23.08%0.00%
23.53%

Color #7596C3 in popluar number systems.

HEX7596C3
Decimal117150195
Binary11101011001011011000011
Octal165226303

Shades and tints

Shades of #7596C3

#7596C3
(117,150,195)
#6B89B2
(107,137,178)
#617CA1
(97,124,161)
#576F90
(87,111,144)
#4D627F
(77,98,127)
#43556E
(67,85,110)
#39485D
(57,72,93)
#2F3B4C
(47,59,76)
#252E3B
(37,46,59)
#1B212A
(27,33,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #7596C3

#7596C3
(117,150,195)
#819FC8
(129,159,200)
#8DA8CD
(141,168,205)
#99B1D2
(153,177,210)
#A5BAD7
(165,186,215)
#B1C3DC
(177,195,220)
#BDCCE1
(189,204,225)
#C9D5E6
(201,213,230)
#D5DEEB
(213,222,235)
#E1E7F0
(225,231,240)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7596C3 color. Also use rgb(117,150,195) instead hex code.

Text Font Color

.myTextColor { color: #7596C3; }

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

This text font color is #7596C3.


Background Color

.myBgColor { background-color: #7596C3; }

<div style="background-color:#7596C3">Inner text</div>

This div background color is #7596C3.


Border color

.myBorderColor { border: 1px solid #7596C3; }

<div style="border:3px solid #7596C3">Div</div>

This div border color is #7596C3.


Opacity

.myOpacity80 { color: #7596C3; opacity: 0.8; }

<p style="color:#7596C3;opacity:0.8;">80%</p>

Text with #7596C3 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 #7596C3;}

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

This text has shadow with #7596C3 color.

.textShadow {text-shadow: 3px 3px 1px #7596C3, 3px 3px 1px red;}

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

This text has shadow with #7596C3 primary color and red secondary color.


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

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

This text has shadow with #7596C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7596C3 on black background.


Color preview on white background

This text has color #7596C3 on white background.



Black color preview on #7596C3 background

This text has black color on #7596C3 background.


White color preview on #7596C3 background

This text has white color on #7596C3 background.