COLOR #677188

HEX: #677188
RGB: (103,113,136)

Color info

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

RGB color model

#677188 color RGB value is (103,113,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 136 of 255 = 53%

103
113
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 136 = 352 (100%)
R 103 of 352 ~ 29.26%
G 113 of 352 ~ 32.1%
B 136 of 352 ~ 38.64%

%29.26
%32.1
%38.64

CMYK color model

#677188 color CMYK value is (24,17,0,47).

  • cyan value is 24.26%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,17,0,47)
C24M17Y0K47 
(24%,17%,0%,47%)
(0.24/0.17/0.00/0.47)	

CMYK percentages

%24.26
%16.91
%0
%46.67

Codes

Color #677188 in popluar color models

677188
RGB103113136
HSL222°13.81%46.86%
HSB/HSV222°24.26%53.33%
CMYK24.26%16.91%0.00%
46.67%

Color #677188 in popluar number systems.

HEX677188
Decimal103113136
Binary1100111111000110001000
Octal147161210

Shades and tints

Shades of #677188

#677188
(103,113,136)
#5E677C
(94,103,124)
#555D70
(85,93,112)
#4C5364
(76,83,100)
#434958
(67,73,88)
#3A3F4C
(58,63,76)
#313540
(49,53,64)
#282B34
(40,43,52)
#1F2128
(31,33,40)
#16171C
(22,23,28)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #677188

#677188
(103,113,136)
#747D92
(116,125,146)
#81899C
(129,137,156)
#8E95A6
(142,149,166)
#9BA1B0
(155,161,176)
#A8ADBA
(168,173,186)
#B5B9C4
(181,185,196)
#C2C5CE
(194,197,206)
#CFD1D8
(207,209,216)
#DCDDE2
(220,221,226)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677188; }

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

This text font color is #677188.


Background Color

.myBgColor { background-color: #677188; }

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

This div background color is #677188.


Border color

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

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

This div border color is #677188.


Opacity

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

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

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

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

This text has shadow with #677188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677188 on black background.


Color preview on white background

This text has color #677188 on white background.



Black color preview on #677188 background

This text has black color on #677188 background.


White color preview on #677188 background

This text has white color on #677188 background.