COLOR #677F95

HEX: #677F95
RGB: (103,127,149)

Renk bilgisi

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

RGB renk modeli

#677F95 color RGB value is (103,127,149).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 149 of 255 = 58%

103
127
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 149 = 379 (100%)
R 103 of 379 ~ 27.18%
G 127 of 379 ~ 33.51%
B 149 of 379 ~ 39.31%

%27.18
%33.51
%39.31

CMYK RENK MODELİ

#677F95 rengi CMYK tonu (31,15,0,42).

  • camgöbeği tonu 30.87%
  • eflatun tonu 14.77%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(31,15,0,42)
C31M15Y0K42 
(31%,15%,0%,42%)
(0.31/0.15/0.00/0.42)	

CMYK yüzdeleri

%30.87
%14.77
%0
%41.57

Codes

Color #677F95 in popluar color models

677F95
RGB103127149
HSL209°18.25%49.41%
HSB/HSV209°30.87%58.43%
CMYK30.87%14.77%0.00%
41.57%

Color #677F95 in popluar number systems.

HEX677F95
Decimal103127149
Binary1100111111111110010101
Octal147177225

Shades and tints

Shades of #677F95

#677F95
(103,127,149)
#5E7488
(94,116,136)
#55697B
(85,105,123)
#4C5E6E
(76,94,110)
#435361
(67,83,97)
#3A4854
(58,72,84)
#313D47
(49,61,71)
#28323A
(40,50,58)
#1F272D
(31,39,45)
#161C20
(22,28,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #677F95

#677F95
(103,127,149)
#748A9E
(116,138,158)
#8195A7
(129,149,167)
#8EA0B0
(142,160,176)
#9BABB9
(155,171,185)
#A8B6C2
(168,182,194)
#B5C1CB
(181,193,203)
#C2CCD4
(194,204,212)
#CFD7DD
(207,215,221)
#DCE2E6
(220,226,230)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677F95; }

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

This text font color is #677F95.


Background Color

.myBgColor { background-color: #677F95; }

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

This div background color is #677F95.


Border color

.myBorderColor { border: 1px solid #677F95; }

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

This div border color is #677F95.


Opacity

.myOpacity80 { color: #677F95; opacity: 0.8; }

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

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

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

This text has shadow with #677F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F95 on black background.


Color preview on white background

This text has color #677F95 on white background.



Black color preview on #677F95 background

This text has black color on #677F95 background.


White color preview on #677F95 background

This text has white color on #677F95 background.