COLOR #677988

HEX: #677988
RGB: (103,121,136)

Renk bilgisi

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

RGB renk modeli

#677988 color RGB value is (103,121,136).

  • kırmız ton 103;
  • yeşil ton 121;
  • mavi ton 136.
RGB:
(103,121,136)
(40%,47%,53%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 121 of 255 = 47%
B 136 of 255 = 53%

103
121
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 121 + 136 = 360 (100%)
R 103 of 360 ~ 28.61%
G 121 of 360 ~ 33.61%
B 136 of 360 ~ 37.78%

%28.61
%33.61
%37.78

CMYK RENK MODELİ

#677988 rengi CMYK tonu (24,11,0,47).

  • camgöbeği tonu 24.26%
  • eflatun tonu 11.03%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(24,11,0,47)
C24M11Y0K47 
(24%,11%,0%,47%)
(0.24/0.11/0.00/0.47)	

CMYK yüzdeleri

%24.26
%11.03
%0
%46.67

Codes

Color #677988 in popluar color models

677988
RGB103121136
HSL207°13.81%46.86%
HSB/HSV207°24.26%53.33%
CMYK24.26%11.03%0.00%
46.67%

Color #677988 in popluar number systems.

HEX677988
Decimal103121136
Binary1100111111100110001000
Octal147171210

Shades and tints

Shades of #677988

#677988
(103,121,136)
#5E6E7C
(94,110,124)
#556370
(85,99,112)
#4C5864
(76,88,100)
#434D58
(67,77,88)
#3A424C
(58,66,76)
#313740
(49,55,64)
#282C34
(40,44,52)
#1F2128
(31,33,40)
#16161C
(22,22,28)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #677988

#677988
(103,121,136)
#748592
(116,133,146)
#81919C
(129,145,156)
#8E9DA6
(142,157,166)
#9BA9B0
(155,169,176)
#A8B5BA
(168,181,186)
#B5C1C4
(181,193,196)
#C2CDCE
(194,205,206)
#CFD9D8
(207,217,216)
#DCE5E2
(220,229,226)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677988 color. Also use rgb(103,121,136) instead hex code.

Text Font Color

.myTextColor { color: #677988; }

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

This text font color is #677988.


Background Color

.myBgColor { background-color: #677988; }

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

This div background color is #677988.


Border color

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

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

This div border color is #677988.


Opacity

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

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

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

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

This text has shadow with #677988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677988 on black background.


Color preview on white background

This text has color #677988 on white background.



Black color preview on #677988 background

This text has black color on #677988 background.


White color preview on #677988 background

This text has white color on #677988 background.