COLOR #676995

HEX: #676995
RGB: (103,105,149)

Renk bilgisi

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

RGB renk modeli

#676995 color RGB value is (103,105,149).

  • kırmız ton 103;
  • yeşil ton 105;
  • mavi ton 149.
RGB:
(103,105,149)
(40%,41%,58%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 105 of 255 = 41%
B 149 of 255 = 58%

103
105
149

R + G + B ~ 46%. #676995 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 105 + 149 = 357 (100%)
R 103 of 357 ~ 28.85%
G 105 of 357 ~ 29.41%
B 149 of 357 ~ 41.74%

%28.85
%29.41
%41.74

CMYK RENK MODELİ

#676995 rengi CMYK tonu (31,30,0,42).

  • camgöbeği tonu 30.87%
  • eflatun tonu 29.53%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(31,30,0,42)
C31M30Y0K42 
(31%,30%,0%,42%)
(0.31/0.30/0.00/0.42)	

CMYK yüzdeleri

%30.87
%29.53
%0
%41.57

Codes

Color #676995 in popluar color models

676995
RGB103105149
HSL237°18.25%49.41%
HSB/HSV237°30.87%58.43%
CMYK30.87%29.53%0.00%
41.57%

Color #676995 in popluar number systems.

HEX676995
Decimal103105149
Binary1100111110100110010101
Octal147151225

Shades and tints

Shades of #676995

#676995
(103,105,149)
#5E6088
(94,96,136)
#55577B
(85,87,123)
#4C4E6E
(76,78,110)
#434561
(67,69,97)
#3A3C54
(58,60,84)
#313347
(49,51,71)
#282A3A
(40,42,58)
#1F212D
(31,33,45)
#161820
(22,24,32)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #676995

#676995
(103,105,149)
#74769E
(116,118,158)
#8183A7
(129,131,167)
#8E90B0
(142,144,176)
#9B9DB9
(155,157,185)
#A8AAC2
(168,170,194)
#B5B7CB
(181,183,203)
#C2C4D4
(194,196,212)
#CFD1DD
(207,209,221)
#DCDEE6
(220,222,230)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676995 color. Also use rgb(103,105,149) instead hex code.

Text Font Color

.myTextColor { color: #676995; }

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

This text font color is #676995.


Background Color

.myBgColor { background-color: #676995; }

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

This div background color is #676995.


Border color

.myBorderColor { border: 1px solid #676995; }

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

This div border color is #676995.


Opacity

.myOpacity80 { color: #676995; opacity: 0.8; }

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

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

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

This text has shadow with #676995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676995 on black background.


Color preview on white background

This text has color #676995 on white background.



Black color preview on #676995 background

This text has black color on #676995 background.


White color preview on #676995 background

This text has white color on #676995 background.