COLOR #757EB7

HEX: #757EB7
RGB: (117,126,183)

Color info

#757EB7 contains mainly green and blue colors. Web safe color of #757EB7 is #6666CC (or #66C).

RGB color model

#757EB7 color RGB value is (117,126,183).

  • red value is 117;
  • green value is 126;
  • blue value is 183.
RGB:
(117,126,183)
(46%,49%,72%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 183 of 255 = 72%

117
126
183

R + G + B ~ 56%. #757EB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 183 = 426 (100%)
R 117 of 426 ~ 27.46%
G 126 of 426 ~ 29.58%
B 183 of 426 ~ 42.96%

%27.46
%29.58
%42.96

CMYK color model

#757EB7 color CMYK value is (36,31,0,28).

  • cyan value is 36.07%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(36,31,0,28)
C36M31Y0K28 
(36%,31%,0%,28%)
(0.36/0.31/0.00/0.28)	

CMYK percentages

%36.07
%31.15
%0
%28.24

Codes

Color #757EB7 in popluar color models

757EB7
RGB117126183
HSL232°31.43%58.82%
HSB/HSV232°36.07%71.76%
CMYK36.07%31.15%0.00%
28.24%

Color #757EB7 in popluar number systems.

HEX757EB7
Decimal117126183
Binary1110101111111010110111
Octal165176267

Shades and tints

Shades of #757EB7

#757EB7
(117,126,183)
#6B73A7
(107,115,167)
#616897
(97,104,151)
#575D87
(87,93,135)
#4D5277
(77,82,119)
#434767
(67,71,103)
#393C57
(57,60,87)
#2F3147
(47,49,71)
#252637
(37,38,55)
#1B1B27
(27,27,39)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #757EB7

#757EB7
(117,126,183)
#8189BD
(129,137,189)
#8D94C3
(141,148,195)
#999FC9
(153,159,201)
#A5AACF
(165,170,207)
#B1B5D5
(177,181,213)
#BDC0DB
(189,192,219)
#C9CBE1
(201,203,225)
#D5D6E7
(213,214,231)
#E1E1ED
(225,225,237)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757EB7 color. Also use rgb(117,126,183) instead hex code.

Text Font Color

.myTextColor { color: #757EB7; }

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

This text font color is #757EB7.


Background Color

.myBgColor { background-color: #757EB7; }

<div style="background-color:#757EB7">Inner text</div>

This div background color is #757EB7.


Border color

.myBorderColor { border: 1px solid #757EB7; }

<div style="border:3px solid #757EB7">Div</div>

This div border color is #757EB7.


Opacity

.myOpacity80 { color: #757EB7; opacity: 0.8; }

<p style="color:#757EB7;opacity:0.8;">80%</p>

Text with #757EB7 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 #757EB7;}

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

This text has shadow with #757EB7 color.

.textShadow {text-shadow: 3px 3px 1px #757EB7, 3px 3px 1px red;}

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

This text has shadow with #757EB7 primary color and red secondary color.


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

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

This text has shadow with #757EB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757EB7 on black background.


Color preview on white background

This text has color #757EB7 on white background.



Black color preview on #757EB7 background

This text has black color on #757EB7 background.


White color preview on #757EB7 background

This text has white color on #757EB7 background.