COLOR #758EAF

HEX: #758EAF
RGB: (117,142,175)

Color info

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

RGB color model

#758EAF color RGB value is (117,142,175).

  • red value is 117;
  • green value is 142;
  • blue value is 175.
RGB:
(117,142,175)
(46%,56%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 175 of 255 = 69%

117
142
175

R + G + B ~ 57%. #758EAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 175 = 434 (100%)
R 117 of 434 ~ 26.96%
G 142 of 434 ~ 32.72%
B 175 of 434 ~ 40.32%

%26.96
%32.72
%40.32

CMYK color model

#758EAF color CMYK value is (33,19,0,31).

  • cyan value is 33.14%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,19,0,31)
C33M19Y0K31 
(33%,19%,0%,31%)
(0.33/0.19/0.00/0.31)	

CMYK percentages

%33.14
%18.86
%0
%31.37

Codes

Color #758EAF in popluar color models

758EAF
RGB117142175
HSL214°26.61%57.25%
HSB/HSV214°33.14%68.63%
CMYK33.14%18.86%0.00%
31.37%

Color #758EAF in popluar number systems.

HEX758EAF
Decimal117142175
Binary11101011000111010101111
Octal165216257

Shades and tints

Shades of #758EAF

#758EAF
(117,142,175)
#6B82A0
(107,130,160)
#617691
(97,118,145)
#576A82
(87,106,130)
#4D5E73
(77,94,115)
#435264
(67,82,100)
#394655
(57,70,85)
#2F3A46
(47,58,70)
#252E37
(37,46,55)
#1B2228
(27,34,40)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #758EAF

#758EAF
(117,142,175)
#8198B6
(129,152,182)
#8DA2BD
(141,162,189)
#99ACC4
(153,172,196)
#A5B6CB
(165,182,203)
#B1C0D2
(177,192,210)
#BDCAD9
(189,202,217)
#C9D4E0
(201,212,224)
#D5DEE7
(213,222,231)
#E1E8EE
(225,232,238)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758EAF color. Also use rgb(117,142,175) instead hex code.

Text Font Color

.myTextColor { color: #758EAF; }

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

This text font color is #758EAF.


Background Color

.myBgColor { background-color: #758EAF; }

<div style="background-color:#758EAF">Inner text</div>

This div background color is #758EAF.


Border color

.myBorderColor { border: 1px solid #758EAF; }

<div style="border:3px solid #758EAF">Div</div>

This div border color is #758EAF.


Opacity

.myOpacity80 { color: #758EAF; opacity: 0.8; }

<p style="color:#758EAF;opacity:0.8;">80%</p>

Text with #758EAF 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 #758EAF;}

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

This text has shadow with #758EAF color.

.textShadow {text-shadow: 3px 3px 1px #758EAF, 3px 3px 1px red;}

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

This text has shadow with #758EAF primary color and red secondary color.


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

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

This text has shadow with #758EAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758EAF on black background.


Color preview on white background

This text has color #758EAF on white background.



Black color preview on #758EAF background

This text has black color on #758EAF background.


White color preview on #758EAF background

This text has white color on #758EAF background.