COLOR #676685

HEX: #676685
RGB: (103,102,133)

Renk bilgisi

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

RGB renk modeli

#676685 color RGB value is (103,102,133).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 102 of 255 = 40%
B 133 of 255 = 52%

103
102
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 102 + 133 = 338 (100%)
R 103 of 338 ~ 30.47%
G 102 of 338 ~ 30.18%
B 133 of 338 ~ 39.35%

%30.47
%30.18
%39.35

CMYK RENK MODELİ

#676685 rengi CMYK tonu (23,23,0,48).

  • camgöbeği tonu 22.56%
  • eflatun tonu 23.31%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(23,23,0,48)
C23M23Y0K48 
(23%,23%,0%,48%)
(0.23/0.23/0.00/0.48)	

CMYK yüzdeleri

%22.56
%23.31
%0
%47.84

Codes

Color #676685 in popluar color models

676685
RGB103102133
HSL242°13.19%46.08%
HSB/HSV242°23.31%52.16%
CMYK22.56%23.31%0.00%
47.84%

Color #676685 in popluar number systems.

HEX676685
Decimal103102133
Binary1100111110011010000101
Octal147146205

Shades and tints

Shades of #676685

#676685
(103,102,133)
#5E5D79
(94,93,121)
#55546D
(85,84,109)
#4C4B61
(76,75,97)
#434255
(67,66,85)
#3A3949
(58,57,73)
#31303D
(49,48,61)
#282731
(40,39,49)
#1F1E25
(31,30,37)
#161519
(22,21,25)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #676685

#676685
(103,102,133)
#747390
(116,115,144)
#81809B
(129,128,155)
#8E8DA6
(142,141,166)
#9B9AB1
(155,154,177)
#A8A7BC
(168,167,188)
#B5B4C7
(181,180,199)
#C2C1D2
(194,193,210)
#CFCEDD
(207,206,221)
#DCDBE8
(220,219,232)
#E9E8F3
(233,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676685; }

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

This text font color is #676685.


Background Color

.myBgColor { background-color: #676685; }

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

This div background color is #676685.


Border color

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

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

This div border color is #676685.


Opacity

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

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

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

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

This text has shadow with #676685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676685 on black background.


Color preview on white background

This text has color #676685 on white background.



Black color preview on #676685 background

This text has black color on #676685 background.


White color preview on #676685 background

This text has white color on #676685 background.