COLOR #688882

HEX: #688882
RGB: (104,136,130)

Renk bilgisi

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

RGB renk modeli

#688882 color RGB value is (104,136,130).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 136 of 255 = 53%
B 130 of 255 = 51%

104
136
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 136 + 130 = 370 (100%)
R 104 of 370 ~ 28.11%
G 136 of 370 ~ 36.76%
B 130 of 370 ~ 35.14%

%28.11
%36.76
%35.14

CMYK RENK MODELİ

#688882 rengi CMYK tonu (24,0,4,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 0.00%
  • sarı tonu 4.41%
  • ana renk tonu 46.67%
CMYK:
(24,0,4,47)
C24M0Y4K47 
(24%,0%,4%,47%)
(0.24/0.00/0.04/0.47)	

CMYK yüzdeleri

%23.53
%0
%4.41
%46.67

Codes

Color #688882 in popluar color models

688882
RGB104136130
HSL169°13.33%47.06%
HSB/HSV169°23.53%53.33%
CMYK23.53%0.00%4.41%
46.67%

Color #688882 in popluar number systems.

HEX688882
Decimal104136130
Binary11010001000100010000010
Octal150210202

Shades and tints

Shades of #688882

#688882
(104,136,130)
#5F7C77
(95,124,119)
#56706C
(86,112,108)
#4D6461
(77,100,97)
#445856
(68,88,86)
#3B4C4B
(59,76,75)
#324040
(50,64,64)
#293435
(41,52,53)
#20282A
(32,40,42)
#171C1F
(23,28,31)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #688882

#688882
(104,136,130)
#75928D
(117,146,141)
#829C98
(130,156,152)
#8FA6A3
(143,166,163)
#9CB0AE
(156,176,174)
#A9BAB9
(169,186,185)
#B6C4C4
(182,196,196)
#C3CECF
(195,206,207)
#D0D8DA
(208,216,218)
#DDE2E5
(221,226,229)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688882; }

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

This text font color is #688882.


Background Color

.myBgColor { background-color: #688882; }

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

This div background color is #688882.


Border color

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

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

This div border color is #688882.


Opacity

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

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

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

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

This text has shadow with #688882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688882 on black background.


Color preview on white background

This text has color #688882 on white background.



Black color preview on #688882 background

This text has black color on #688882 background.


White color preview on #688882 background

This text has white color on #688882 background.