COLOR #676DAD

HEX: #676DAD
RGB: (103,109,173)

Renk bilgisi

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

RGB renk modeli

#676DAD color RGB value is (103,109,173).

  • kırmız ton 103;
  • yeşil ton 109;
  • mavi ton 173.
RGB:
(103,109,173)
(40%,43%,68%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 173 of 255 = 68%

103
109
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 173 = 385 (100%)
R 103 of 385 ~ 26.75%
G 109 of 385 ~ 28.31%
B 173 of 385 ~ 44.94%

%26.75
%28.31
%44.94

CMYK RENK MODELİ

#676DAD rengi CMYK tonu (40,37,0,32).

  • camgöbeği tonu 40.46%
  • eflatun tonu 36.99%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(40,37,0,32)
C40M37Y0K32 
(40%,37%,0%,32%)
(0.40/0.37/0.00/0.32)	

CMYK yüzdeleri

%40.46
%36.99
%0
%32.16

Codes

Color #676DAD in popluar color models

676DAD
RGB103109173
HSL235°29.91%54.12%
HSB/HSV235°40.46%67.84%
CMYK40.46%36.99%0.00%
32.16%

Color #676DAD in popluar number systems.

HEX676DAD
Decimal103109173
Binary1100111110110110101101
Octal147155255

Shades and tints

Shades of #676DAD

#676DAD
(103,109,173)
#5E649E
(94,100,158)
#555B8F
(85,91,143)
#4C5280
(76,82,128)
#434971
(67,73,113)
#3A4062
(58,64,98)
#313753
(49,55,83)
#282E44
(40,46,68)
#1F2535
(31,37,53)
#161C26
(22,28,38)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #676DAD

#676DAD
(103,109,173)
#747AB4
(116,122,180)
#8187BB
(129,135,187)
#8E94C2
(142,148,194)
#9BA1C9
(155,161,201)
#A8AED0
(168,174,208)
#B5BBD7
(181,187,215)
#C2C8DE
(194,200,222)
#CFD5E5
(207,213,229)
#DCE2EC
(220,226,236)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676DAD color. Also use rgb(103,109,173) instead hex code.

Text Font Color

.myTextColor { color: #676DAD; }

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

This text font color is #676DAD.


Background Color

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

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

This div background color is #676DAD.


Border color

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

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

This div border color is #676DAD.


Opacity

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

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

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

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

This text has shadow with #676DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676DAD on black background.


Color preview on white background

This text has color #676DAD on white background.



Black color preview on #676DAD background

This text has black color on #676DAD background.


White color preview on #676DAD background

This text has white color on #676DAD background.