COLOR #677DAC

HEX: #677DAC
RGB: (103,125,172)

Color info

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

RGB color model

#677DAC color RGB value is (103,125,172).

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

RGB channels and saturation

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

103
125
172

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 172 = 400 (100%)
R 103 of 400 ~ 25.75%
G 125 of 400 ~ 31.25%
B 172 of 400 ~ 43%

%25.75
%31.25
%43

CMYK color model

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

  • cyan value is 40.12%
  • magenta value is 27.33%
  • 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
%27.33
%0
%32.55

Codes

Color #677DAC in popluar color models

677DAC
RGB103125172
HSL221°29.36%53.92%
HSB/HSV221°40.12%67.45%
CMYK40.12%27.33%0.00%
32.55%

Color #677DAC in popluar number systems.

HEX677DAC
Decimal103125172
Binary1100111111110110101100
Octal147175254

Shades and tints

Shades of #677DAC

#677DAC
(103,125,172)
#5E729D
(94,114,157)
#55678E
(85,103,142)
#4C5C7F
(76,92,127)
#435170
(67,81,112)
#3A4661
(58,70,97)
#313B52
(49,59,82)
#283043
(40,48,67)
#1F2534
(31,37,52)
#161A25
(22,26,37)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #677DAC

#677DAC
(103,125,172)
#7488B3
(116,136,179)
#8193BA
(129,147,186)
#8E9EC1
(142,158,193)
#9BA9C8
(155,169,200)
#A8B4CF
(168,180,207)
#B5BFD6
(181,191,214)
#C2CADD
(194,202,221)
#CFD5E4
(207,213,228)
#DCE0EB
(220,224,235)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677DAC; }

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

This text font color is #677DAC.


Background Color

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

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

This div background color is #677DAC.


Border color

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

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

This div border color is #677DAC.


Opacity

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

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

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

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

This text has shadow with #677DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677DAC on black background.


Color preview on white background

This text has color #677DAC on white background.



Black color preview on #677DAC background

This text has black color on #677DAC background.


White color preview on #677DAC background

This text has white color on #677DAC background.