COLOR #68928B

HEX: #68928B
RGB: (104,146,139)

Color info

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

RGB color model

#68928B color RGB value is (104,146,139).

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

RGB channels and saturation

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

104
146
139

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 139 = 389 (100%)
R 104 of 389 ~ 26.74%
G 146 of 389 ~ 37.53%
B 139 of 389 ~ 35.73%

%26.74
%37.53
%35.73

CMYK color model

#68928B color CMYK value is (29,0,5,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK:
(29,0,5,43)
C29M0Y5K43 
(29%,0%,5%,43%)
(0.29/0.00/0.05/0.43)	

CMYK percentages

%28.77
%0
%4.79
%42.75

Codes

Color #68928B in popluar color models

68928B
RGB104146139
HSL170°16.80%49.02%
HSB/HSV170°28.77%57.25%
CMYK28.77%0.00%4.79%
42.75%

Color #68928B in popluar number systems.

HEX68928B
Decimal104146139
Binary11010001001001010001011
Octal150222213

Shades and tints

Shades of #68928B

#68928B
(104,146,139)
#5F857F
(95,133,127)
#567873
(86,120,115)
#4D6B67
(77,107,103)
#445E5B
(68,94,91)
#3B514F
(59,81,79)
#324443
(50,68,67)
#293737
(41,55,55)
#202A2B
(32,42,43)
#171D1F
(23,29,31)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #68928B

#68928B
(104,146,139)
#759B95
(117,155,149)
#82A49F
(130,164,159)
#8FADA9
(143,173,169)
#9CB6B3
(156,182,179)
#A9BFBD
(169,191,189)
#B6C8C7
(182,200,199)
#C3D1D1
(195,209,209)
#D0DADB
(208,218,219)
#DDE3E5
(221,227,229)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68928B; }

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

This text font color is #68928B.


Background Color

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

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

This div background color is #68928B.


Border color

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

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

This div border color is #68928B.


Opacity

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

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

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

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

This text has shadow with #68928B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68928B on black background.


Color preview on white background

This text has color #68928B on white background.



Black color preview on #68928B background

This text has black color on #68928B background.


White color preview on #68928B background

This text has white color on #68928B background.