COLOR #759AD0

HEX: #759AD0
RGB: (117,154,208)

Color info

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

RGB color model

#759AD0 color RGB value is (117,154,208).

  • red value is 117;
  • green value is 154;
  • blue value is 208.
RGB:
(117,154,208)
(46%,60%,82%)

RGB channels and saturation

R 117 of 255 = 46%
G 154 of 255 = 60%
B 208 of 255 = 82%

117
154
208

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

Portions of RGB colors in percentages

R + G + B =
117 + 154 + 208 = 479 (100%)
R 117 of 479 ~ 24.43%
G 154 of 479 ~ 32.15%
B 208 of 479 ~ 43.42%

%24.43
%32.15
%43.42

CMYK color model

#759AD0 color CMYK value is (44,26,0,18).

  • cyan value is 43.75%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(44,26,0,18)
C44M26Y0K18 
(44%,26%,0%,18%)
(0.44/0.26/0.00/0.18)	

CMYK percentages

%43.75
%25.96
%0
%18.43

Codes

Color #759AD0 in popluar color models

759AD0
RGB117154208
HSL216°49.19%63.73%
HSB/HSV216°43.75%81.57%
CMYK43.75%25.96%0.00%
18.43%

Color #759AD0 in popluar number systems.

HEX759AD0
Decimal117154208
Binary11101011001101011010000
Octal165232320

Shades and tints

Shades of #759AD0

#759AD0
(117,154,208)
#6B8CBE
(107,140,190)
#617EAC
(97,126,172)
#57709A
(87,112,154)
#4D6288
(77,98,136)
#435476
(67,84,118)
#394664
(57,70,100)
#2F3852
(47,56,82)
#252A40
(37,42,64)
#1B1C2E
(27,28,46)
#110E1C
(17,14,28)
#000000
(0,0,0)

Tints of #759AD0

#759AD0
(117,154,208)
#81A3D4
(129,163,212)
#8DACD8
(141,172,216)
#99B5DC
(153,181,220)
#A5BEE0
(165,190,224)
#B1C7E4
(177,199,228)
#BDD0E8
(189,208,232)
#C9D9EC
(201,217,236)
#D5E2F0
(213,226,240)
#E1EBF4
(225,235,244)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759AD0 color. Also use rgb(117,154,208) instead hex code.

Text Font Color

.myTextColor { color: #759AD0; }

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

This text font color is #759AD0.


Background Color

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

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

This div background color is #759AD0.


Border color

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

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

This div border color is #759AD0.


Opacity

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

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

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

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

This text has shadow with #759AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759AD0 on black background.


Color preview on white background

This text has color #759AD0 on white background.



Black color preview on #759AD0 background

This text has black color on #759AD0 background.


White color preview on #759AD0 background

This text has white color on #759AD0 background.