COLOR #688F89

HEX: #688F89
RGB: (104,143,137)

Renk bilgisi

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

RGB renk modeli

#688F89 color RGB value is (104,143,137).

  • kırmız ton 104;
  • yeşil ton 143;
  • mavi ton 137.
RGB:
(104,143,137)
(41%,56%,54%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 143 of 255 = 56%
B 137 of 255 = 54%

104
143
137

R + G + B ~ 50%. #688F89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 143 + 137 = 384 (100%)
R 104 of 384 ~ 27.08%
G 143 of 384 ~ 37.24%
B 137 of 384 ~ 35.68%

%27.08
%37.24
%35.68

CMYK RENK MODELİ

#688F89 rengi CMYK tonu (27,0,4,44).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 4.20%
  • ana renk tonu 43.92%
CMYK:
(27,0,4,44)
C27M0Y4K44 
(27%,0%,4%,44%)
(0.27/0.00/0.04/0.44)	

CMYK yüzdeleri

%27.27
%0
%4.2
%43.92

Codes

Color #688F89 in popluar color models

688F89
RGB104143137
HSL171°15.79%48.43%
HSB/HSV171°27.27%56.08%
CMYK27.27%0.00%4.20%
43.92%

Color #688F89 in popluar number systems.

HEX688F89
Decimal104143137
Binary11010001000111110001001
Octal150217211

Shades and tints

Shades of #688F89

#688F89
(104,143,137)
#5F827D
(95,130,125)
#567571
(86,117,113)
#4D6865
(77,104,101)
#445B59
(68,91,89)
#3B4E4D
(59,78,77)
#324141
(50,65,65)
#293435
(41,52,53)
#202729
(32,39,41)
#171A1D
(23,26,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #688F89

#688F89
(104,143,137)
#759993
(117,153,147)
#82A39D
(130,163,157)
#8FADA7
(143,173,167)
#9CB7B1
(156,183,177)
#A9C1BB
(169,193,187)
#B6CBC5
(182,203,197)
#C3D5CF
(195,213,207)
#D0DFD9
(208,223,217)
#DDE9E3
(221,233,227)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688F89 color. Also use rgb(104,143,137) instead hex code.

Text Font Color

.myTextColor { color: #688F89; }

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

This text font color is #688F89.


Background Color

.myBgColor { background-color: #688F89; }

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

This div background color is #688F89.


Border color

.myBorderColor { border: 1px solid #688F89; }

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

This div border color is #688F89.


Opacity

.myOpacity80 { color: #688F89; opacity: 0.8; }

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

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

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

This text has shadow with #688F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688F89 on black background.


Color preview on white background

This text has color #688F89 on white background.



Black color preview on #688F89 background

This text has black color on #688F89 background.


White color preview on #688F89 background

This text has white color on #688F89 background.