COLOR #677C83

HEX: #677C83
RGB: (103,124,131)

Renk bilgisi

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

RGB renk modeli

#677C83 color RGB value is (103,124,131).

  • kırmız ton 103;
  • yeşil ton 124;
  • mavi ton 131.
RGB:
(103,124,131)
(40%,49%,51%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 124 of 255 = 49%
B 131 of 255 = 51%

103
124
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 124 + 131 = 358 (100%)
R 103 of 358 ~ 28.77%
G 124 of 358 ~ 34.64%
B 131 of 358 ~ 36.59%

%28.77
%34.64
%36.59

CMYK RENK MODELİ

#677C83 rengi CMYK tonu (21,5,0,49).

  • camgöbeği tonu 21.37%
  • eflatun tonu 5.34%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(21,5,0,49)
C21M5Y0K49 
(21%,5%,0%,49%)
(0.21/0.05/0.00/0.49)	

CMYK yüzdeleri

%21.37
%5.34
%0
%48.63

Codes

Color #677C83 in popluar color models

677C83
RGB103124131
HSL195°11.97%45.88%
HSB/HSV195°21.37%51.37%
CMYK21.37%5.34%0.00%
48.63%

Color #677C83 in popluar number systems.

HEX677C83
Decimal103124131
Binary1100111111110010000011
Octal147174203

Shades and tints

Shades of #677C83

#677C83
(103,124,131)
#5E7178
(94,113,120)
#55666D
(85,102,109)
#4C5B62
(76,91,98)
#435057
(67,80,87)
#3A454C
(58,69,76)
#313A41
(49,58,65)
#282F36
(40,47,54)
#1F242B
(31,36,43)
#161920
(22,25,32)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #677C83

#677C83
(103,124,131)
#74878E
(116,135,142)
#819299
(129,146,153)
#8E9DA4
(142,157,164)
#9BA8AF
(155,168,175)
#A8B3BA
(168,179,186)
#B5BEC5
(181,190,197)
#C2C9D0
(194,201,208)
#CFD4DB
(207,212,219)
#DCDFE6
(220,223,230)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677C83 color. Also use rgb(103,124,131) instead hex code.

Text Font Color

.myTextColor { color: #677C83; }

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

This text font color is #677C83.


Background Color

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

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

This div background color is #677C83.


Border color

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

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

This div border color is #677C83.


Opacity

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

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

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

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

This text has shadow with #677C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C83 on black background.


Color preview on white background

This text has color #677C83 on white background.



Black color preview on #677C83 background

This text has black color on #677C83 background.


White color preview on #677C83 background

This text has white color on #677C83 background.