COLOR #676680

HEX: #676680
RGB: (103,102,128)

Renk bilgisi

#676680 contains red, green and blue colors in about the same proportion. #676680 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#676680 color RGB value is (103,102,128).

  • kırmız ton 103;
  • yeşil ton 102;
  • mavi ton 128.
RGB:
(103,102,128)
(40%,40%,50%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 102 of 255 = 40%
B 128 of 255 = 50%

103
102
128

R + G + B ~ 43%. #676680 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 102 + 128 = 333 (100%)
R 103 of 333 ~ 30.93%
G 102 of 333 ~ 30.63%
B 128 of 333 ~ 38.44%

%30.93
%30.63
%38.44

CMYK RENK MODELİ

#676680 rengi CMYK tonu (20,20,0,50).

  • camgöbeği tonu 19.53%
  • eflatun tonu 20.31%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(20,20,0,50)
C20M20Y0K50 
(20%,20%,0%,50%)
(0.20/0.20/0.00/0.50)	

CMYK yüzdeleri

%19.53
%20.31
%0
%49.8

Codes

Color #676680 in popluar color models

676680
RGB103102128
HSL242°11.30%45.10%
HSB/HSV242°20.31%50.20%
CMYK19.53%20.31%0.00%
49.80%

Color #676680 in popluar number systems.

HEX676680
Decimal103102128
Binary1100111110011010000000
Octal147146200

Shades and tints

Shades of #676680

#676680
(103,102,128)
#5E5D75
(94,93,117)
#55546A
(85,84,106)
#4C4B5F
(76,75,95)
#434254
(67,66,84)
#3A3949
(58,57,73)
#31303E
(49,48,62)
#282733
(40,39,51)
#1F1E28
(31,30,40)
#16151D
(22,21,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #676680

#676680
(103,102,128)
#74738B
(116,115,139)
#818096
(129,128,150)
#8E8DA1
(142,141,161)
#9B9AAC
(155,154,172)
#A8A7B7
(168,167,183)
#B5B4C2
(181,180,194)
#C2C1CD
(194,193,205)
#CFCED8
(207,206,216)
#DCDBE3
(220,219,227)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676680 color. Also use rgb(103,102,128) instead hex code.

Text Font Color

.myTextColor { color: #676680; }

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

This text font color is #676680.


Background Color

.myBgColor { background-color: #676680; }

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

This div background color is #676680.


Border color

.myBorderColor { border: 1px solid #676680; }

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

This div border color is #676680.


Opacity

.myOpacity80 { color: #676680; opacity: 0.8; }

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

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

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

This text has shadow with #676680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676680 on black background.


Color preview on white background

This text has color #676680 on white background.



Black color preview on #676680 background

This text has black color on #676680 background.


White color preview on #676680 background

This text has white color on #676680 background.