COLOR #679898

HEX: #679898
RGB: (103,152,152)

Color info

#679898 contains red, green and blue colors in about the same proportion. Web safe color of #679898 is #669999 (or #699).

RGB color model

#679898 color RGB value is (103,152,152).

  • red value is 103;
  • green value is 152;
  • blue value is 152.
RGB:
(103,152,152)
(40%,60%,60%)

RGB channels and saturation

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

103
152
152

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

Portions of RGB colors in percentages

R + G + B =
103 + 152 + 152 = 407 (100%)
R 103 of 407 ~ 25.31%
G 152 of 407 ~ 37.35%
B 152 of 407 ~ 37.35%

%25.31
%37.35
%37.35

CMYK color model

#679898 color CMYK value is (32,0,0,40).

  • cyan value is 32.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(32,0,0,40)
C32M0Y0K40 
(32%,0%,0%,40%)
(0.32/0.00/0.00/0.40)	

CMYK percentages

%32.24
%0
%0
%40.39

Codes

Color #679898 in popluar color models

679898
RGB103152152
HSL180°19.22%50.00%
HSB/HSV180°32.24%59.61%
CMYK32.24%0.00%0.00%
40.39%

Color #679898 in popluar number systems.

HEX679898
Decimal103152152
Binary11001111001100010011000
Octal147230230

Shades and tints

Shades of #679898

#679898
(103,152,152)
#5E8B8B
(94,139,139)
#557E7E
(85,126,126)
#4C7171
(76,113,113)
#436464
(67,100,100)
#3A5757
(58,87,87)
#314A4A
(49,74,74)
#283D3D
(40,61,61)
#1F3030
(31,48,48)
#162323
(22,35,35)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #679898

#679898
(103,152,152)
#74A1A1
(116,161,161)
#81AAAA
(129,170,170)
#8EB3B3
(142,179,179)
#9BBCBC
(155,188,188)
#A8C5C5
(168,197,197)
#B5CECE
(181,206,206)
#C2D7D7
(194,215,215)
#CFE0E0
(207,224,224)
#DCE9E9
(220,233,233)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679898; }

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

This text font color is #679898.


Background Color

.myBgColor { background-color: #679898; }

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

This div background color is #679898.


Border color

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

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

This div border color is #679898.


Opacity

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

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

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

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

This text has shadow with #679898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679898 on black background.


Color preview on white background

This text has color #679898 on white background.



Black color preview on #679898 background

This text has black color on #679898 background.


White color preview on #679898 background

This text has white color on #679898 background.