COLOR #677987

HEX: #677987
RGB: (103,121,135)

Color info

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

RGB color model

#677987 color RGB value is (103,121,135).

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

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 135 of 255 = 53%

103
121
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 135 = 359 (100%)
R 103 of 359 ~ 28.69%
G 121 of 359 ~ 33.7%
B 135 of 359 ~ 37.6%

%28.69
%33.7
%37.6

CMYK color model

#677987 color CMYK value is (24,10,0,47).

  • cyan value is 23.70%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,10,0,47)
C24M10Y0K47 
(24%,10%,0%,47%)
(0.24/0.10/0.00/0.47)	

CMYK percentages

%23.7
%10.37
%0
%47.06

Codes

Color #677987 in popluar color models

677987
RGB103121135
HSL206°13.45%46.67%
HSB/HSV206°23.70%52.94%
CMYK23.70%10.37%0.00%
47.06%

Color #677987 in popluar number systems.

HEX677987
Decimal103121135
Binary1100111111100110000111
Octal147171207

Shades and tints

Shades of #677987

#677987
(103,121,135)
#5E6E7B
(94,110,123)
#55636F
(85,99,111)
#4C5863
(76,88,99)
#434D57
(67,77,87)
#3A424B
(58,66,75)
#31373F
(49,55,63)
#282C33
(40,44,51)
#1F2127
(31,33,39)
#16161B
(22,22,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #677987

#677987
(103,121,135)
#748591
(116,133,145)
#81919B
(129,145,155)
#8E9DA5
(142,157,165)
#9BA9AF
(155,169,175)
#A8B5B9
(168,181,185)
#B5C1C3
(181,193,195)
#C2CDCD
(194,205,205)
#CFD9D7
(207,217,215)
#DCE5E1
(220,229,225)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677987; }

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

This text font color is #677987.


Background Color

.myBgColor { background-color: #677987; }

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

This div background color is #677987.


Border color

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

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

This div border color is #677987.


Opacity

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

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

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

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

This text has shadow with #677987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677987 on black background.


Color preview on white background

This text has color #677987 on white background.



Black color preview on #677987 background

This text has black color on #677987 background.


White color preview on #677987 background

This text has white color on #677987 background.