COLOR #759FAE

HEX: #759FAE
RGB: (117,159,174)

Color info

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

RGB color model

#759FAE color RGB value is (117,159,174).

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

RGB channels and saturation

R 117 of 255 = 46%
G 159 of 255 = 62%
B 174 of 255 = 68%

117
159
174

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

Portions of RGB colors in percentages

R + G + B =
117 + 159 + 174 = 450 (100%)
R 117 of 450 ~ 26%
G 159 of 450 ~ 35.33%
B 174 of 450 ~ 38.67%

%26
%35.33
%38.67

CMYK color model

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

  • cyan value is 32.76%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(33,9,0,32)
C33M9Y0K32 
(33%,9%,0%,32%)
(0.33/0.09/0.00/0.32)	

CMYK percentages

%32.76
%8.62
%0
%31.76

Codes

Color #759FAE in popluar color models

759FAE
RGB117159174
HSL196°26.03%57.06%
HSB/HSV196°32.76%68.24%
CMYK32.76%8.62%0.00%
31.76%

Color #759FAE in popluar number systems.

HEX759FAE
Decimal117159174
Binary11101011001111110101110
Octal165237256

Shades and tints

Shades of #759FAE

#759FAE
(117,159,174)
#6B919F
(107,145,159)
#618390
(97,131,144)
#577581
(87,117,129)
#4D6772
(77,103,114)
#435963
(67,89,99)
#394B54
(57,75,84)
#2F3D45
(47,61,69)
#252F36
(37,47,54)
#1B2127
(27,33,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #759FAE

#759FAE
(117,159,174)
#81A7B5
(129,167,181)
#8DAFBC
(141,175,188)
#99B7C3
(153,183,195)
#A5BFCA
(165,191,202)
#B1C7D1
(177,199,209)
#BDCFD8
(189,207,216)
#C9D7DF
(201,215,223)
#D5DFE6
(213,223,230)
#E1E7ED
(225,231,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759FAE; }

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

This text font color is #759FAE.


Background Color

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

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

This div background color is #759FAE.


Border color

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

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

This div border color is #759FAE.


Opacity

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

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

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

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

This text has shadow with #759FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759FAE on black background.


Color preview on white background

This text has color #759FAE on white background.



Black color preview on #759FAE background

This text has black color on #759FAE background.


White color preview on #759FAE background

This text has white color on #759FAE background.