COLOR #688896

HEX: #688896
RGB: (104,136,150)

Renk bilgisi

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

RGB renk modeli

#688896 color RGB value is (104,136,150).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 136 of 255 = 53%
B 150 of 255 = 59%

104
136
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 136 + 150 = 390 (100%)
R 104 of 390 ~ 26.67%
G 136 of 390 ~ 34.87%
B 150 of 390 ~ 38.46%

%26.67
%34.87
%38.46

CMYK RENK MODELİ

#688896 rengi CMYK tonu (31,9,0,41).

  • camgöbeği tonu 30.67%
  • eflatun tonu 9.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(31,9,0,41)
C31M9Y0K41 
(31%,9%,0%,41%)
(0.31/0.09/0.00/0.41)	

CMYK yüzdeleri

%30.67
%9.33
%0
%41.18

Codes

Color #688896 in popluar color models

688896
RGB104136150
HSL198°18.11%49.80%
HSB/HSV198°30.67%58.82%
CMYK30.67%9.33%0.00%
41.18%

Color #688896 in popluar number systems.

HEX688896
Decimal104136150
Binary11010001000100010010110
Octal150210226

Shades and tints

Shades of #688896

#688896
(104,136,150)
#5F7C89
(95,124,137)
#56707C
(86,112,124)
#4D646F
(77,100,111)
#445862
(68,88,98)
#3B4C55
(59,76,85)
#324048
(50,64,72)
#29343B
(41,52,59)
#20282E
(32,40,46)
#171C21
(23,28,33)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #688896

#688896
(104,136,150)
#75929F
(117,146,159)
#829CA8
(130,156,168)
#8FA6B1
(143,166,177)
#9CB0BA
(156,176,186)
#A9BAC3
(169,186,195)
#B6C4CC
(182,196,204)
#C3CED5
(195,206,213)
#D0D8DE
(208,216,222)
#DDE2E7
(221,226,231)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688896; }

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

This text font color is #688896.


Background Color

.myBgColor { background-color: #688896; }

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

This div background color is #688896.


Border color

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

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

This div border color is #688896.


Opacity

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

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

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

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

This text has shadow with #688896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688896 on black background.


Color preview on white background

This text has color #688896 on white background.



Black color preview on #688896 background

This text has black color on #688896 background.


White color preview on #688896 background

This text has white color on #688896 background.