COLOR #688185

HEX: #688185
RGB: (104,129,133)

Color info

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

RGB color model

#688185 color RGB value is (104,129,133).

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

RGB channels and saturation

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

104
129
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 133 = 366 (100%)
R 104 of 366 ~ 28.42%
G 129 of 366 ~ 35.25%
B 133 of 366 ~ 36.34%

%28.42
%35.25
%36.34

CMYK color model

#688185 color CMYK value is (22,3,0,48).

  • cyan value is 21.80%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,3,0,48)
C22M3Y0K48 
(22%,3%,0%,48%)
(0.22/0.03/0.00/0.48)	

CMYK percentages

%21.8
%3.01
%0
%47.84

Codes

Color #688185 in popluar color models

688185
RGB104129133
HSL188°12.24%46.47%
HSB/HSV188°21.80%52.16%
CMYK21.80%3.01%0.00%
47.84%

Color #688185 in popluar number systems.

HEX688185
Decimal104129133
Binary11010001000000110000101
Octal150201205

Shades and tints

Shades of #688185

#688185
(104,129,133)
#5F7679
(95,118,121)
#566B6D
(86,107,109)
#4D6061
(77,96,97)
#445555
(68,85,85)
#3B4A49
(59,74,73)
#323F3D
(50,63,61)
#293431
(41,52,49)
#202925
(32,41,37)
#171E19
(23,30,25)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #688185

#688185
(104,129,133)
#758C90
(117,140,144)
#82979B
(130,151,155)
#8FA2A6
(143,162,166)
#9CADB1
(156,173,177)
#A9B8BC
(169,184,188)
#B6C3C7
(182,195,199)
#C3CED2
(195,206,210)
#D0D9DD
(208,217,221)
#DDE4E8
(221,228,232)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688185; }

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

This text font color is #688185.


Background Color

.myBgColor { background-color: #688185; }

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

This div background color is #688185.


Border color

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

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

This div border color is #688185.


Opacity

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

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

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

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

This text has shadow with #688185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688185 on black background.


Color preview on white background

This text has color #688185 on white background.



Black color preview on #688185 background

This text has black color on #688185 background.


White color preview on #688185 background

This text has white color on #688185 background.