COLOR #688A99

HEX: #688A99
RGB: (104,138,153)

Renk bilgisi

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

RGB renk modeli

#688A99 color RGB value is (104,138,153).

  • kırmız ton 104;
  • yeşil ton 138;
  • mavi ton 153.
RGB:
(104,138,153)
(41%,54%,60%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 138 of 255 = 54%
B 153 of 255 = 60%

104
138
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 138 + 153 = 395 (100%)
R 104 of 395 ~ 26.33%
G 138 of 395 ~ 34.94%
B 153 of 395 ~ 38.73%

%26.33
%34.94
%38.73

CMYK RENK MODELİ

#688A99 rengi CMYK tonu (32,10,0,40).

  • camgöbeği tonu 32.03%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(32,10,0,40)
C32M10Y0K40 
(32%,10%,0%,40%)
(0.32/0.10/0.00/0.40)	

CMYK yüzdeleri

%32.03
%9.8
%0
%40

Codes

Color #688A99 in popluar color models

688A99
RGB104138153
HSL198°19.37%50.39%
HSB/HSV198°32.03%60.00%
CMYK32.03%9.80%0.00%
40.00%

Color #688A99 in popluar number systems.

HEX688A99
Decimal104138153
Binary11010001000101010011001
Octal150212231

Shades and tints

Shades of #688A99

#688A99
(104,138,153)
#5F7E8C
(95,126,140)
#56727F
(86,114,127)
#4D6672
(77,102,114)
#445A65
(68,90,101)
#3B4E58
(59,78,88)
#32424B
(50,66,75)
#29363E
(41,54,62)
#202A31
(32,42,49)
#171E24
(23,30,36)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #688A99

#688A99
(104,138,153)
#7594A2
(117,148,162)
#829EAB
(130,158,171)
#8FA8B4
(143,168,180)
#9CB2BD
(156,178,189)
#A9BCC6
(169,188,198)
#B6C6CF
(182,198,207)
#C3D0D8
(195,208,216)
#D0DAE1
(208,218,225)
#DDE4EA
(221,228,234)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688A99 color. Also use rgb(104,138,153) instead hex code.

Text Font Color

.myTextColor { color: #688A99; }

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

This text font color is #688A99.


Background Color

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

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

This div background color is #688A99.


Border color

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

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

This div border color is #688A99.


Opacity

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

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

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

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

This text has shadow with #688A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688A99 on black background.


Color preview on white background

This text has color #688A99 on white background.



Black color preview on #688A99 background

This text has black color on #688A99 background.


White color preview on #688A99 background

This text has white color on #688A99 background.