COLOR #689DA5

HEX: #689DA5
RGB: (104,157,165)

Renk bilgisi

#689DA5 contains mainly green and blue colors. #689DA5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#689DA5 color RGB value is (104,157,165).

  • kırmız ton 104;
  • yeşil ton 157;
  • mavi ton 165.
RGB:
(104,157,165)
(41%,62%,65%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 157 of 255 = 62%
B 165 of 255 = 65%

104
157
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 157 + 165 = 426 (100%)
R 104 of 426 ~ 24.41%
G 157 of 426 ~ 36.85%
B 165 of 426 ~ 38.73%

%24.41
%36.85
%38.73

CMYK RENK MODELİ

#689DA5 rengi CMYK tonu (37,5,0,35).

  • camgöbeği tonu 36.97%
  • eflatun tonu 4.85%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(37,5,0,35)
C37M5Y0K35 
(37%,5%,0%,35%)
(0.37/0.05/0.00/0.35)	

CMYK yüzdeleri

%36.97
%4.85
%0
%35.29

Codes

Color #689DA5 in popluar color models

689DA5
RGB104157165
HSL188°25.31%52.75%
HSB/HSV188°36.97%64.71%
CMYK36.97%4.85%0.00%
35.29%

Color #689DA5 in popluar number systems.

HEX689DA5
Decimal104157165
Binary11010001001110110100101
Octal150235245

Shades and tints

Shades of #689DA5

#689DA5
(104,157,165)
#5F8F96
(95,143,150)
#568187
(86,129,135)
#4D7378
(77,115,120)
#446569
(68,101,105)
#3B575A
(59,87,90)
#32494B
(50,73,75)
#293B3C
(41,59,60)
#202D2D
(32,45,45)
#171F1E
(23,31,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #689DA5

#689DA5
(104,157,165)
#75A5AD
(117,165,173)
#82ADB5
(130,173,181)
#8FB5BD
(143,181,189)
#9CBDC5
(156,189,197)
#A9C5CD
(169,197,205)
#B6CDD5
(182,205,213)
#C3D5DD
(195,213,221)
#D0DDE5
(208,221,229)
#DDE5ED
(221,229,237)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689DA5 color. Also use rgb(104,157,165) instead hex code.

Text Font Color

.myTextColor { color: #689DA5; }

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

This text font color is #689DA5.


Background Color

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

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

This div background color is #689DA5.


Border color

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

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

This div border color is #689DA5.


Opacity

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

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

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

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

This text has shadow with #689DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689DA5 on black background.


Color preview on white background

This text has color #689DA5 on white background.



Black color preview on #689DA5 background

This text has black color on #689DA5 background.


White color preview on #689DA5 background

This text has white color on #689DA5 background.