COLOR #68B0A7

HEX: #68B0A7
RGB: (104,176,167)

Color info

#68B0A7 contains mainly green and blue colors. Web safe color of #68B0A7 is #669999 (or #699).

RGB color model

#68B0A7 color RGB value is (104,176,167).

  • red value is 104;
  • green value is 176;
  • blue value is 167.
RGB:
(104,176,167)
(41%,69%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 176 of 255 = 69%
B 167 of 255 = 65%

104
176
167

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

Portions of RGB colors in percentages

R + G + B =
104 + 176 + 167 = 447 (100%)
R 104 of 447 ~ 23.27%
G 176 of 447 ~ 39.37%
B 167 of 447 ~ 37.36%

%23.27
%39.37
%37.36

CMYK color model

#68B0A7 color CMYK value is (41,0,5,31).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(41,0,5,31)
C41M0Y5K31 
(41%,0%,5%,31%)
(0.41/0.00/0.05/0.31)	

CMYK percentages

%40.91
%0
%5.11
%30.98

Codes

Color #68B0A7 in popluar color models

68B0A7
RGB104176167
HSL173°31.30%54.90%
HSB/HSV173°40.91%69.02%
CMYK40.91%0.00%5.11%
30.98%

Color #68B0A7 in popluar number systems.

HEX68B0A7
Decimal104176167
Binary11010001011000010100111
Octal150260247

Shades and tints

Shades of #68B0A7

#68B0A7
(104,176,167)
#5FA098
(95,160,152)
#569089
(86,144,137)
#4D807A
(77,128,122)
#44706B
(68,112,107)
#3B605C
(59,96,92)
#32504D
(50,80,77)
#29403E
(41,64,62)
#20302F
(32,48,47)
#172020
(23,32,32)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #68B0A7

#68B0A7
(104,176,167)
#75B7AF
(117,183,175)
#82BEB7
(130,190,183)
#8FC5BF
(143,197,191)
#9CCCC7
(156,204,199)
#A9D3CF
(169,211,207)
#B6DAD7
(182,218,215)
#C3E1DF
(195,225,223)
#D0E8E7
(208,232,231)
#DDEFEF
(221,239,239)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B0A7 color. Also use rgb(104,176,167) instead hex code.

Text Font Color

.myTextColor { color: #68B0A7; }

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

This text font color is #68B0A7.


Background Color

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

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

This div background color is #68B0A7.


Border color

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

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

This div border color is #68B0A7.


Opacity

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

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

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

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

This text has shadow with #68B0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B0A7 on black background.


Color preview on white background

This text has color #68B0A7 on white background.



Black color preview on #68B0A7 background

This text has black color on #68B0A7 background.


White color preview on #68B0A7 background

This text has white color on #68B0A7 background.