COLOR #676FA2

HEX: #676FA2
RGB: (103,111,162)

Renk bilgisi

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

RGB renk modeli

#676FA2 color RGB value is (103,111,162).

  • kırmız ton 103;
  • yeşil ton 111;
  • mavi ton 162.
RGB:
(103,111,162)
(40%,44%,64%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 111 of 255 = 44%
B 162 of 255 = 64%

103
111
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 111 + 162 = 376 (100%)
R 103 of 376 ~ 27.39%
G 111 of 376 ~ 29.52%
B 162 of 376 ~ 43.09%

%27.39
%29.52
%43.09

CMYK RENK MODELİ

#676FA2 rengi CMYK tonu (36,31,0,36).

  • camgöbeği tonu 36.42%
  • eflatun tonu 31.48%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(36,31,0,36)
C36M31Y0K36 
(36%,31%,0%,36%)
(0.36/0.31/0.00/0.36)	

CMYK yüzdeleri

%36.42
%31.48
%0
%36.47

Codes

Color #676FA2 in popluar color models

676FA2
RGB103111162
HSL232°24.08%51.96%
HSB/HSV232°36.42%63.53%
CMYK36.42%31.48%0.00%
36.47%

Color #676FA2 in popluar number systems.

HEX676FA2
Decimal103111162
Binary1100111110111110100010
Octal147157242

Shades and tints

Shades of #676FA2

#676FA2
(103,111,162)
#5E6594
(94,101,148)
#555B86
(85,91,134)
#4C5178
(76,81,120)
#43476A
(67,71,106)
#3A3D5C
(58,61,92)
#31334E
(49,51,78)
#282940
(40,41,64)
#1F1F32
(31,31,50)
#161524
(22,21,36)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #676FA2

#676FA2
(103,111,162)
#747CAA
(116,124,170)
#8189B2
(129,137,178)
#8E96BA
(142,150,186)
#9BA3C2
(155,163,194)
#A8B0CA
(168,176,202)
#B5BDD2
(181,189,210)
#C2CADA
(194,202,218)
#CFD7E2
(207,215,226)
#DCE4EA
(220,228,234)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676FA2 color. Also use rgb(103,111,162) instead hex code.

Text Font Color

.myTextColor { color: #676FA2; }

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

This text font color is #676FA2.


Background Color

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

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

This div background color is #676FA2.


Border color

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

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

This div border color is #676FA2.


Opacity

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

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

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

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

This text has shadow with #676FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676FA2 on black background.


Color preview on white background

This text has color #676FA2 on white background.



Black color preview on #676FA2 background

This text has black color on #676FA2 background.


White color preview on #676FA2 background

This text has white color on #676FA2 background.