COLOR #689E80

HEX: #689E80
RGB: (104,158,128)

Renk bilgisi

#689E80 contains red, green and blue colors in about the same proportion. #689E80 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#689E80 color RGB value is (104,158,128).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 158 of 255 = 62%
B 128 of 255 = 50%

104
158
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 158 + 128 = 390 (100%)
R 104 of 390 ~ 26.67%
G 158 of 390 ~ 40.51%
B 128 of 390 ~ 32.82%

%26.67
%40.51
%32.82

CMYK RENK MODELİ

#689E80 rengi CMYK tonu (34,0,19,38).

  • camgöbeği tonu 34.18%
  • eflatun tonu 0.00%
  • sarı tonu 18.99%
  • ana renk tonu 38.04%
CMYK:
(34,0,19,38)
C34M0Y19K38 
(34%,0%,19%,38%)
(0.34/0.00/0.19/0.38)	

CMYK yüzdeleri

%34.18
%0
%18.99
%38.04

Codes

Color #689E80 in popluar color models

689E80
RGB104158128
HSL147°21.77%51.37%
HSB/HSV147°34.18%61.96%
CMYK34.18%0.00%18.99%
38.04%

Color #689E80 in popluar number systems.

HEX689E80
Decimal104158128
Binary11010001001111010000000
Octal150236200

Shades and tints

Shades of #689E80

#689E80
(104,158,128)
#5F9075
(95,144,117)
#56826A
(86,130,106)
#4D745F
(77,116,95)
#446654
(68,102,84)
#3B5849
(59,88,73)
#324A3E
(50,74,62)
#293C33
(41,60,51)
#202E28
(32,46,40)
#17201D
(23,32,29)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #689E80

#689E80
(104,158,128)
#75A68B
(117,166,139)
#82AE96
(130,174,150)
#8FB6A1
(143,182,161)
#9CBEAC
(156,190,172)
#A9C6B7
(169,198,183)
#B6CEC2
(182,206,194)
#C3D6CD
(195,214,205)
#D0DED8
(208,222,216)
#DDE6E3
(221,230,227)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689E80; }

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

This text font color is #689E80.


Background Color

.myBgColor { background-color: #689E80; }

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

This div background color is #689E80.


Border color

.myBorderColor { border: 1px solid #689E80; }

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

This div border color is #689E80.


Opacity

.myOpacity80 { color: #689E80; opacity: 0.8; }

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

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

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

This text has shadow with #689E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689E80 on black background.


Color preview on white background

This text has color #689E80 on white background.



Black color preview on #689E80 background

This text has black color on #689E80 background.


White color preview on #689E80 background

This text has white color on #689E80 background.