COLOR #759DC7

HEX: #759DC7
RGB: (117,157,199)

Color info

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

RGB color model

#759DC7 color RGB value is (117,157,199).

  • red value is 117;
  • green value is 157;
  • blue value is 199.
RGB:
(117,157,199)
(46%,62%,78%)

RGB channels and saturation

R 117 of 255 = 46%
G 157 of 255 = 62%
B 199 of 255 = 78%

117
157
199

R + G + B ~ 62%. #759DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 157 + 199 = 473 (100%)
R 117 of 473 ~ 24.74%
G 157 of 473 ~ 33.19%
B 199 of 473 ~ 42.07%

%24.74
%33.19
%42.07

CMYK color model

#759DC7 color CMYK value is (41,21,0,22).

  • cyan value is 41.21%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,21,0,22)
C41M21Y0K22 
(41%,21%,0%,22%)
(0.41/0.21/0.00/0.22)	

CMYK percentages

%41.21
%21.11
%0
%21.96

Codes

Color #759DC7 in popluar color models

759DC7
RGB117157199
HSL211°42.27%61.96%
HSB/HSV211°41.21%78.04%
CMYK41.21%21.11%0.00%
21.96%

Color #759DC7 in popluar number systems.

HEX759DC7
Decimal117157199
Binary11101011001110111000111
Octal165235307

Shades and tints

Shades of #759DC7

#759DC7
(117,157,199)
#6B8FB5
(107,143,181)
#6181A3
(97,129,163)
#577391
(87,115,145)
#4D657F
(77,101,127)
#43576D
(67,87,109)
#39495B
(57,73,91)
#2F3B49
(47,59,73)
#252D37
(37,45,55)
#1B1F25
(27,31,37)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #759DC7

#759DC7
(117,157,199)
#81A5CC
(129,165,204)
#8DADD1
(141,173,209)
#99B5D6
(153,181,214)
#A5BDDB
(165,189,219)
#B1C5E0
(177,197,224)
#BDCDE5
(189,205,229)
#C9D5EA
(201,213,234)
#D5DDEF
(213,221,239)
#E1E5F4
(225,229,244)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759DC7 color. Also use rgb(117,157,199) instead hex code.

Text Font Color

.myTextColor { color: #759DC7; }

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

This text font color is #759DC7.


Background Color

.myBgColor { background-color: #759DC7; }

<div style="background-color:#759DC7">Inner text</div>

This div background color is #759DC7.


Border color

.myBorderColor { border: 1px solid #759DC7; }

<div style="border:3px solid #759DC7">Div</div>

This div border color is #759DC7.


Opacity

.myOpacity80 { color: #759DC7; opacity: 0.8; }

<p style="color:#759DC7;opacity:0.8;">80%</p>

Text with #759DC7 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 #759DC7;}

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

This text has shadow with #759DC7 color.

.textShadow {text-shadow: 3px 3px 1px #759DC7, 3px 3px 1px red;}

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

This text has shadow with #759DC7 primary color and red secondary color.


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

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

This text has shadow with #759DC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759DC7 on black background.


Color preview on white background

This text has color #759DC7 on white background.



Black color preview on #759DC7 background

This text has black color on #759DC7 background.


White color preview on #759DC7 background

This text has white color on #759DC7 background.