COLOR #676B98

HEX: #676B98
RGB: (103,107,152)

Renk bilgisi

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

RGB renk modeli

#676B98 color RGB value is (103,107,152).

  • kırmız ton 103;
  • yeşil ton 107;
  • mavi ton 152.
RGB:
(103,107,152)
(40%,42%,60%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 107 of 255 = 42%
B 152 of 255 = 60%

103
107
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 152 = 362 (100%)
R 103 of 362 ~ 28.45%
G 107 of 362 ~ 29.56%
B 152 of 362 ~ 41.99%

%28.45
%29.56
%41.99

CMYK RENK MODELİ

#676B98 rengi CMYK tonu (32,30,0,40).

  • camgöbeği tonu 32.24%
  • eflatun tonu 29.61%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(32,30,0,40)
C32M30Y0K40 
(32%,30%,0%,40%)
(0.32/0.30/0.00/0.40)	

CMYK yüzdeleri

%32.24
%29.61
%0
%40.39

Codes

Color #676B98 in popluar color models

676B98
RGB103107152
HSL235°19.22%50.00%
HSB/HSV235°32.24%59.61%
CMYK32.24%29.61%0.00%
40.39%

Color #676B98 in popluar number systems.

HEX676B98
Decimal103107152
Binary1100111110101110011000
Octal147153230

Shades and tints

Shades of #676B98

#676B98
(103,107,152)
#5E628B
(94,98,139)
#55597E
(85,89,126)
#4C5071
(76,80,113)
#434764
(67,71,100)
#3A3E57
(58,62,87)
#31354A
(49,53,74)
#282C3D
(40,44,61)
#1F2330
(31,35,48)
#161A23
(22,26,35)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #676B98

#676B98
(103,107,152)
#7478A1
(116,120,161)
#8185AA
(129,133,170)
#8E92B3
(142,146,179)
#9B9FBC
(155,159,188)
#A8ACC5
(168,172,197)
#B5B9CE
(181,185,206)
#C2C6D7
(194,198,215)
#CFD3E0
(207,211,224)
#DCE0E9
(220,224,233)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B98 color. Also use rgb(103,107,152) instead hex code.

Text Font Color

.myTextColor { color: #676B98; }

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

This text font color is #676B98.


Background Color

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

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

This div background color is #676B98.


Border color

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

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

This div border color is #676B98.


Opacity

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

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

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

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

This text has shadow with #676B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B98 on black background.


Color preview on white background

This text has color #676B98 on white background.



Black color preview on #676B98 background

This text has black color on #676B98 background.


White color preview on #676B98 background

This text has white color on #676B98 background.