COLOR #688088

HEX: #688088
RGB: (104,128,136)

Renk bilgisi

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

RGB renk modeli

#688088 color RGB value is (104,128,136).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 128 of 255 = 50%
B 136 of 255 = 53%

104
128
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 128 + 136 = 368 (100%)
R 104 of 368 ~ 28.26%
G 128 of 368 ~ 34.78%
B 136 of 368 ~ 36.96%

%28.26
%34.78
%36.96

CMYK RENK MODELİ

#688088 rengi CMYK tonu (24,6,0,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(24,6,0,47)
C24M6Y0K47 
(24%,6%,0%,47%)
(0.24/0.06/0.00/0.47)	

CMYK yüzdeleri

%23.53
%5.88
%0
%46.67

Codes

Color #688088 in popluar color models

688088
RGB104128136
HSL195°13.33%47.06%
HSB/HSV195°23.53%53.33%
CMYK23.53%5.88%0.00%
46.67%

Color #688088 in popluar number systems.

HEX688088
Decimal104128136
Binary11010001000000010001000
Octal150200210

Shades and tints

Shades of #688088

#688088
(104,128,136)
#5F757C
(95,117,124)
#566A70
(86,106,112)
#4D5F64
(77,95,100)
#445458
(68,84,88)
#3B494C
(59,73,76)
#323E40
(50,62,64)
#293334
(41,51,52)
#202828
(32,40,40)
#171D1C
(23,29,28)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #688088

#688088
(104,128,136)
#758B92
(117,139,146)
#82969C
(130,150,156)
#8FA1A6
(143,161,166)
#9CACB0
(156,172,176)
#A9B7BA
(169,183,186)
#B6C2C4
(182,194,196)
#C3CDCE
(195,205,206)
#D0D8D8
(208,216,216)
#DDE3E2
(221,227,226)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688088; }

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

This text font color is #688088.


Background Color

.myBgColor { background-color: #688088; }

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

This div background color is #688088.


Border color

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

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

This div border color is #688088.


Opacity

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

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

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

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

This text has shadow with #688088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688088 on black background.


Color preview on white background

This text has color #688088 on white background.



Black color preview on #688088 background

This text has black color on #688088 background.


White color preview on #688088 background

This text has white color on #688088 background.