COLOR #677D98

HEX: #677D98
RGB: (103,125,152)

Renk bilgisi

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

RGB renk modeli

#677D98 color RGB value is (103,125,152).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 125 of 255 = 49%
B 152 of 255 = 60%

103
125
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 125 + 152 = 380 (100%)
R 103 of 380 ~ 27.11%
G 125 of 380 ~ 32.89%
B 152 of 380 ~ 40%

%27.11
%32.89
%40

CMYK RENK MODELİ

#677D98 rengi CMYK tonu (32,18,0,40).

  • camgöbeği tonu 32.24%
  • eflatun tonu 17.76%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(32,18,0,40)
C32M18Y0K40 
(32%,18%,0%,40%)
(0.32/0.18/0.00/0.40)	

CMYK yüzdeleri

%32.24
%17.76
%0
%40.39

Codes

Color #677D98 in popluar color models

677D98
RGB103125152
HSL213°19.22%50.00%
HSB/HSV213°32.24%59.61%
CMYK32.24%17.76%0.00%
40.39%

Color #677D98 in popluar number systems.

HEX677D98
Decimal103125152
Binary1100111111110110011000
Octal147175230

Shades and tints

Shades of #677D98

#677D98
(103,125,152)
#5E728B
(94,114,139)
#55677E
(85,103,126)
#4C5C71
(76,92,113)
#435164
(67,81,100)
#3A4657
(58,70,87)
#313B4A
(49,59,74)
#28303D
(40,48,61)
#1F2530
(31,37,48)
#161A23
(22,26,35)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #677D98

#677D98
(103,125,152)
#7488A1
(116,136,161)
#8193AA
(129,147,170)
#8E9EB3
(142,158,179)
#9BA9BC
(155,169,188)
#A8B4C5
(168,180,197)
#B5BFCE
(181,191,206)
#C2CAD7
(194,202,215)
#CFD5E0
(207,213,224)
#DCE0E9
(220,224,233)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677D98 color. Also use rgb(103,125,152) instead hex code.

Text Font Color

.myTextColor { color: #677D98; }

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

This text font color is #677D98.


Background Color

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

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

This div background color is #677D98.


Border color

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

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

This div border color is #677D98.


Opacity

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

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

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

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

This text has shadow with #677D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677D98 on black background.


Color preview on white background

This text has color #677D98 on white background.



Black color preview on #677D98 background

This text has black color on #677D98 background.


White color preview on #677D98 background

This text has white color on #677D98 background.