COLOR #759DB3

HEX: #759DB3 RGB: (117,157,179)

Color info

#759DB3 contains mainly green and blue colors. Web safe color of #759DB3 is #669999 (or #699).

RGB color model

#759DB3 color RGB value is (117,157,179).

RGB: (117,157,179) (46%, 62%, 70%)

RGB channels and saturation

R 117 of 255 = 46%
G 157 of 255 = 62%
B 179 of 255 = 70%

117
157
179

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

Portions of RGB colors in percentages

R + G + B = 117 + 157 + 179 = 453 (100%)
R 117 of 453 ~ 25.83%
G 157 of 453 ~ 34.66%
B 179 of 453 ~ 39.51'%

%25.83
%34.66
%39.51

CMYK color model

#759DB3 color CMYK value is (35,12,0,30).

  • cyan value is 34.64%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (35,12,0,30)
C35M12Y0K30 (35%, 12%, 0%, 30%)
(0.35 / 0.12 / 0.00 / 0.30)

CMYK percentages

%34.64
%12.29
%0
%29.8

Codes

Color #759DB3 in popluar color models

75 9D B3
RGB 117 157 179
HSL 201° 28.97% 58.04%
HSB/HSV 201° 34.64% 70.20%
CMYK 34.64% 12.29% 0.00%
29.80%

Color #759DB3 in popluar number systems.

HEX 75 9D B3
Decimal 117 157 179
Binary 1110101 10011101 10110011
Octal 165 235 263

Shades and tints

Shades of #759DB3

#759DB3
(117,157,179)
#6B8FA3
(107,143,163)
#618193
(97,129,147)
#577383
(87,115,131)
#4D6573
(77,101,115)
#435763
(67,87,99)
#394953
(57,73,83)
#2F3B43
(47,59,67)
#252D33
(37,45,51)
#1B1F23
(27,31,35)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #759DB3

#759DB3
(117,157,179)
#81A5B9
(129,165,185)
#8DADBF
(141,173,191)
#99B5C5
(153,181,197)
#A5BDCB
(165,189,203)
#B1C5D1
(177,197,209)
#BDCDD7
(189,205,215)
#C9D5DD
(201,213,221)
#D5DDE3
(213,221,227)
#E1E5E9
(225,229,233)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759DB3; }

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

This text font color is #759DB3.

Background Color

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

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

This div background color is #759DB3.

Border color

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

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

This div border color is #759DB3.

Opacity

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

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

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

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

This text has shadow with #759DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759DB3.

Preview

Color preview on black background

This text has color #759DB3 on black background.


Color preview on white background

This text has color #759DB3 on white background.


Black color preview on #759DB3 background

This text has black color on #759DB3 background.


White color preview on #759DB3 background

This text has white color on #759DB3 background.


Related colors

Complementary color

Complementary color for #hex is #8A624C.


I love getcolorcode.com

Triadic colors

1 #B3759D and #9DB375 with #759DB3 are triadic colors.

2 #B39D75 and #9D75B3 with #759DB3 are triadic colors.