COLOR #657FA3

HEX: #657FA3
RGB: (101,127,163)

Color info

#657FA3 contains mainly green and blue colors. Web safe color of #657FA3 is #666699 (or #669).

RGB color model

#657FA3 color RGB value is (101,127,163).

  • red value is 101;
  • green value is 127;
  • blue value is 163.
RGB:
(101,127,163)
(40%,50%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 127 of 255 = 50%
B 163 of 255 = 64%

101
127
163

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

Portions of RGB colors in percentages

R + G + B =
101 + 127 + 163 = 391 (100%)
R 101 of 391 ~ 25.83%
G 127 of 391 ~ 32.48%
B 163 of 391 ~ 41.69%

%25.83
%32.48
%41.69

CMYK color model

#657FA3 color CMYK value is (38,22,0,36).

  • cyan value is 38.04%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(38,22,0,36)
C38M22Y0K36 
(38%,22%,0%,36%)
(0.38/0.22/0.00/0.36)	

CMYK percentages

%38.04
%22.09
%0
%36.08

Codes

Color #657FA3 in popluar color models

657FA3
RGB101127163
HSL215°25.20%51.76%
HSB/HSV215°38.04%63.92%
CMYK38.04%22.09%0.00%
36.08%

Color #657FA3 in popluar number systems.

HEX657FA3
Decimal101127163
Binary1100101111111110100011
Octal145177243

Shades and tints

Shades of #657FA3

#657FA3
(101,127,163)
#5C7495
(92,116,149)
#536987
(83,105,135)
#4A5E79
(74,94,121)
#41536B
(65,83,107)
#38485D
(56,72,93)
#2F3D4F
(47,61,79)
#263241
(38,50,65)
#1D2733
(29,39,51)
#141C25
(20,28,37)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #657FA3

#657FA3
(101,127,163)
#738AAB
(115,138,171)
#8195B3
(129,149,179)
#8FA0BB
(143,160,187)
#9DABC3
(157,171,195)
#ABB6CB
(171,182,203)
#B9C1D3
(185,193,211)
#C7CCDB
(199,204,219)
#D5D7E3
(213,215,227)
#E3E2EB
(227,226,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657FA3 color. Also use rgb(101,127,163) instead hex code.

Text Font Color

.myTextColor { color: #657FA3; }

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

This text font color is #657FA3.


Background Color

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

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

This div background color is #657FA3.


Border color

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

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

This div border color is #657FA3.


Opacity

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

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

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

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

This text has shadow with #657FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657FA3 on black background.


Color preview on white background

This text has color #657FA3 on white background.



Black color preview on #657FA3 background

This text has black color on #657FA3 background.


White color preview on #657FA3 background

This text has white color on #657FA3 background.