COLOR #759FCE

HEX: #759FCE
RGB: (117,159,206)

Color info

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

RGB color model

#759FCE color RGB value is (117,159,206).

  • red value is 117;
  • green value is 159;
  • blue value is 206.
RGB:
(117,159,206)
(46%,62%,81%)

RGB channels and saturation

R 117 of 255 = 46%
G 159 of 255 = 62%
B 206 of 255 = 81%

117
159
206

R + G + B ~ 63%. #759FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 159 + 206 = 482 (100%)
R 117 of 482 ~ 24.27%
G 159 of 482 ~ 32.99%
B 206 of 482 ~ 42.74%

%24.27
%32.99
%42.74

CMYK color model

#759FCE color CMYK value is (43,23,0,19).

  • cyan value is 43.20%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(43,23,0,19)
C43M23Y0K19 
(43%,23%,0%,19%)
(0.43/0.23/0.00/0.19)	

CMYK percentages

%43.2
%22.82
%0
%19.22

Codes

Color #759FCE in popluar color models

759FCE
RGB117159206
HSL212°47.59%63.33%
HSB/HSV212°43.20%80.78%
CMYK43.20%22.82%0.00%
19.22%

Color #759FCE in popluar number systems.

HEX759FCE
Decimal117159206
Binary11101011001111111001110
Octal165237316

Shades and tints

Shades of #759FCE

#759FCE
(117,159,206)
#6B91BC
(107,145,188)
#6183AA
(97,131,170)
#577598
(87,117,152)
#4D6786
(77,103,134)
#435974
(67,89,116)
#394B62
(57,75,98)
#2F3D50
(47,61,80)
#252F3E
(37,47,62)
#1B212C
(27,33,44)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #759FCE

#759FCE
(117,159,206)
#81A7D2
(129,167,210)
#8DAFD6
(141,175,214)
#99B7DA
(153,183,218)
#A5BFDE
(165,191,222)
#B1C7E2
(177,199,226)
#BDCFE6
(189,207,230)
#C9D7EA
(201,215,234)
#D5DFEE
(213,223,238)
#E1E7F2
(225,231,242)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759FCE color. Also use rgb(117,159,206) instead hex code.

Text Font Color

.myTextColor { color: #759FCE; }

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

This text font color is #759FCE.


Background Color

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

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

This div background color is #759FCE.


Border color

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

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

This div border color is #759FCE.


Opacity

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

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

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

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

This text has shadow with #759FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759FCE on black background.


Color preview on white background

This text has color #759FCE on white background.



Black color preview on #759FCE background

This text has black color on #759FCE background.


White color preview on #759FCE background

This text has white color on #759FCE background.