COLOR #677885

HEX: #677885
RGB: (103,120,133)

Color info

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

RGB color model

#677885 color RGB value is (103,120,133).

  • red value is 103;
  • green value is 120;
  • blue value is 133.
RGB:
(103,120,133)
(40%,47%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 133 of 255 = 52%

103
120
133

R + G + B ~ 46%. #677885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 133 = 356 (100%)
R 103 of 356 ~ 28.93%
G 120 of 356 ~ 33.71%
B 133 of 356 ~ 37.36%

%28.93
%33.71
%37.36

CMYK color model

#677885 color CMYK value is (23,10,0,48).

  • cyan value is 22.56%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,10,0,48)
C23M10Y0K48 
(23%,10%,0%,48%)
(0.23/0.10/0.00/0.48)	

CMYK percentages

%22.56
%9.77
%0
%47.84

Codes

Color #677885 in popluar color models

677885
RGB103120133
HSL206°12.71%46.27%
HSB/HSV206°22.56%52.16%
CMYK22.56%9.77%0.00%
47.84%

Color #677885 in popluar number systems.

HEX677885
Decimal103120133
Binary1100111111100010000101
Octal147170205

Shades and tints

Shades of #677885

#677885
(103,120,133)
#5E6E79
(94,110,121)
#55646D
(85,100,109)
#4C5A61
(76,90,97)
#435055
(67,80,85)
#3A4649
(58,70,73)
#313C3D
(49,60,61)
#283231
(40,50,49)
#1F2825
(31,40,37)
#161E19
(22,30,25)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #677885

#677885
(103,120,133)
#748490
(116,132,144)
#81909B
(129,144,155)
#8E9CA6
(142,156,166)
#9BA8B1
(155,168,177)
#A8B4BC
(168,180,188)
#B5C0C7
(181,192,199)
#C2CCD2
(194,204,210)
#CFD8DD
(207,216,221)
#DCE4E8
(220,228,232)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677885 color. Also use rgb(103,120,133) instead hex code.

Text Font Color

.myTextColor { color: #677885; }

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

This text font color is #677885.


Background Color

.myBgColor { background-color: #677885; }

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

This div background color is #677885.


Border color

.myBorderColor { border: 1px solid #677885; }

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

This div border color is #677885.


Opacity

.myOpacity80 { color: #677885; opacity: 0.8; }

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

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

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

This text has shadow with #677885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677885 on black background.


Color preview on white background

This text has color #677885 on white background.



Black color preview on #677885 background

This text has black color on #677885 background.


White color preview on #677885 background

This text has white color on #677885 background.