COLOR #68979D

HEX: #68979D
RGB: (104,151,157)

Color info

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

RGB color model

#68979D color RGB value is (104,151,157).

  • red value is 104;
  • green value is 151;
  • blue value is 157.
RGB:
(104,151,157)
(41%,59%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 157 of 255 = 62%

104
151
157

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

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 157 = 412 (100%)
R 104 of 412 ~ 25.24%
G 151 of 412 ~ 36.65%
B 157 of 412 ~ 38.11%

%25.24
%36.65
%38.11

CMYK color model

#68979D color CMYK value is (34,4,0,38).

  • cyan value is 33.76%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(34,4,0,38)
C34M4Y0K38 
(34%,4%,0%,38%)
(0.34/0.04/0.00/0.38)	

CMYK percentages

%33.76
%3.82
%0
%38.43

Codes

Color #68979D in popluar color models

68979D
RGB104151157
HSL187°21.29%51.18%
HSB/HSV187°33.76%61.57%
CMYK33.76%3.82%0.00%
38.43%

Color #68979D in popluar number systems.

HEX68979D
Decimal104151157
Binary11010001001011110011101
Octal150227235

Shades and tints

Shades of #68979D

#68979D
(104,151,157)
#5F8A8F
(95,138,143)
#567D81
(86,125,129)
#4D7073
(77,112,115)
#446365
(68,99,101)
#3B5657
(59,86,87)
#324949
(50,73,73)
#293C3B
(41,60,59)
#202F2D
(32,47,45)
#17221F
(23,34,31)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #68979D

#68979D
(104,151,157)
#75A0A5
(117,160,165)
#82A9AD
(130,169,173)
#8FB2B5
(143,178,181)
#9CBBBD
(156,187,189)
#A9C4C5
(169,196,197)
#B6CDCD
(182,205,205)
#C3D6D5
(195,214,213)
#D0DFDD
(208,223,221)
#DDE8E5
(221,232,229)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68979D color. Also use rgb(104,151,157) instead hex code.

Text Font Color

.myTextColor { color: #68979D; }

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

This text font color is #68979D.


Background Color

.myBgColor { background-color: #68979D; }

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

This div background color is #68979D.


Border color

.myBorderColor { border: 1px solid #68979D; }

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

This div border color is #68979D.


Opacity

.myOpacity80 { color: #68979D; opacity: 0.8; }

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

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

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

This text has shadow with #68979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68979D on black background.


Color preview on white background

This text has color #68979D on white background.



Black color preview on #68979D background

This text has black color on #68979D background.


White color preview on #68979D background

This text has white color on #68979D background.