COLOR #68A09E

HEX: #68A09E
RGB: (104,160,158)

Color info

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

RGB color model

#68A09E color RGB value is (104,160,158).

  • red value is 104;
  • green value is 160;
  • blue value is 158.
RGB:
(104,160,158)
(41%,63%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 158 of 255 = 62%

104
160
158

R + G + B ~ 55%. #68A09E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 158 = 422 (100%)
R 104 of 422 ~ 24.64%
G 160 of 422 ~ 37.91%
B 158 of 422 ~ 37.44%

%24.64
%37.91
%37.44

CMYK color model

#68A09E color CMYK value is (35,0,1,37).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(35,0,1,37)
C35M0Y1K37 
(35%,0%,1%,37%)
(0.35/0.00/0.01/0.37)	

CMYK percentages

%35
%0
%1.25
%37.25

Codes

Color #68A09E in popluar color models

68A09E
RGB104160158
HSL178°22.76%51.76%
HSB/HSV178°35.00%62.75%
CMYK35.00%0.00%1.25%
37.25%

Color #68A09E in popluar number systems.

HEX68A09E
Decimal104160158
Binary11010001010000010011110
Octal150240236

Shades and tints

Shades of #68A09E

#68A09E
(104,160,158)
#5F9290
(95,146,144)
#568482
(86,132,130)
#4D7674
(77,118,116)
#446866
(68,104,102)
#3B5A58
(59,90,88)
#324C4A
(50,76,74)
#293E3C
(41,62,60)
#20302E
(32,48,46)
#172220
(23,34,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #68A09E

#68A09E
(104,160,158)
#75A8A6
(117,168,166)
#82B0AE
(130,176,174)
#8FB8B6
(143,184,182)
#9CC0BE
(156,192,190)
#A9C8C6
(169,200,198)
#B6D0CE
(182,208,206)
#C3D8D6
(195,216,214)
#D0E0DE
(208,224,222)
#DDE8E6
(221,232,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A09E color. Also use rgb(104,160,158) instead hex code.

Text Font Color

.myTextColor { color: #68A09E; }

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

This text font color is #68A09E.


Background Color

.myBgColor { background-color: #68A09E; }

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

This div background color is #68A09E.


Border color

.myBorderColor { border: 1px solid #68A09E; }

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

This div border color is #68A09E.


Opacity

.myOpacity80 { color: #68A09E; opacity: 0.8; }

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

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

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

This text has shadow with #68A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A09E on black background.


Color preview on white background

This text has color #68A09E on white background.



Black color preview on #68A09E background

This text has black color on #68A09E background.


White color preview on #68A09E background

This text has white color on #68A09E background.