COLOR #687883

HEX: #687883
RGB: (104,120,131)

Color info

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

RGB color model

#687883 color RGB value is (104,120,131).

  • red value is 104;
  • green value is 120;
  • blue value is 131.
RGB:
(104,120,131)
(41%,47%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 131 of 255 = 51%

104
120
131

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 131 = 355 (100%)
R 104 of 355 ~ 29.3%
G 120 of 355 ~ 33.8%
B 131 of 355 ~ 36.9%

%29.3
%33.8
%36.9

CMYK color model

#687883 color CMYK value is (21,8,0,49).

  • cyan value is 20.61%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(21,8,0,49)
C21M8Y0K49 
(21%,8%,0%,49%)
(0.21/0.08/0.00/0.49)	

CMYK percentages

%20.61
%8.4
%0
%48.63

Codes

Color #687883 in popluar color models

687883
RGB104120131
HSL204°11.49%46.08%
HSB/HSV204°20.61%51.37%
CMYK20.61%8.40%0.00%
48.63%

Color #687883 in popluar number systems.

HEX687883
Decimal104120131
Binary1101000111100010000011
Octal150170203

Shades and tints

Shades of #687883

#687883
(104,120,131)
#5F6E78
(95,110,120)
#56646D
(86,100,109)
#4D5A62
(77,90,98)
#445057
(68,80,87)
#3B464C
(59,70,76)
#323C41
(50,60,65)
#293236
(41,50,54)
#20282B
(32,40,43)
#171E20
(23,30,32)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #687883

#687883
(104,120,131)
#75848E
(117,132,142)
#829099
(130,144,153)
#8F9CA4
(143,156,164)
#9CA8AF
(156,168,175)
#A9B4BA
(169,180,186)
#B6C0C5
(182,192,197)
#C3CCD0
(195,204,208)
#D0D8DB
(208,216,219)
#DDE4E6
(221,228,230)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687883 color. Also use rgb(104,120,131) instead hex code.

Text Font Color

.myTextColor { color: #687883; }

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

This text font color is #687883.


Background Color

.myBgColor { background-color: #687883; }

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

This div background color is #687883.


Border color

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

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

This div border color is #687883.


Opacity

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

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

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

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

This text has shadow with #687883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687883 on black background.


Color preview on white background

This text has color #687883 on white background.



Black color preview on #687883 background

This text has black color on #687883 background.


White color preview on #687883 background

This text has white color on #687883 background.