COLOR #759DAD

HEX: #759DAD
RGB: (117,157,173)

Color info

#759DAD contains red, green and blue colors in about the same proportion. Web safe color of #759DAD is #669999 (or #699).

RGB color model

#759DAD color RGB value is (117,157,173).

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

RGB channels and saturation

R 117 of 255 = 46%
G 157 of 255 = 62%
B 173 of 255 = 68%

117
157
173

R + G + B ~ 59%. #759DAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 157 + 173 = 447 (100%)
R 117 of 447 ~ 26.17%
G 157 of 447 ~ 35.12%
B 173 of 447 ~ 38.7%

%26.17
%35.12
%38.7

CMYK color model

#759DAD color CMYK value is (32,9,0,32).

  • cyan value is 32.37%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,9,0,32)
C32M9Y0K32 
(32%,9%,0%,32%)
(0.32/0.09/0.00/0.32)	

CMYK percentages

%32.37
%9.25
%0
%32.16

Codes

Color #759DAD in popluar color models

759DAD
RGB117157173
HSL197°25.45%56.86%
HSB/HSV197°32.37%67.84%
CMYK32.37%9.25%0.00%
32.16%

Color #759DAD in popluar number systems.

HEX759DAD
Decimal117157173
Binary11101011001110110101101
Octal165235255

Shades and tints

Shades of #759DAD

#759DAD
(117,157,173)
#6B8F9E
(107,143,158)
#61818F
(97,129,143)
#577380
(87,115,128)
#4D6571
(77,101,113)
#435762
(67,87,98)
#394953
(57,73,83)
#2F3B44
(47,59,68)
#252D35
(37,45,53)
#1B1F26
(27,31,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #759DAD

#759DAD
(117,157,173)
#81A5B4
(129,165,180)
#8DADBB
(141,173,187)
#99B5C2
(153,181,194)
#A5BDC9
(165,189,201)
#B1C5D0
(177,197,208)
#BDCDD7
(189,205,215)
#C9D5DE
(201,213,222)
#D5DDE5
(213,221,229)
#E1E5EC
(225,229,236)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759DAD; }

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

This text font color is #759DAD.


Background Color

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

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

This div background color is #759DAD.


Border color

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

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

This div border color is #759DAD.


Opacity

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

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

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

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

This text has shadow with #759DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759DAD on black background.


Color preview on white background

This text has color #759DAD on white background.



Black color preview on #759DAD background

This text has black color on #759DAD background.


White color preview on #759DAD background

This text has white color on #759DAD background.