COLOR #757E97

HEX: #757E97
RGB: (117,126,151)

Color info

#757E97 contains red, green and blue colors in about the same proportion. Web safe color of #757E97 is #666699 (or #669).

RGB color model

#757E97 color RGB value is (117,126,151).

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

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 151 of 255 = 59%

117
126
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 151 = 394 (100%)
R 117 of 394 ~ 29.7%
G 126 of 394 ~ 31.98%
B 151 of 394 ~ 38.32%

%29.7
%31.98
%38.32

CMYK color model

#757E97 color CMYK value is (23,17,0,41).

  • cyan value is 22.52%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,17,0,41)
C23M17Y0K41 
(23%,17%,0%,41%)
(0.23/0.17/0.00/0.41)	

CMYK percentages

%22.52
%16.56
%0
%40.78

Codes

Color #757E97 in popluar color models

757E97
RGB117126151
HSL224°14.05%52.55%
HSB/HSV224°22.52%59.22%
CMYK22.52%16.56%0.00%
40.78%

Color #757E97 in popluar number systems.

HEX757E97
Decimal117126151
Binary1110101111111010010111
Octal165176227

Shades and tints

Shades of #757E97

#757E97
(117,126,151)
#6B738A
(107,115,138)
#61687D
(97,104,125)
#575D70
(87,93,112)
#4D5263
(77,82,99)
#434756
(67,71,86)
#393C49
(57,60,73)
#2F313C
(47,49,60)
#25262F
(37,38,47)
#1B1B22
(27,27,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #757E97

#757E97
(117,126,151)
#8189A0
(129,137,160)
#8D94A9
(141,148,169)
#999FB2
(153,159,178)
#A5AABB
(165,170,187)
#B1B5C4
(177,181,196)
#BDC0CD
(189,192,205)
#C9CBD6
(201,203,214)
#D5D6DF
(213,214,223)
#E1E1E8
(225,225,232)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E97; }

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

This text font color is #757E97.


Background Color

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

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

This div background color is #757E97.


Border color

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

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

This div border color is #757E97.


Opacity

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

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

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

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

This text has shadow with #757E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E97 on black background.


Color preview on white background

This text has color #757E97 on white background.



Black color preview on #757E97 background

This text has black color on #757E97 background.


White color preview on #757E97 background

This text has white color on #757E97 background.