COLOR #677C8E

HEX: #677C8E
RGB: (103,124,142)

Renk bilgisi

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

RGB renk modeli

#677C8E color RGB value is (103,124,142).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 124 of 255 = 49%
B 142 of 255 = 56%

103
124
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 124 + 142 = 369 (100%)
R 103 of 369 ~ 27.91%
G 124 of 369 ~ 33.6%
B 142 of 369 ~ 38.48%

%27.91
%33.6
%38.48

CMYK RENK MODELİ

#677C8E rengi CMYK tonu (27,13,0,44).

  • camgöbeği tonu 27.46%
  • eflatun tonu 12.68%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(27,13,0,44)
C27M13Y0K44 
(27%,13%,0%,44%)
(0.27/0.13/0.00/0.44)	

CMYK yüzdeleri

%27.46
%12.68
%0
%44.31

Codes

Color #677C8E in popluar color models

677C8E
RGB103124142
HSL208°15.92%48.04%
HSB/HSV208°27.46%55.69%
CMYK27.46%12.68%0.00%
44.31%

Color #677C8E in popluar number systems.

HEX677C8E
Decimal103124142
Binary1100111111110010001110
Octal147174216

Shades and tints

Shades of #677C8E

#677C8E
(103,124,142)
#5E7182
(94,113,130)
#556676
(85,102,118)
#4C5B6A
(76,91,106)
#43505E
(67,80,94)
#3A4552
(58,69,82)
#313A46
(49,58,70)
#282F3A
(40,47,58)
#1F242E
(31,36,46)
#161922
(22,25,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #677C8E

#677C8E
(103,124,142)
#748798
(116,135,152)
#8192A2
(129,146,162)
#8E9DAC
(142,157,172)
#9BA8B6
(155,168,182)
#A8B3C0
(168,179,192)
#B5BECA
(181,190,202)
#C2C9D4
(194,201,212)
#CFD4DE
(207,212,222)
#DCDFE8
(220,223,232)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677C8E; }

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

This text font color is #677C8E.


Background Color

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

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

This div background color is #677C8E.


Border color

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

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

This div border color is #677C8E.


Opacity

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

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

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

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

This text has shadow with #677C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C8E on black background.


Color preview on white background

This text has color #677C8E on white background.



Black color preview on #677C8E background

This text has black color on #677C8E background.


White color preview on #677C8E background

This text has white color on #677C8E background.