COLOR #657DA7

HEX: #657DA7
RGB: (101,125,167)

Color info

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

RGB color model

#657DA7 color RGB value is (101,125,167).

  • red value is 101;
  • green value is 125;
  • blue value is 167.
RGB:
(101,125,167)
(40%,49%,65%)

RGB channels and saturation

R 101 of 255 = 40%
G 125 of 255 = 49%
B 167 of 255 = 65%

101
125
167

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

Portions of RGB colors in percentages

R + G + B =
101 + 125 + 167 = 393 (100%)
R 101 of 393 ~ 25.7%
G 125 of 393 ~ 31.81%
B 167 of 393 ~ 42.49%

%25.7
%31.81
%42.49

CMYK color model

#657DA7 color CMYK value is (40,25,0,35).

  • cyan value is 39.52%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(40,25,0,35)
C40M25Y0K35 
(40%,25%,0%,35%)
(0.40/0.25/0.00/0.35)	

CMYK percentages

%39.52
%25.15
%0
%34.51

Codes

Color #657DA7 in popluar color models

657DA7
RGB101125167
HSL218°27.27%52.55%
HSB/HSV218°39.52%65.49%
CMYK39.52%25.15%0.00%
34.51%

Color #657DA7 in popluar number systems.

HEX657DA7
Decimal101125167
Binary1100101111110110100111
Octal145175247

Shades and tints

Shades of #657DA7

#657DA7
(101,125,167)
#5C7298
(92,114,152)
#536789
(83,103,137)
#4A5C7A
(74,92,122)
#41516B
(65,81,107)
#38465C
(56,70,92)
#2F3B4D
(47,59,77)
#26303E
(38,48,62)
#1D252F
(29,37,47)
#141A20
(20,26,32)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #657DA7

#657DA7
(101,125,167)
#7388AF
(115,136,175)
#8193B7
(129,147,183)
#8F9EBF
(143,158,191)
#9DA9C7
(157,169,199)
#ABB4CF
(171,180,207)
#B9BFD7
(185,191,215)
#C7CADF
(199,202,223)
#D5D5E7
(213,213,231)
#E3E0EF
(227,224,239)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657DA7 color. Also use rgb(101,125,167) instead hex code.

Text Font Color

.myTextColor { color: #657DA7; }

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

This text font color is #657DA7.


Background Color

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

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

This div background color is #657DA7.


Border color

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

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

This div border color is #657DA7.


Opacity

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

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

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

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

This text has shadow with #657DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657DA7 on black background.


Color preview on white background

This text has color #657DA7 on white background.



Black color preview on #657DA7 background

This text has black color on #657DA7 background.


White color preview on #657DA7 background

This text has white color on #657DA7 background.