COLOR #759AAB

HEX: #759AAB
RGB: (117,154,171)

Color info

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

RGB color model

#759AAB color RGB value is (117,154,171).

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

RGB channels and saturation

R 117 of 255 = 46%
G 154 of 255 = 60%
B 171 of 255 = 67%

117
154
171

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

Portions of RGB colors in percentages

R + G + B =
117 + 154 + 171 = 442 (100%)
R 117 of 442 ~ 26.47%
G 154 of 442 ~ 34.84%
B 171 of 442 ~ 38.69%

%26.47
%34.84
%38.69

CMYK color model

#759AAB color CMYK value is (32,10,0,33).

  • cyan value is 31.58%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,10,0,33)
C32M10Y0K33 
(32%,10%,0%,33%)
(0.32/0.10/0.00/0.33)	

CMYK percentages

%31.58
%9.94
%0
%32.94

Codes

Color #759AAB in popluar color models

759AAB
RGB117154171
HSL199°24.32%56.47%
HSB/HSV199°31.58%67.06%
CMYK31.58%9.94%0.00%
32.94%

Color #759AAB in popluar number systems.

HEX759AAB
Decimal117154171
Binary11101011001101010101011
Octal165232253

Shades and tints

Shades of #759AAB

#759AAB
(117,154,171)
#6B8C9C
(107,140,156)
#617E8D
(97,126,141)
#57707E
(87,112,126)
#4D626F
(77,98,111)
#435460
(67,84,96)
#394651
(57,70,81)
#2F3842
(47,56,66)
#252A33
(37,42,51)
#1B1C24
(27,28,36)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #759AAB

#759AAB
(117,154,171)
#81A3B2
(129,163,178)
#8DACB9
(141,172,185)
#99B5C0
(153,181,192)
#A5BEC7
(165,190,199)
#B1C7CE
(177,199,206)
#BDD0D5
(189,208,213)
#C9D9DC
(201,217,220)
#D5E2E3
(213,226,227)
#E1EBEA
(225,235,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759AAB; }

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

This text font color is #759AAB.


Background Color

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

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

This div background color is #759AAB.


Border color

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

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

This div border color is #759AAB.


Opacity

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

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

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

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

This text has shadow with #759AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759AAB on black background.


Color preview on white background

This text has color #759AAB on white background.



Black color preview on #759AAB background

This text has black color on #759AAB background.


White color preview on #759AAB background

This text has white color on #759AAB background.