COLOR #688B96

HEX: #688B96
RGB: (104,139,150)

Renk bilgisi

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

RGB renk modeli

#688B96 color RGB value is (104,139,150).

  • kırmız ton 104;
  • yeşil ton 139;
  • mavi ton 150.
RGB:
(104,139,150)
(41%,55%,59%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 139 of 255 = 55%
B 150 of 255 = 59%

104
139
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 139 + 150 = 393 (100%)
R 104 of 393 ~ 26.46%
G 139 of 393 ~ 35.37%
B 150 of 393 ~ 38.17%

%26.46
%35.37
%38.17

CMYK RENK MODELİ

#688B96 rengi CMYK tonu (31,7,0,41).

  • camgöbeği tonu 30.67%
  • eflatun tonu 7.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(31,7,0,41)
C31M7Y0K41 
(31%,7%,0%,41%)
(0.31/0.07/0.00/0.41)	

CMYK yüzdeleri

%30.67
%7.33
%0
%41.18

Codes

Color #688B96 in popluar color models

688B96
RGB104139150
HSL194°18.11%49.80%
HSB/HSV194°30.67%58.82%
CMYK30.67%7.33%0.00%
41.18%

Color #688B96 in popluar number systems.

HEX688B96
Decimal104139150
Binary11010001000101110010110
Octal150213226

Shades and tints

Shades of #688B96

#688B96
(104,139,150)
#5F7F89
(95,127,137)
#56737C
(86,115,124)
#4D676F
(77,103,111)
#445B62
(68,91,98)
#3B4F55
(59,79,85)
#324348
(50,67,72)
#29373B
(41,55,59)
#202B2E
(32,43,46)
#171F21
(23,31,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #688B96

#688B96
(104,139,150)
#75959F
(117,149,159)
#829FA8
(130,159,168)
#8FA9B1
(143,169,177)
#9CB3BA
(156,179,186)
#A9BDC3
(169,189,195)
#B6C7CC
(182,199,204)
#C3D1D5
(195,209,213)
#D0DBDE
(208,219,222)
#DDE5E7
(221,229,231)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B96 color. Also use rgb(104,139,150) instead hex code.

Text Font Color

.myTextColor { color: #688B96; }

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

This text font color is #688B96.


Background Color

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

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

This div background color is #688B96.


Border color

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

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

This div border color is #688B96.


Opacity

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

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

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

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

This text has shadow with #688B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B96 on black background.


Color preview on white background

This text has color #688B96 on white background.



Black color preview on #688B96 background

This text has black color on #688B96 background.


White color preview on #688B96 background

This text has white color on #688B96 background.