COLOR #677486

HEX: #677486
RGB: (103,116,134)

Color info

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

RGB color model

#677486 color RGB value is (103,116,134).

  • red value is 103;
  • green value is 116;
  • blue value is 134.
RGB:
(103,116,134)
(40%,45%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 134 of 255 = 53%

103
116
134

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 134 = 353 (100%)
R 103 of 353 ~ 29.18%
G 116 of 353 ~ 32.86%
B 134 of 353 ~ 37.96%

%29.18
%32.86
%37.96

CMYK color model

#677486 color CMYK value is (23,13,0,47).

  • cyan value is 23.13%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(23,13,0,47)
C23M13Y0K47 
(23%,13%,0%,47%)
(0.23/0.13/0.00/0.47)	

CMYK percentages

%23.13
%13.43
%0
%47.45

Codes

Color #677486 in popluar color models

677486
RGB103116134
HSL215°13.08%46.47%
HSB/HSV215°23.13%52.55%
CMYK23.13%13.43%0.00%
47.45%

Color #677486 in popluar number systems.

HEX677486
Decimal103116134
Binary1100111111010010000110
Octal147164206

Shades and tints

Shades of #677486

#677486
(103,116,134)
#5E6A7A
(94,106,122)
#55606E
(85,96,110)
#4C5662
(76,86,98)
#434C56
(67,76,86)
#3A424A
(58,66,74)
#31383E
(49,56,62)
#282E32
(40,46,50)
#1F2426
(31,36,38)
#161A1A
(22,26,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #677486

#677486
(103,116,134)
#748091
(116,128,145)
#818C9C
(129,140,156)
#8E98A7
(142,152,167)
#9BA4B2
(155,164,178)
#A8B0BD
(168,176,189)
#B5BCC8
(181,188,200)
#C2C8D3
(194,200,211)
#CFD4DE
(207,212,222)
#DCE0E9
(220,224,233)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677486 color. Also use rgb(103,116,134) instead hex code.

Text Font Color

.myTextColor { color: #677486; }

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

This text font color is #677486.


Background Color

.myBgColor { background-color: #677486; }

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

This div background color is #677486.


Border color

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

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

This div border color is #677486.


Opacity

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

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

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

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

This text has shadow with #677486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677486 on black background.


Color preview on white background

This text has color #677486 on white background.



Black color preview on #677486 background

This text has black color on #677486 background.


White color preview on #677486 background

This text has white color on #677486 background.