COLOR #677EAC

HEX: #677EAC RGB: (103,126,172)

Color info

#677EAC contains mainly green and blue colors. Web safe color of #677EAC is #666699 (or #669).

RGB color model

#677EAC color RGB value is (103,126,172).

RGB: (103,126,172) (40%, 49%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 172 of 255 = 67%

103
126
172

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

Portions of RGB colors in percentages

R + G + B = 103 + 126 + 172 = 401 (100%)
R 103 of 401 ~ 25.69%
G 126 of 401 ~ 31.42%
B 172 of 401 ~ 42.89'%

%25.69
%31.42
%42.89

CMYK color model

#677EAC color CMYK value is (40,27,0,33).

  • cyan value is 40.12%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (40,27,0,33)
C40M27Y0K33 (40%, 27%, 0%, 33%)
(0.40 / 0.27 / 0.00 / 0.33)

CMYK percentages

%40.12
%26.74
%0
%32.55

Codes

Color #677EAC in popluar color models

67 7E AC
RGB 103 126 172
HSL 220° 29.36% 53.92%
HSB/HSV 220° 40.12% 67.45%
CMYK 40.12% 26.74% 0.00%
32.55%

Color #677EAC in popluar number systems.

HEX 67 7E AC
Decimal 103 126 172
Binary 1100111 1111110 10101100
Octal 147 176 254

Shades and tints

Shades of #677EAC

#677EAC
(103,126,172)
#5E739D
(94,115,157)
#55688E
(85,104,142)
#4C5D7F
(76,93,127)
#435270
(67,82,112)
#3A4761
(58,71,97)
#313C52
(49,60,82)
#283143
(40,49,67)
#1F2634
(31,38,52)
#161B25
(22,27,37)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #677EAC

#677EAC
(103,126,172)
#7489B3
(116,137,179)
#8194BA
(129,148,186)
#8E9FC1
(142,159,193)
#9BAAC8
(155,170,200)
#A8B5CF
(168,181,207)
#B5C0D6
(181,192,214)
#C2CBDD
(194,203,221)
#CFD6E4
(207,214,228)
#DCE1EB
(220,225,235)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677EAC; }

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

This text font color is #677EAC.

Background Color

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

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

This div background color is #677EAC.

Border color

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

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

This div border color is #677EAC.

Opacity

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

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

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

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

This text has shadow with #677EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677EAC.

Preview

Color preview on black background

This text has color #677EAC on black background.


Color preview on white background

This text has color #677EAC on white background.


Black color preview on #677EAC background

This text has black color on #677EAC background.


White color preview on #677EAC background

This text has white color on #677EAC background.


Related colors

Complementary color

Complementary color for #hex is #988153.


I love getcolorcode.com

Triadic colors

1 #AC677E and #7EAC67 with #677EAC are triadic colors.

2 #AC7E67 and #7E67AC with #677EAC are triadic colors.