COLOR #676CAA

HEX: #676CAA
RGB: (103,108,170)

Renk bilgisi

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

RGB renk modeli

#676CAA color RGB value is (103,108,170).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 108 of 255 = 42%
B 170 of 255 = 67%

103
108
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 108 + 170 = 381 (100%)
R 103 of 381 ~ 27.03%
G 108 of 381 ~ 28.35%
B 170 of 381 ~ 44.62%

%27.03
%28.35
%44.62

CMYK RENK MODELİ

#676CAA rengi CMYK tonu (39,36,0,33).

  • camgöbeği tonu 39.41%
  • eflatun tonu 36.47%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(39,36,0,33)
C39M36Y0K33 
(39%,36%,0%,33%)
(0.39/0.36/0.00/0.33)	

CMYK yüzdeleri

%39.41
%36.47
%0
%33.33

Codes

Color #676CAA in popluar color models

676CAA
RGB103108170
HSL236°28.27%53.53%
HSB/HSV236°39.41%66.67%
CMYK39.41%36.47%0.00%
33.33%

Color #676CAA in popluar number systems.

HEX676CAA
Decimal103108170
Binary1100111110110010101010
Octal147154252

Shades and tints

Shades of #676CAA

#676CAA
(103,108,170)
#5E639B
(94,99,155)
#555A8C
(85,90,140)
#4C517D
(76,81,125)
#43486E
(67,72,110)
#3A3F5F
(58,63,95)
#313650
(49,54,80)
#282D41
(40,45,65)
#1F2432
(31,36,50)
#161B23
(22,27,35)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #676CAA

#676CAA
(103,108,170)
#7479B1
(116,121,177)
#8186B8
(129,134,184)
#8E93BF
(142,147,191)
#9BA0C6
(155,160,198)
#A8ADCD
(168,173,205)
#B5BAD4
(181,186,212)
#C2C7DB
(194,199,219)
#CFD4E2
(207,212,226)
#DCE1E9
(220,225,233)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676CAA; }

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

This text font color is #676CAA.


Background Color

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

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

This div background color is #676CAA.


Border color

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

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

This div border color is #676CAA.


Opacity

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

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

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

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

This text has shadow with #676CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676CAA on black background.


Color preview on white background

This text has color #676CAA on white background.



Black color preview on #676CAA background

This text has black color on #676CAA background.


White color preview on #676CAA background

This text has white color on #676CAA background.