COLOR #68B7AB

HEX: #68B7AB
RGB: (104,183,171)

Color info

#68B7AB contains mainly green and blue colors. Web safe color of #68B7AB is #66CC99 (or #6C9).

RGB color model

#68B7AB color RGB value is (104,183,171).

  • red value is 104;
  • green value is 183;
  • blue value is 171.
RGB:
(104,183,171)
(41%,72%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 183 of 255 = 72%
B 171 of 255 = 67%

104
183
171

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

Portions of RGB colors in percentages

R + G + B =
104 + 183 + 171 = 458 (100%)
R 104 of 458 ~ 22.71%
G 183 of 458 ~ 39.96%
B 171 of 458 ~ 37.34%

%22.71
%39.96
%37.34

CMYK color model

#68B7AB color CMYK value is (43,0,7,28).

  • cyan value is 43.17%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%
CMYK:
(43,0,7,28)
C43M0Y7K28 
(43%,0%,7%,28%)
(0.43/0.00/0.07/0.28)	

CMYK percentages

%43.17
%0
%6.56
%28.24

Codes

Color #68B7AB in popluar color models

68B7AB
RGB104183171
HSL171°35.43%56.27%
HSB/HSV171°43.17%71.76%
CMYK43.17%0.00%6.56%
28.24%

Color #68B7AB in popluar number systems.

HEX68B7AB
Decimal104183171
Binary11010001011011110101011
Octal150267253

Shades and tints

Shades of #68B7AB

#68B7AB
(104,183,171)
#5FA79C
(95,167,156)
#56978D
(86,151,141)
#4D877E
(77,135,126)
#44776F
(68,119,111)
#3B6760
(59,103,96)
#325751
(50,87,81)
#294742
(41,71,66)
#203733
(32,55,51)
#172724
(23,39,36)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #68B7AB

#68B7AB
(104,183,171)
#75BDB2
(117,189,178)
#82C3B9
(130,195,185)
#8FC9C0
(143,201,192)
#9CCFC7
(156,207,199)
#A9D5CE
(169,213,206)
#B6DBD5
(182,219,213)
#C3E1DC
(195,225,220)
#D0E7E3
(208,231,227)
#DDEDEA
(221,237,234)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B7AB color. Also use rgb(104,183,171) instead hex code.

Text Font Color

.myTextColor { color: #68B7AB; }

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

This text font color is #68B7AB.


Background Color

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

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

This div background color is #68B7AB.


Border color

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

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

This div border color is #68B7AB.


Opacity

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

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

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

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

This text has shadow with #68B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B7AB on black background.


Color preview on white background

This text has color #68B7AB on white background.



Black color preview on #68B7AB background

This text has black color on #68B7AB background.


White color preview on #68B7AB background

This text has white color on #68B7AB background.