COLOR #677B97

HEX: #677B97
RGB: (103,123,151)

Color info

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

RGB color model

#677B97 color RGB value is (103,123,151).

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

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 151 of 255 = 59%

103
123
151

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

Portions of RGB colors in percentages

R + G + B =
103 + 123 + 151 = 377 (100%)
R 103 of 377 ~ 27.32%
G 123 of 377 ~ 32.63%
B 151 of 377 ~ 40.05%

%27.32
%32.63
%40.05

CMYK color model

#677B97 color CMYK value is (32,19,0,41).

  • cyan value is 31.79%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,19,0,41)
C32M19Y0K41 
(32%,19%,0%,41%)
(0.32/0.19/0.00/0.41)	

CMYK percentages

%31.79
%18.54
%0
%40.78

Codes

Color #677B97 in popluar color models

677B97
RGB103123151
HSL215°18.90%49.80%
HSB/HSV215°31.79%59.22%
CMYK31.79%18.54%0.00%
40.78%

Color #677B97 in popluar number systems.

HEX677B97
Decimal103123151
Binary1100111111101110010111
Octal147173227

Shades and tints

Shades of #677B97

#677B97
(103,123,151)
#5E708A
(94,112,138)
#55657D
(85,101,125)
#4C5A70
(76,90,112)
#434F63
(67,79,99)
#3A4456
(58,68,86)
#313949
(49,57,73)
#282E3C
(40,46,60)
#1F232F
(31,35,47)
#161822
(22,24,34)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #677B97

#677B97
(103,123,151)
#7487A0
(116,135,160)
#8193A9
(129,147,169)
#8E9FB2
(142,159,178)
#9BABBB
(155,171,187)
#A8B7C4
(168,183,196)
#B5C3CD
(181,195,205)
#C2CFD6
(194,207,214)
#CFDBDF
(207,219,223)
#DCE7E8
(220,231,232)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677B97; }

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

This text font color is #677B97.


Background Color

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

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

This div background color is #677B97.


Border color

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

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

This div border color is #677B97.


Opacity

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

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

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

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

This text has shadow with #677B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677B97 on black background.


Color preview on white background

This text has color #677B97 on white background.



Black color preview on #677B97 background

This text has black color on #677B97 background.


White color preview on #677B97 background

This text has white color on #677B97 background.