COLOR #688886

HEX: #688886
RGB: (104,136,134)

Renk bilgisi

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

RGB renk modeli

#688886 color RGB value is (104,136,134).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 136 of 255 = 53%
B 134 of 255 = 53%

104
136
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 136 + 134 = 374 (100%)
R 104 of 374 ~ 27.81%
G 136 of 374 ~ 36.36%
B 134 of 374 ~ 35.83%

%27.81
%36.36
%35.83

CMYK RENK MODELİ

#688886 rengi CMYK tonu (24,0,1,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 0.00%
  • sarı tonu 1.47%
  • ana renk tonu 46.67%
CMYK:
(24,0,1,47)
C24M0Y1K47 
(24%,0%,1%,47%)
(0.24/0.00/0.01/0.47)	

CMYK yüzdeleri

%23.53
%0
%1.47
%46.67

Codes

Color #688886 in popluar color models

688886
RGB104136134
HSL176°13.33%47.06%
HSB/HSV176°23.53%53.33%
CMYK23.53%0.00%1.47%
46.67%

Color #688886 in popluar number systems.

HEX688886
Decimal104136134
Binary11010001000100010000110
Octal150210206

Shades and tints

Shades of #688886

#688886
(104,136,134)
#5F7C7A
(95,124,122)
#56706E
(86,112,110)
#4D6462
(77,100,98)
#445856
(68,88,86)
#3B4C4A
(59,76,74)
#32403E
(50,64,62)
#293432
(41,52,50)
#202826
(32,40,38)
#171C1A
(23,28,26)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #688886

#688886
(104,136,134)
#759291
(117,146,145)
#829C9C
(130,156,156)
#8FA6A7
(143,166,167)
#9CB0B2
(156,176,178)
#A9BABD
(169,186,189)
#B6C4C8
(182,196,200)
#C3CED3
(195,206,211)
#D0D8DE
(208,216,222)
#DDE2E9
(221,226,233)
#EAECF4
(234,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688886; }

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

This text font color is #688886.


Background Color

.myBgColor { background-color: #688886; }

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

This div background color is #688886.


Border color

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

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

This div border color is #688886.


Opacity

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

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

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

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

This text has shadow with #688886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688886 on black background.


Color preview on white background

This text has color #688886 on white background.



Black color preview on #688886 background

This text has black color on #688886 background.


White color preview on #688886 background

This text has white color on #688886 background.