COLOR #676C8A

HEX: #676C8A
RGB: (103,108,138)

Renk bilgisi

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

RGB renk modeli

#676C8A color RGB value is (103,108,138).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 138 of 255 = 54%

103
108
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 138 = 349 (100%)
R 103 of 349 ~ 29.51%
G 108 of 349 ~ 30.95%
B 138 of 349 ~ 39.54%

%29.51
%30.95
%39.54

CMYK RENK MODELİ

#676C8A rengi CMYK tonu (25,22,0,46).

  • camgöbeği tonu 25.36%
  • eflatun tonu 21.74%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(25,22,0,46)
C25M22Y0K46 
(25%,22%,0%,46%)
(0.25/0.22/0.00/0.46)	

CMYK yüzdeleri

%25.36
%21.74
%0
%45.88

Codes

Color #676C8A in popluar color models

676C8A
RGB103108138
HSL231°14.52%47.25%
HSB/HSV231°25.36%54.12%
CMYK25.36%21.74%0.00%
45.88%

Color #676C8A in popluar number systems.

HEX676C8A
Decimal103108138
Binary1100111110110010001010
Octal147154212

Shades and tints

Shades of #676C8A

#676C8A
(103,108,138)
#5E637E
(94,99,126)
#555A72
(85,90,114)
#4C5166
(76,81,102)
#43485A
(67,72,90)
#3A3F4E
(58,63,78)
#313642
(49,54,66)
#282D36
(40,45,54)
#1F242A
(31,36,42)
#161B1E
(22,27,30)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #676C8A

#676C8A
(103,108,138)
#747994
(116,121,148)
#81869E
(129,134,158)
#8E93A8
(142,147,168)
#9BA0B2
(155,160,178)
#A8ADBC
(168,173,188)
#B5BAC6
(181,186,198)
#C2C7D0
(194,199,208)
#CFD4DA
(207,212,218)
#DCE1E4
(220,225,228)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C8A; }

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

This text font color is #676C8A.


Background Color

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

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

This div background color is #676C8A.


Border color

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

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

This div border color is #676C8A.


Opacity

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

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

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

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

This text has shadow with #676C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C8A on black background.


Color preview on white background

This text has color #676C8A on white background.



Black color preview on #676C8A background

This text has black color on #676C8A background.


White color preview on #676C8A background

This text has white color on #676C8A background.