COLOR #677F89

HEX: #677F89
RGB: (103,127,137)

Renk bilgisi

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

RGB renk modeli

#677F89 color RGB value is (103,127,137).

  • kırmız ton 103;
  • yeşil ton 127;
  • mavi ton 137.
RGB:
(103,127,137)
(40%,50%,54%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 137 of 255 = 54%

103
127
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 137 = 367 (100%)
R 103 of 367 ~ 28.07%
G 127 of 367 ~ 34.6%
B 137 of 367 ~ 37.33%

%28.07
%34.6
%37.33

CMYK RENK MODELİ

#677F89 rengi CMYK tonu (25,7,0,46).

  • camgöbeği tonu 24.82%
  • eflatun tonu 7.30%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(25,7,0,46)
C25M7Y0K46 
(25%,7%,0%,46%)
(0.25/0.07/0.00/0.46)	

CMYK yüzdeleri

%24.82
%7.3
%0
%46.27

Codes

Color #677F89 in popluar color models

677F89
RGB103127137
HSL198°14.17%47.06%
HSB/HSV198°24.82%53.73%
CMYK24.82%7.30%0.00%
46.27%

Color #677F89 in popluar number systems.

HEX677F89
Decimal103127137
Binary1100111111111110001001
Octal147177211

Shades and tints

Shades of #677F89

#677F89
(103,127,137)
#5E747D
(94,116,125)
#556971
(85,105,113)
#4C5E65
(76,94,101)
#435359
(67,83,89)
#3A484D
(58,72,77)
#313D41
(49,61,65)
#283235
(40,50,53)
#1F2729
(31,39,41)
#161C1D
(22,28,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #677F89

#677F89
(103,127,137)
#748A93
(116,138,147)
#81959D
(129,149,157)
#8EA0A7
(142,160,167)
#9BABB1
(155,171,177)
#A8B6BB
(168,182,187)
#B5C1C5
(181,193,197)
#C2CCCF
(194,204,207)
#CFD7D9
(207,215,217)
#DCE2E3
(220,226,227)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677F89 color. Also use rgb(103,127,137) instead hex code.

Text Font Color

.myTextColor { color: #677F89; }

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

This text font color is #677F89.


Background Color

.myBgColor { background-color: #677F89; }

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

This div background color is #677F89.


Border color

.myBorderColor { border: 1px solid #677F89; }

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

This div border color is #677F89.


Opacity

.myOpacity80 { color: #677F89; opacity: 0.8; }

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

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

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

This text has shadow with #677F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F89 on black background.


Color preview on white background

This text has color #677F89 on white background.



Black color preview on #677F89 background

This text has black color on #677F89 background.


White color preview on #677F89 background

This text has white color on #677F89 background.