COLOR #68928D

HEX: #68928D
RGB: (104,146,141)

Color info

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

RGB color model

#68928D color RGB value is (104,146,141).

  • red value is 104;
  • green value is 146;
  • blue value is 141.
RGB:
(104,146,141)
(41%,57%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 141 of 255 = 55%

104
146
141

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 141 = 391 (100%)
R 104 of 391 ~ 26.6%
G 146 of 391 ~ 37.34%
B 141 of 391 ~ 36.06%

%26.6
%37.34
%36.06

CMYK color model

#68928D color CMYK value is (29,0,3,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(29,0,3,43)
C29M0Y3K43 
(29%,0%,3%,43%)
(0.29/0.00/0.03/0.43)	

CMYK percentages

%28.77
%0
%3.42
%42.75

Codes

Color #68928D in popluar color models

68928D
RGB104146141
HSL173°16.80%49.02%
HSB/HSV173°28.77%57.25%
CMYK28.77%0.00%3.42%
42.75%

Color #68928D in popluar number systems.

HEX68928D
Decimal104146141
Binary11010001001001010001101
Octal150222215

Shades and tints

Shades of #68928D

#68928D
(104,146,141)
#5F8581
(95,133,129)
#567875
(86,120,117)
#4D6B69
(77,107,105)
#445E5D
(68,94,93)
#3B5151
(59,81,81)
#324445
(50,68,69)
#293739
(41,55,57)
#202A2D
(32,42,45)
#171D21
(23,29,33)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #68928D

#68928D
(104,146,141)
#759B97
(117,155,151)
#82A4A1
(130,164,161)
#8FADAB
(143,173,171)
#9CB6B5
(156,182,181)
#A9BFBF
(169,191,191)
#B6C8C9
(182,200,201)
#C3D1D3
(195,209,211)
#D0DADD
(208,218,221)
#DDE3E7
(221,227,231)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68928D color. Also use rgb(104,146,141) instead hex code.

Text Font Color

.myTextColor { color: #68928D; }

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

This text font color is #68928D.


Background Color

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

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

This div background color is #68928D.


Border color

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

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

This div border color is #68928D.


Opacity

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

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

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

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

This text has shadow with #68928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68928D on black background.


Color preview on white background

This text has color #68928D on white background.



Black color preview on #68928D background

This text has black color on #68928D background.


White color preview on #68928D background

This text has white color on #68928D background.