COLOR #688687

HEX: #688687
RGB: (104,134,135)

Renk bilgisi

#688687 contains red, green and blue colors in about the same proportion. #688687 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#688687 color RGB value is (104,134,135).

  • kırmız ton 104;
  • yeşil ton 134;
  • mavi ton 135.
RGB:
(104,134,135)
(41%,53%,53%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 134 of 255 = 53%
B 135 of 255 = 53%

104
134
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 134 + 135 = 373 (100%)
R 104 of 373 ~ 27.88%
G 134 of 373 ~ 35.92%
B 135 of 373 ~ 36.19%

%27.88
%35.92
%36.19

CMYK RENK MODELİ

#688687 rengi CMYK tonu (23,1,0,47).

  • camgöbeği tonu 22.96%
  • eflatun tonu 0.74%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(23,1,0,47)
C23M1Y0K47 
(23%,1%,0%,47%)
(0.23/0.01/0.00/0.47)	

CMYK yüzdeleri

%22.96
%0.74
%0
%47.06

Codes

Color #688687 in popluar color models

688687
RGB104134135
HSL182°12.97%46.86%
HSB/HSV182°22.96%52.94%
CMYK22.96%0.74%0.00%
47.06%

Color #688687 in popluar number systems.

HEX688687
Decimal104134135
Binary11010001000011010000111
Octal150206207

Shades and tints

Shades of #688687

#688687
(104,134,135)
#5F7A7B
(95,122,123)
#566E6F
(86,110,111)
#4D6263
(77,98,99)
#445657
(68,86,87)
#3B4A4B
(59,74,75)
#323E3F
(50,62,63)
#293233
(41,50,51)
#202627
(32,38,39)
#171A1B
(23,26,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #688687

#688687
(104,134,135)
#759191
(117,145,145)
#829C9B
(130,156,155)
#8FA7A5
(143,167,165)
#9CB2AF
(156,178,175)
#A9BDB9
(169,189,185)
#B6C8C3
(182,200,195)
#C3D3CD
(195,211,205)
#D0DED7
(208,222,215)
#DDE9E1
(221,233,225)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688687 color. Also use rgb(104,134,135) instead hex code.

Text Font Color

.myTextColor { color: #688687; }

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

This text font color is #688687.


Background Color

.myBgColor { background-color: #688687; }

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

This div background color is #688687.


Border color

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

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

This div border color is #688687.


Opacity

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

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

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

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

This text has shadow with #688687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688687 on black background.


Color preview on white background

This text has color #688687 on white background.



Black color preview on #688687 background

This text has black color on #688687 background.


White color preview on #688687 background

This text has white color on #688687 background.