COLOR #657B9B

HEX: #657B9B
RGB: (101,123,155)

Color info

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

RGB color model

#657B9B color RGB value is (101,123,155).

  • red value is 101;
  • green value is 123;
  • blue value is 155.
RGB:
(101,123,155)
(40%,48%,61%)

RGB channels and saturation

R 101 of 255 = 40%
G 123 of 255 = 48%
B 155 of 255 = 61%

101
123
155

R + G + B ~ 50%. #657B9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 123 + 155 = 379 (100%)
R 101 of 379 ~ 26.65%
G 123 of 379 ~ 32.45%
B 155 of 379 ~ 40.9%

%26.65
%32.45
%40.9

CMYK color model

#657B9B color CMYK value is (35,21,0,39).

  • cyan value is 34.84%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,21,0,39)
C35M21Y0K39 
(35%,21%,0%,39%)
(0.35/0.21/0.00/0.39)	

CMYK percentages

%34.84
%20.65
%0
%39.22

Codes

Color #657B9B in popluar color models

657B9B
RGB101123155
HSL216°21.26%50.20%
HSB/HSV216°34.84%60.78%
CMYK34.84%20.65%0.00%
39.22%

Color #657B9B in popluar number systems.

HEX657B9B
Decimal101123155
Binary1100101111101110011011
Octal145173233

Shades and tints

Shades of #657B9B

#657B9B
(101,123,155)
#5C708D
(92,112,141)
#53657F
(83,101,127)
#4A5A71
(74,90,113)
#414F63
(65,79,99)
#384455
(56,68,85)
#2F3947
(47,57,71)
#262E39
(38,46,57)
#1D232B
(29,35,43)
#14181D
(20,24,29)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #657B9B

#657B9B
(101,123,155)
#7387A4
(115,135,164)
#8193AD
(129,147,173)
#8F9FB6
(143,159,182)
#9DABBF
(157,171,191)
#ABB7C8
(171,183,200)
#B9C3D1
(185,195,209)
#C7CFDA
(199,207,218)
#D5DBE3
(213,219,227)
#E3E7EC
(227,231,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657B9B color. Also use rgb(101,123,155) instead hex code.

Text Font Color

.myTextColor { color: #657B9B; }

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

This text font color is #657B9B.


Background Color

.myBgColor { background-color: #657B9B; }

<div style="background-color:#657B9B">Inner text</div>

This div background color is #657B9B.


Border color

.myBorderColor { border: 1px solid #657B9B; }

<div style="border:3px solid #657B9B">Div</div>

This div border color is #657B9B.


Opacity

.myOpacity80 { color: #657B9B; opacity: 0.8; }

<p style="color:#657B9B;opacity:0.8;">80%</p>

Text with #657B9B 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 #657B9B;}

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

This text has shadow with #657B9B color.

.textShadow {text-shadow: 3px 3px 1px #657B9B, 3px 3px 1px red;}

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

This text has shadow with #657B9B primary color and red secondary color.


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

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

This text has shadow with #657B9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657B9B on black background.


Color preview on white background

This text has color #657B9B on white background.



Black color preview on #657B9B background

This text has black color on #657B9B background.


White color preview on #657B9B background

This text has white color on #657B9B background.