COLOR #679A98

HEX: #679A98
RGB: (103,154,152)

Color info

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

RGB color model

#679A98 color RGB value is (103,154,152).

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

RGB channels and saturation

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

103
154
152

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

Portions of RGB colors in percentages

R + G + B =
103 + 154 + 152 = 409 (100%)
R 103 of 409 ~ 25.18%
G 154 of 409 ~ 37.65%
B 152 of 409 ~ 37.16%

%25.18
%37.65
%37.16

CMYK color model

#679A98 color CMYK value is (33,0,1,40).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 39.61%
CMYK:
(33,0,1,40)
C33M0Y1K40 
(33%,0%,1%,40%)
(0.33/0.00/0.01/0.40)	

CMYK percentages

%33.12
%0
%1.3
%39.61

Codes

Color #679A98 in popluar color models

679A98
RGB103154152
HSL178°20.16%50.39%
HSB/HSV178°33.12%60.39%
CMYK33.12%0.00%1.30%
39.61%

Color #679A98 in popluar number systems.

HEX679A98
Decimal103154152
Binary11001111001101010011000
Octal147232230

Shades and tints

Shades of #679A98

#679A98
(103,154,152)
#5E8C8B
(94,140,139)
#557E7E
(85,126,126)
#4C7071
(76,112,113)
#436264
(67,98,100)
#3A5457
(58,84,87)
#31464A
(49,70,74)
#28383D
(40,56,61)
#1F2A30
(31,42,48)
#161C23
(22,28,35)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #679A98

#679A98
(103,154,152)
#74A3A1
(116,163,161)
#81ACAA
(129,172,170)
#8EB5B3
(142,181,179)
#9BBEBC
(155,190,188)
#A8C7C5
(168,199,197)
#B5D0CE
(181,208,206)
#C2D9D7
(194,217,215)
#CFE2E0
(207,226,224)
#DCEBE9
(220,235,233)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679A98; }

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

This text font color is #679A98.


Background Color

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

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

This div background color is #679A98.


Border color

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

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

This div border color is #679A98.


Opacity

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

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

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

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

This text has shadow with #679A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679A98 on black background.


Color preview on white background

This text has color #679A98 on white background.



Black color preview on #679A98 background

This text has black color on #679A98 background.


White color preview on #679A98 background

This text has white color on #679A98 background.