COLOR #677888

HEX: #677888
RGB: (103,120,136)

Color info

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

RGB color model

#677888 color RGB value is (103,120,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 136 of 255 = 53%

103
120
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 136 = 359 (100%)
R 103 of 359 ~ 28.69%
G 120 of 359 ~ 33.43%
B 136 of 359 ~ 37.88%

%28.69
%33.43
%37.88

CMYK color model

#677888 color CMYK value is (24,12,0,47).

  • cyan value is 24.26%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,12,0,47)
C24M12Y0K47 
(24%,12%,0%,47%)
(0.24/0.12/0.00/0.47)	

CMYK percentages

%24.26
%11.76
%0
%46.67

Codes

Color #677888 in popluar color models

677888
RGB103120136
HSL209°13.81%46.86%
HSB/HSV209°24.26%53.33%
CMYK24.26%11.76%0.00%
46.67%

Color #677888 in popluar number systems.

HEX677888
Decimal103120136
Binary1100111111100010001000
Octal147170210

Shades and tints

Shades of #677888

#677888
(103,120,136)
#5E6E7C
(94,110,124)
#556470
(85,100,112)
#4C5A64
(76,90,100)
#435058
(67,80,88)
#3A464C
(58,70,76)
#313C40
(49,60,64)
#283234
(40,50,52)
#1F2828
(31,40,40)
#161E1C
(22,30,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #677888

#677888
(103,120,136)
#748492
(116,132,146)
#81909C
(129,144,156)
#8E9CA6
(142,156,166)
#9BA8B0
(155,168,176)
#A8B4BA
(168,180,186)
#B5C0C4
(181,192,196)
#C2CCCE
(194,204,206)
#CFD8D8
(207,216,216)
#DCE4E2
(220,228,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677888; }

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

This text font color is #677888.


Background Color

.myBgColor { background-color: #677888; }

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

This div background color is #677888.


Border color

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

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

This div border color is #677888.


Opacity

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

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

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

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

This text has shadow with #677888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677888 on black background.


Color preview on white background

This text has color #677888 on white background.



Black color preview on #677888 background

This text has black color on #677888 background.


White color preview on #677888 background

This text has white color on #677888 background.