COLOR #676C86

HEX: #676C86
RGB: (103,108,134)

Renk bilgisi

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

RGB renk modeli

#676C86 color RGB value is (103,108,134).

  • kırmız ton 103;
  • yeşil ton 108;
  • mavi ton 134.
RGB:
(103,108,134)
(40%,42%,53%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 134 of 255 = 53%

103
108
134

R + G + B ~ 45%. #676C86 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 134 = 345 (100%)
R 103 of 345 ~ 29.86%
G 108 of 345 ~ 31.3%
B 134 of 345 ~ 38.84%

%29.86
%31.3
%38.84

CMYK RENK MODELİ

#676C86 rengi CMYK tonu (23,19,0,47).

  • camgöbeği tonu 23.13%
  • eflatun tonu 19.40%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(23,19,0,47)
C23M19Y0K47 
(23%,19%,0%,47%)
(0.23/0.19/0.00/0.47)	

CMYK yüzdeleri

%23.13
%19.4
%0
%47.45

Codes

Color #676C86 in popluar color models

676C86
RGB103108134
HSL230°13.08%46.47%
HSB/HSV230°23.13%52.55%
CMYK23.13%19.40%0.00%
47.45%

Color #676C86 in popluar number systems.

HEX676C86
Decimal103108134
Binary1100111110110010000110
Octal147154206

Shades and tints

Shades of #676C86

#676C86
(103,108,134)
#5E637A
(94,99,122)
#555A6E
(85,90,110)
#4C5162
(76,81,98)
#434856
(67,72,86)
#3A3F4A
(58,63,74)
#31363E
(49,54,62)
#282D32
(40,45,50)
#1F2426
(31,36,38)
#161B1A
(22,27,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #676C86

#676C86
(103,108,134)
#747991
(116,121,145)
#81869C
(129,134,156)
#8E93A7
(142,147,167)
#9BA0B2
(155,160,178)
#A8ADBD
(168,173,189)
#B5BAC8
(181,186,200)
#C2C7D3
(194,199,211)
#CFD4DE
(207,212,222)
#DCE1E9
(220,225,233)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C86 color. Also use rgb(103,108,134) instead hex code.

Text Font Color

.myTextColor { color: #676C86; }

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

This text font color is #676C86.


Background Color

.myBgColor { background-color: #676C86; }

<div style="background-color:#676C86">Inner text</div>

This div background color is #676C86.


Border color

.myBorderColor { border: 1px solid #676C86; }

<div style="border:3px solid #676C86">Div</div>

This div border color is #676C86.


Opacity

.myOpacity80 { color: #676C86; opacity: 0.8; }

<p style="color:#676C86;opacity:0.8;">80%</p>

Text with #676C86 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 #676C86;}

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

This text has shadow with #676C86 color.

.textShadow {text-shadow: 3px 3px 1px #676C86, 3px 3px 1px red;}

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

This text has shadow with #676C86 primary color and red secondary color.


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

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

This text has shadow with #676C86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C86 on black background.


Color preview on white background

This text has color #676C86 on white background.



Black color preview on #676C86 background

This text has black color on #676C86 background.


White color preview on #676C86 background

This text has white color on #676C86 background.