COLOR #677997

HEX: #677997
RGB: (103,121,151)

Color info

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

RGB color model

#677997 color RGB value is (103,121,151).

  • red value is 103;
  • green value is 121;
  • blue value is 151.
RGB:
(103,121,151)
(40%,47%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 151 of 255 = 59%

103
121
151

R + G + B ~ 49%. #677997 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 151 = 375 (100%)
R 103 of 375 ~ 27.47%
G 121 of 375 ~ 32.27%
B 151 of 375 ~ 40.27%

%27.47
%32.27
%40.27

CMYK color model

#677997 color CMYK value is (32,20,0,41).

  • cyan value is 31.79%
  • magenta value is 19.87%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,20,0,41)
C32M20Y0K41 
(32%,20%,0%,41%)
(0.32/0.20/0.00/0.41)	

CMYK percentages

%31.79
%19.87
%0
%40.78

Codes

Color #677997 in popluar color models

677997
RGB103121151
HSL218°18.90%49.80%
HSB/HSV218°31.79%59.22%
CMYK31.79%19.87%0.00%
40.78%

Color #677997 in popluar number systems.

HEX677997
Decimal103121151
Binary1100111111100110010111
Octal147171227

Shades and tints

Shades of #677997

#677997
(103,121,151)
#5E6E8A
(94,110,138)
#55637D
(85,99,125)
#4C5870
(76,88,112)
#434D63
(67,77,99)
#3A4256
(58,66,86)
#313749
(49,55,73)
#282C3C
(40,44,60)
#1F212F
(31,33,47)
#161622
(22,22,34)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #677997

#677997
(103,121,151)
#7485A0
(116,133,160)
#8191A9
(129,145,169)
#8E9DB2
(142,157,178)
#9BA9BB
(155,169,187)
#A8B5C4
(168,181,196)
#B5C1CD
(181,193,205)
#C2CDD6
(194,205,214)
#CFD9DF
(207,217,223)
#DCE5E8
(220,229,232)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677997 color. Also use rgb(103,121,151) instead hex code.

Text Font Color

.myTextColor { color: #677997; }

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

This text font color is #677997.


Background Color

.myBgColor { background-color: #677997; }

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

This div background color is #677997.


Border color

.myBorderColor { border: 1px solid #677997; }

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

This div border color is #677997.


Opacity

.myOpacity80 { color: #677997; opacity: 0.8; }

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

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

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

This text has shadow with #677997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677997 on black background.


Color preview on white background

This text has color #677997 on white background.



Black color preview on #677997 background

This text has black color on #677997 background.


White color preview on #677997 background

This text has white color on #677997 background.