COLOR #676AA7

HEX: #676AA7
RGB: (103,106,167)

Renk bilgisi

#676AA7 contains mainly blue color. #676AA7 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#676AA7 color RGB value is (103,106,167).

  • kırmız ton 103;
  • yeşil ton 106;
  • mavi ton 167.
RGB:
(103,106,167)
(40%,42%,65%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 106 of 255 = 42%
B 167 of 255 = 65%

103
106
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 106 + 167 = 376 (100%)
R 103 of 376 ~ 27.39%
G 106 of 376 ~ 28.19%
B 167 of 376 ~ 44.41%

%27.39
%28.19
%44.41

CMYK RENK MODELİ

#676AA7 rengi CMYK tonu (38,37,0,35).

  • camgöbeği tonu 38.32%
  • eflatun tonu 36.53%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(38,37,0,35)
C38M37Y0K35 
(38%,37%,0%,35%)
(0.38/0.37/0.00/0.35)	

CMYK yüzdeleri

%38.32
%36.53
%0
%34.51

Codes

Color #676AA7 in popluar color models

676AA7
RGB103106167
HSL237°26.67%52.94%
HSB/HSV237°38.32%65.49%
CMYK38.32%36.53%0.00%
34.51%

Color #676AA7 in popluar number systems.

HEX676AA7
Decimal103106167
Binary1100111110101010100111
Octal147152247

Shades and tints

Shades of #676AA7

#676AA7
(103,106,167)
#5E6198
(94,97,152)
#555889
(85,88,137)
#4C4F7A
(76,79,122)
#43466B
(67,70,107)
#3A3D5C
(58,61,92)
#31344D
(49,52,77)
#282B3E
(40,43,62)
#1F222F
(31,34,47)
#161920
(22,25,32)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #676AA7

#676AA7
(103,106,167)
#7477AF
(116,119,175)
#8184B7
(129,132,183)
#8E91BF
(142,145,191)
#9B9EC7
(155,158,199)
#A8ABCF
(168,171,207)
#B5B8D7
(181,184,215)
#C2C5DF
(194,197,223)
#CFD2E7
(207,210,231)
#DCDFEF
(220,223,239)
#E9ECF7
(233,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676AA7 color. Also use rgb(103,106,167) instead hex code.

Text Font Color

.myTextColor { color: #676AA7; }

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

This text font color is #676AA7.


Background Color

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

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

This div background color is #676AA7.


Border color

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

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

This div border color is #676AA7.


Opacity

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

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

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

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

This text has shadow with #676AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676AA7 on black background.


Color preview on white background

This text has color #676AA7 on white background.



Black color preview on #676AA7 background

This text has black color on #676AA7 background.


White color preview on #676AA7 background

This text has white color on #676AA7 background.