COLOR #677CAC

HEX: #677CAC
RGB: (103,124,172)

Color info

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

RGB color model

#677CAC color RGB value is (103,124,172).

  • red value is 103;
  • green value is 124;
  • blue value is 172.
RGB:
(103,124,172)
(40%,49%,67%)

RGB channels and saturation

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

103
124
172

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

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 172 = 399 (100%)
R 103 of 399 ~ 25.81%
G 124 of 399 ~ 31.08%
B 172 of 399 ~ 43.11%

%25.81
%31.08
%43.11

CMYK color model

#677CAC color CMYK value is (40,28,0,33).

  • cyan value is 40.12%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(40,28,0,33)
C40M28Y0K33 
(40%,28%,0%,33%)
(0.40/0.28/0.00/0.33)	

CMYK percentages

%40.12
%27.91
%0
%32.55

Codes

Color #677CAC in popluar color models

677CAC
RGB103124172
HSL222°29.36%53.92%
HSB/HSV222°40.12%67.45%
CMYK40.12%27.91%0.00%
32.55%

Color #677CAC in popluar number systems.

HEX677CAC
Decimal103124172
Binary1100111111110010101100
Octal147174254

Shades and tints

Shades of #677CAC

#677CAC
(103,124,172)
#5E719D
(94,113,157)
#55668E
(85,102,142)
#4C5B7F
(76,91,127)
#435070
(67,80,112)
#3A4561
(58,69,97)
#313A52
(49,58,82)
#282F43
(40,47,67)
#1F2434
(31,36,52)
#161925
(22,25,37)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #677CAC

#677CAC
(103,124,172)
#7487B3
(116,135,179)
#8192BA
(129,146,186)
#8E9DC1
(142,157,193)
#9BA8C8
(155,168,200)
#A8B3CF
(168,179,207)
#B5BED6
(181,190,214)
#C2C9DD
(194,201,221)
#CFD4E4
(207,212,228)
#DCDFEB
(220,223,235)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677CAC; }

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

This text font color is #677CAC.


Background Color

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

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

This div background color is #677CAC.


Border color

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

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

This div border color is #677CAC.


Opacity

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

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

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

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

This text has shadow with #677CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677CAC on black background.


Color preview on white background

This text has color #677CAC on white background.



Black color preview on #677CAC background

This text has black color on #677CAC background.


White color preview on #677CAC background

This text has white color on #677CAC background.