COLOR #677E99

HEX: #677E99 RGB: (103,126,153)

Color info

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

RGB color model

#677E99 color RGB value is (103,126,153).

RGB: (103,126,153) (40%, 49%, 60%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 153 of 255 = 60%

103
126
153

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

Portions of RGB colors in percentages

R + G + B = 103 + 126 + 153 = 382 (100%)
R 103 of 382 ~ 26.96%
G 126 of 382 ~ 32.98%
B 153 of 382 ~ 40.05'%

%26.96
%32.98
%40.05

CMYK color model

#677E99 color CMYK value is (33,18,0,40).

  • cyan value is 32.68%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (33,18,0,40)
C33M18Y0K40 (33%, 18%, 0%, 40%)
(0.33 / 0.18 / 0.00 / 0.40)

CMYK percentages

%32.68
%17.65
%0
%40

Codes

Color #677E99 in popluar color models

67 7E 99
RGB 103 126 153
HSL 212° 19.69% 50.20%
HSB/HSV 212° 32.68% 60.00%
CMYK 32.68% 17.65% 0.00%
40.00%

Color #677E99 in popluar number systems.

HEX 67 7E 99
Decimal 103 126 153
Binary 1100111 1111110 10011001
Octal 147 176 231

Shades and tints

Shades of #677E99

#677E99
(103,126,153)
#5E738C
(94,115,140)
#55687F
(85,104,127)
#4C5D72
(76,93,114)
#435265
(67,82,101)
#3A4758
(58,71,88)
#313C4B
(49,60,75)
#28313E
(40,49,62)
#1F2631
(31,38,49)
#161B24
(22,27,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #677E99

#677E99
(103,126,153)
#7489A2
(116,137,162)
#8194AB
(129,148,171)
#8E9FB4
(142,159,180)
#9BAABD
(155,170,189)
#A8B5C6
(168,181,198)
#B5C0CF
(181,192,207)
#C2CBD8
(194,203,216)
#CFD6E1
(207,214,225)
#DCE1EA
(220,225,234)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677E99 color. Also use rgb(103,126,153) instead hex code.

Text Font Color

.myTextColor { color: #677E99; }

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

This text font color is #677E99.

Background Color

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

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

This div background color is #677E99.

Border color

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

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

This div border color is #677E99.

Opacity

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

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

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

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

This text has shadow with #677E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677E99.

Preview

Color preview on black background

This text has color #677E99 on black background.


Color preview on white background

This text has color #677E99 on white background.


Black color preview on #677E99 background

This text has black color on #677E99 background.


White color preview on #677E99 background

This text has white color on #677E99 background.


Related colors

Complementary color

Complementary color for #hex is #988166.


I love getcolorcode.com

Triadic colors

1 #99677E and #7E9967 with #677E99 are triadic colors.

2 #997E67 and #7E6799 with #677E99 are triadic colors.