COLOR #677F87

HEX: #677F87
RGB: (103,127,135)

Color info

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

RGB color model

#677F87 color RGB value is (103,127,135).

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

RGB channels and saturation

R 103 of 255 = 40%
G 127 of 255 = 50%
B 135 of 255 = 53%

103
127
135

R + G + B ~ 48%. #677F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 127 + 135 = 365 (100%)
R 103 of 365 ~ 28.22%
G 127 of 365 ~ 34.79%
B 135 of 365 ~ 36.99%

%28.22
%34.79
%36.99

CMYK color model

#677F87 color CMYK value is (24,6,0,47).

  • cyan value is 23.70%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,6,0,47)
C24M6Y0K47 
(24%,6%,0%,47%)
(0.24/0.06/0.00/0.47)	

CMYK percentages

%23.7
%5.93
%0
%47.06

Codes

Color #677F87 in popluar color models

677F87
RGB103127135
HSL195°13.45%46.67%
HSB/HSV195°23.70%52.94%
CMYK23.70%5.93%0.00%
47.06%

Color #677F87 in popluar number systems.

HEX677F87
Decimal103127135
Binary1100111111111110000111
Octal147177207

Shades and tints

Shades of #677F87

#677F87
(103,127,135)
#5E747B
(94,116,123)
#55696F
(85,105,111)
#4C5E63
(76,94,99)
#435357
(67,83,87)
#3A484B
(58,72,75)
#313D3F
(49,61,63)
#283233
(40,50,51)
#1F2727
(31,39,39)
#161C1B
(22,28,27)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #677F87

#677F87
(103,127,135)
#748A91
(116,138,145)
#81959B
(129,149,155)
#8EA0A5
(142,160,165)
#9BABAF
(155,171,175)
#A8B6B9
(168,182,185)
#B5C1C3
(181,193,195)
#C2CCCD
(194,204,205)
#CFD7D7
(207,215,215)
#DCE2E1
(220,226,225)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F87; }

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

This text font color is #677F87.


Background Color

.myBgColor { background-color: #677F87; }

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

This div background color is #677F87.


Border color

.myBorderColor { border: 1px solid #677F87; }

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

This div border color is #677F87.


Opacity

.myOpacity80 { color: #677F87; opacity: 0.8; }

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

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

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

This text has shadow with #677F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F87 on black background.


Color preview on white background

This text has color #677F87 on white background.



Black color preview on #677F87 background

This text has black color on #677F87 background.


White color preview on #677F87 background

This text has white color on #677F87 background.