COLOR #657C99

HEX: #657C99
RGB: (101,124,153)

Color info

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

RGB color model

#657C99 color RGB value is (101,124,153).

  • red value is 101;
  • green value is 124;
  • blue value is 153.
RGB:
(101,124,153)
(40%,49%,60%)

RGB channels and saturation

R 101 of 255 = 40%
G 124 of 255 = 49%
B 153 of 255 = 60%

101
124
153

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

Portions of RGB colors in percentages

R + G + B =
101 + 124 + 153 = 378 (100%)
R 101 of 378 ~ 26.72%
G 124 of 378 ~ 32.8%
B 153 of 378 ~ 40.48%

%26.72
%32.8
%40.48

CMYK color model

#657C99 color CMYK value is (34,19,0,40).

  • cyan value is 33.99%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(34,19,0,40)
C34M19Y0K40 
(34%,19%,0%,40%)
(0.34/0.19/0.00/0.40)	

CMYK percentages

%33.99
%18.95
%0
%40

Codes

Color #657C99 in popluar color models

657C99
RGB101124153
HSL213°20.47%49.80%
HSB/HSV213°33.99%60.00%
CMYK33.99%18.95%0.00%
40.00%

Color #657C99 in popluar number systems.

HEX657C99
Decimal101124153
Binary1100101111110010011001
Octal145174231

Shades and tints

Shades of #657C99

#657C99
(101,124,153)
#5C718C
(92,113,140)
#53667F
(83,102,127)
#4A5B72
(74,91,114)
#415065
(65,80,101)
#384558
(56,69,88)
#2F3A4B
(47,58,75)
#262F3E
(38,47,62)
#1D2431
(29,36,49)
#141924
(20,25,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #657C99

#657C99
(101,124,153)
#7387A2
(115,135,162)
#8192AB
(129,146,171)
#8F9DB4
(143,157,180)
#9DA8BD
(157,168,189)
#ABB3C6
(171,179,198)
#B9BECF
(185,190,207)
#C7C9D8
(199,201,216)
#D5D4E1
(213,212,225)
#E3DFEA
(227,223,234)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657C99 color. Also use rgb(101,124,153) instead hex code.

Text Font Color

.myTextColor { color: #657C99; }

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

This text font color is #657C99.


Background Color

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

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

This div background color is #657C99.


Border color

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

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

This div border color is #657C99.


Opacity

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

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

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

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

This text has shadow with #657C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657C99 on black background.


Color preview on white background

This text has color #657C99 on white background.



Black color preview on #657C99 background

This text has black color on #657C99 background.


White color preview on #657C99 background

This text has white color on #657C99 background.