COLOR #676E8C

HEX: #676E8C
RGB: (103,110,140)

Renk bilgisi

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

RGB renk modeli

#676E8C color RGB value is (103,110,140).

  • kırmız ton 103;
  • yeşil ton 110;
  • mavi ton 140.
RGB:
(103,110,140)
(40%,43%,55%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 110 of 255 = 43%
B 140 of 255 = 55%

103
110
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 110 + 140 = 353 (100%)
R 103 of 353 ~ 29.18%
G 110 of 353 ~ 31.16%
B 140 of 353 ~ 39.66%

%29.18
%31.16
%39.66

CMYK RENK MODELİ

#676E8C rengi CMYK tonu (26,21,0,45).

  • camgöbeği tonu 26.43%
  • eflatun tonu 21.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(26,21,0,45)
C26M21Y0K45 
(26%,21%,0%,45%)
(0.26/0.21/0.00/0.45)	

CMYK yüzdeleri

%26.43
%21.43
%0
%45.1

Codes

Color #676E8C in popluar color models

676E8C
RGB103110140
HSL229°15.23%47.65%
HSB/HSV229°26.43%54.90%
CMYK26.43%21.43%0.00%
45.10%

Color #676E8C in popluar number systems.

HEX676E8C
Decimal103110140
Binary1100111110111010001100
Octal147156214

Shades and tints

Shades of #676E8C

#676E8C
(103,110,140)
#5E6480
(94,100,128)
#555A74
(85,90,116)
#4C5068
(76,80,104)
#43465C
(67,70,92)
#3A3C50
(58,60,80)
#313244
(49,50,68)
#282838
(40,40,56)
#1F1E2C
(31,30,44)
#161420
(22,20,32)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #676E8C

#676E8C
(103,110,140)
#747B96
(116,123,150)
#8188A0
(129,136,160)
#8E95AA
(142,149,170)
#9BA2B4
(155,162,180)
#A8AFBE
(168,175,190)
#B5BCC8
(181,188,200)
#C2C9D2
(194,201,210)
#CFD6DC
(207,214,220)
#DCE3E6
(220,227,230)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E8C color. Also use rgb(103,110,140) instead hex code.

Text Font Color

.myTextColor { color: #676E8C; }

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

This text font color is #676E8C.


Background Color

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

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

This div background color is #676E8C.


Border color

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

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

This div border color is #676E8C.


Opacity

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

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

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

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

This text has shadow with #676E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E8C on black background.


Color preview on white background

This text has color #676E8C on white background.



Black color preview on #676E8C background

This text has black color on #676E8C background.


White color preview on #676E8C background

This text has white color on #676E8C background.