COLOR #7596CC

HEX: #7596CC RGB: (117,150,204)

Color info

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

RGB color model

#7596CC color RGB value is (117,150,204).

RGB: (117,150,204) (46%, 59%, 80%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 204 of 255 = 80%

117
150
204

R + G + B ~ 62%. #7596CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 150 + 204 = 471 (100%)
R 117 of 471 ~ 24.84%
G 150 of 471 ~ 31.85%
B 204 of 471 ~ 43.31'%

%24.84
%31.85
%43.31

CMYK color model

#7596CC color CMYK value is (43,26,0,20).

  • cyan value is 42.65%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (43,26,0,20) C43M26Y0K20 (43%,26%,0%,20%) (0.43/0.26/0.00/0.20) 

CMYK percentages

%42.65
%26.47
%0
%20

Codes

Color #7596CC in popluar color models

75 96 CC
RGB 117 150 204
HSL 217° 46.03% 62.94%
HSB/HSV 217° 42.65% 80.00%
CMYK 42.65% 26.47% 0.00%
20.00%

Color #7596CC in popluar number systems.

HEX 75 96 CC
Decimal 117 150 204
Binary 1110101 10010110 11001100
Octal 165 226 314

Shades and tints

Shades of #7596CC

#7596CC
(117,150,204)
#6B89BA
(107,137,186)
#617CA8
(97,124,168)
#576F96
(87,111,150)
#4D6284
(77,98,132)
#435572
(67,85,114)
#394860
(57,72,96)
#2F3B4E
(47,59,78)
#252E3C
(37,46,60)
#1B212A
(27,33,42)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #7596CC

#7596CC
(117,150,204)
#819FD0
(129,159,208)
#8DA8D4
(141,168,212)
#99B1D8
(153,177,216)
#A5BADC
(165,186,220)
#B1C3E0
(177,195,224)
#BDCCE4
(189,204,228)
#C9D5E8
(201,213,232)
#D5DEEC
(213,222,236)
#E1E7F0
(225,231,240)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7596CC; }

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

This text font color is #7596CC.

Background Color

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

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

This div background color is #7596CC.

Border color

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

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

This div border color is #7596CC.

Opacity

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

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

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

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

This text has shadow with #7596CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7596CC.

Preview

Color preview on black background

This text has color #7596CC on black background.


Color preview on white background

This text has color #7596CC on white background.


Black color preview on #7596CC background

This text has black color on #7596CC background.


White color preview on #7596CC background

This text has white color on #7596CC background.


Related colors

Complementary color

Complementary color for #hex is #8A6933.


I love getcolorcode.com

Triadic colors

1 #CC7596 and #96CC75 with #7596CC are triadic colors.

2 #CC9675 and #9675CC with #7596CC are triadic colors.