COLOR #679C99

HEX: #679C99
RGB: (103,156,153)

Renk bilgisi

#679C99 contains red, green and blue colors in about the same proportion. #679C99 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#679C99 color RGB value is (103,156,153).

  • kırmız ton 103;
  • yeşil ton 156;
  • mavi ton 153.
RGB:
(103,156,153)
(40%,61%,60%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 156 of 255 = 61%
B 153 of 255 = 60%

103
156
153

R + G + B ~ 54%. #679C99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 156 + 153 = 412 (100%)
R 103 of 412 ~ 25%
G 156 of 412 ~ 37.86%
B 153 of 412 ~ 37.14%

%25
%37.86
%37.14

CMYK RENK MODELİ

#679C99 rengi CMYK tonu (34,0,2,39).

  • camgöbeği tonu 33.97%
  • eflatun tonu 0.00%
  • sarı tonu 1.92%
  • ana renk tonu 38.82%
CMYK:
(34,0,2,39)
C34M0Y2K39 
(34%,0%,2%,39%)
(0.34/0.00/0.02/0.39)	

CMYK yüzdeleri

%33.97
%0
%1.92
%38.82

Codes

Color #679C99 in popluar color models

679C99
RGB103156153
HSL177°21.12%50.78%
HSB/HSV177°33.97%61.18%
CMYK33.97%0.00%1.92%
38.82%

Color #679C99 in popluar number systems.

HEX679C99
Decimal103156153
Binary11001111001110010011001
Octal147234231

Shades and tints

Shades of #679C99

#679C99
(103,156,153)
#5E8E8C
(94,142,140)
#55807F
(85,128,127)
#4C7272
(76,114,114)
#436465
(67,100,101)
#3A5658
(58,86,88)
#31484B
(49,72,75)
#283A3E
(40,58,62)
#1F2C31
(31,44,49)
#161E24
(22,30,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #679C99

#679C99
(103,156,153)
#74A5A2
(116,165,162)
#81AEAB
(129,174,171)
#8EB7B4
(142,183,180)
#9BC0BD
(155,192,189)
#A8C9C6
(168,201,198)
#B5D2CF
(181,210,207)
#C2DBD8
(194,219,216)
#CFE4E1
(207,228,225)
#DCEDEA
(220,237,234)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679C99 color. Also use rgb(103,156,153) instead hex code.

Text Font Color

.myTextColor { color: #679C99; }

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

This text font color is #679C99.


Background Color

.myBgColor { background-color: #679C99; }

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

This div background color is #679C99.


Border color

.myBorderColor { border: 1px solid #679C99; }

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

This div border color is #679C99.


Opacity

.myOpacity80 { color: #679C99; opacity: 0.8; }

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

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

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

This text has shadow with #679C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679C99 on black background.


Color preview on white background

This text has color #679C99 on white background.



Black color preview on #679C99 background

This text has black color on #679C99 background.


White color preview on #679C99 background

This text has white color on #679C99 background.