COLOR #759CBB

HEX: #759CBB
RGB: (117,156,187)

Color info

#759CBB contains mainly green and blue colors. Web safe color of #759CBB is #6699CC (or #69C).

RGB color model

#759CBB color RGB value is (117,156,187).

  • red value is 117;
  • green value is 156;
  • blue value is 187.
RGB:
(117,156,187)
(46%,61%,73%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 187 of 255 = 73%

117
156
187

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

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 187 = 460 (100%)
R 117 of 460 ~ 25.43%
G 156 of 460 ~ 33.91%
B 187 of 460 ~ 40.65%

%25.43
%33.91
%40.65

CMYK color model

#759CBB color CMYK value is (37,17,0,27).

  • cyan value is 37.43%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(37,17,0,27)
C37M17Y0K27 
(37%,17%,0%,27%)
(0.37/0.17/0.00/0.27)	

CMYK percentages

%37.43
%16.58
%0
%26.67

Codes

Color #759CBB in popluar color models

759CBB
RGB117156187
HSL207°33.98%59.61%
HSB/HSV207°37.43%73.33%
CMYK37.43%16.58%0.00%
26.67%

Color #759CBB in popluar number systems.

HEX759CBB
Decimal117156187
Binary11101011001110010111011
Octal165234273

Shades and tints

Shades of #759CBB

#759CBB
(117,156,187)
#6B8EAA
(107,142,170)
#618099
(97,128,153)
#577288
(87,114,136)
#4D6477
(77,100,119)
#435666
(67,86,102)
#394855
(57,72,85)
#2F3A44
(47,58,68)
#252C33
(37,44,51)
#1B1E22
(27,30,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #759CBB

#759CBB
(117,156,187)
#81A5C1
(129,165,193)
#8DAEC7
(141,174,199)
#99B7CD
(153,183,205)
#A5C0D3
(165,192,211)
#B1C9D9
(177,201,217)
#BDD2DF
(189,210,223)
#C9DBE5
(201,219,229)
#D5E4EB
(213,228,235)
#E1EDF1
(225,237,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759CBB; }

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

This text font color is #759CBB.


Background Color

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

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

This div background color is #759CBB.


Border color

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

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

This div border color is #759CBB.


Opacity

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

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

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

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

This text has shadow with #759CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759CBB on black background.


Color preview on white background

This text has color #759CBB on white background.



Black color preview on #759CBB background

This text has black color on #759CBB background.


White color preview on #759CBB background

This text has white color on #759CBB background.