COLOR #688285

HEX: #688285
RGB: (104,130,133)

Color info

#688285 contains red, green and blue colors in about the same proportion. Web safe color of #688285 is #669999 (or #699).

RGB color model

#688285 color RGB value is (104,130,133).

  • red value is 104;
  • green value is 130;
  • blue value is 133.
RGB:
(104,130,133)
(41%,51%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 130 of 255 = 51%
B 133 of 255 = 52%

104
130
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 133 = 367 (100%)
R 104 of 367 ~ 28.34%
G 130 of 367 ~ 35.42%
B 133 of 367 ~ 36.24%

%28.34
%35.42
%36.24

CMYK color model

#688285 color CMYK value is (22,2,0,48).

  • cyan value is 21.80%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,2,0,48)
C22M2Y0K48 
(22%,2%,0%,48%)
(0.22/0.02/0.00/0.48)	

CMYK percentages

%21.8
%2.26
%0
%47.84

Codes

Color #688285 in popluar color models

688285
RGB104130133
HSL186°12.24%46.47%
HSB/HSV186°21.80%52.16%
CMYK21.80%2.26%0.00%
47.84%

Color #688285 in popluar number systems.

HEX688285
Decimal104130133
Binary11010001000001010000101
Octal150202205

Shades and tints

Shades of #688285

#688285
(104,130,133)
#5F7779
(95,119,121)
#566C6D
(86,108,109)
#4D6161
(77,97,97)
#445655
(68,86,85)
#3B4B49
(59,75,73)
#32403D
(50,64,61)
#293531
(41,53,49)
#202A25
(32,42,37)
#171F19
(23,31,25)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #688285

#688285
(104,130,133)
#758D90
(117,141,144)
#82989B
(130,152,155)
#8FA3A6
(143,163,166)
#9CAEB1
(156,174,177)
#A9B9BC
(169,185,188)
#B6C4C7
(182,196,199)
#C3CFD2
(195,207,210)
#D0DADD
(208,218,221)
#DDE5E8
(221,229,232)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688285 color. Also use rgb(104,130,133) instead hex code.

Text Font Color

.myTextColor { color: #688285; }

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

This text font color is #688285.


Background Color

.myBgColor { background-color: #688285; }

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

This div background color is #688285.


Border color

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

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

This div border color is #688285.


Opacity

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

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

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

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

This text has shadow with #688285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688285 on black background.


Color preview on white background

This text has color #688285 on white background.



Black color preview on #688285 background

This text has black color on #688285 background.


White color preview on #688285 background

This text has white color on #688285 background.