COLOR #759CAF

HEX: #759CAF RGB: (117,156,175)

Color info

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

RGB color model

#759CAF color RGB value is (117,156,175).

RGB: (117,156,175) (46%, 61%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 175 of 255 = 69%

117
156
175

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

Portions of RGB colors in percentages

R + G + B = 117 + 156 + 175 = 448 (100%)
R 117 of 448 ~ 26.12%
G 156 of 448 ~ 34.82%
B 175 of 448 ~ 39.06'%

%26.12
%34.82
%39.06

CMYK color model

#759CAF color CMYK value is (33,11,0,31).

  • cyan value is 33.14%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,11,0,31)
C33M11Y0K31 (33%, 11%, 0%, 31%)
(0.33 / 0.11 / 0.00 / 0.31)

CMYK percentages

%33.14
%10.86
%0
%31.37

Codes

Color #759CAF in popluar color models

75 9C AF
RGB 117 156 175
HSL 200° 26.61% 57.25%
HSB/HSV 200° 33.14% 68.63%
CMYK 33.14% 10.86% 0.00%
31.37%

Color #759CAF in popluar number systems.

HEX 75 9C AF
Decimal 117 156 175
Binary 1110101 10011100 10101111
Octal 165 234 257

Shades and tints

Shades of #759CAF

#759CAF
(117,156,175)
#6B8EA0
(107,142,160)
#618091
(97,128,145)
#577282
(87,114,130)
#4D6473
(77,100,115)
#435664
(67,86,100)
#394855
(57,72,85)
#2F3A46
(47,58,70)
#252C37
(37,44,55)
#1B1E28
(27,30,40)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #759CAF

#759CAF
(117,156,175)
#81A5B6
(129,165,182)
#8DAEBD
(141,174,189)
#99B7C4
(153,183,196)
#A5C0CB
(165,192,203)
#B1C9D2
(177,201,210)
#BDD2D9
(189,210,217)
#C9DBE0
(201,219,224)
#D5E4E7
(213,228,231)
#E1EDEE
(225,237,238)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759CAF color. Also use rgb(117,156,175) instead hex code.

Text Font Color

.myTextColor { color: #759CAF; }

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

This text font color is #759CAF.

Background Color

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

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

This div background color is #759CAF.

Border color

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

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

This div border color is #759CAF.

Opacity

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

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

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

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

This text has shadow with #759CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759CAF.

Preview

Color preview on black background

This text has color #759CAF on black background.


Color preview on white background

This text has color #759CAF on white background.


Black color preview on #759CAF background

This text has black color on #759CAF background.


White color preview on #759CAF background

This text has white color on #759CAF background.


Related colors

Complementary color

Complementary color for #hex is #8A6350.


I love getcolorcode.com

Triadic colors

1 #AF759C and #9CAF75 with #759CAF are triadic colors.

2 #AF9C75 and #9C75AF with #759CAF are triadic colors.