COLOR #68C8BD

HEX: #68C8BD
RGB: (104,200,189)

Color info

#68C8BD contains mainly green and blue colors. Web safe color of #68C8BD is #66CCCC (or #6CC).

RGB color model

#68C8BD color RGB value is (104,200,189).

  • red value is 104;
  • green value is 200;
  • blue value is 189.
RGB:
(104,200,189)
(41%,78%,74%)

RGB channels and saturation

R 104 of 255 = 41%
G 200 of 255 = 78%
B 189 of 255 = 74%

104
200
189

R + G + B ~ 64%. #68C8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 200 + 189 = 493 (100%)
R 104 of 493 ~ 21.1%
G 200 of 493 ~ 40.57%
B 189 of 493 ~ 38.34%

%21.1
%40.57
%38.34

CMYK color model

#68C8BD color CMYK value is (48,0,5,22).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(48,0,5,22)
C48M0Y5K22 
(48%,0%,5%,22%)
(0.48/0.00/0.05/0.22)	

CMYK percentages

%48
%0
%5.5
%21.57

Codes

Color #68C8BD in popluar color models

68C8BD
RGB104200189
HSL173°46.60%59.61%
HSB/HSV173°48.00%78.43%
CMYK48.00%0.00%5.50%
21.57%

Color #68C8BD in popluar number systems.

HEX68C8BD
Decimal104200189
Binary11010001100100010111101
Octal150310275

Shades and tints

Shades of #68C8BD

#68C8BD
(104,200,189)
#5FB6AC
(95,182,172)
#56A49B
(86,164,155)
#4D928A
(77,146,138)
#448079
(68,128,121)
#3B6E68
(59,110,104)
#325C57
(50,92,87)
#294A46
(41,74,70)
#203835
(32,56,53)
#172624
(23,38,36)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #68C8BD

#68C8BD
(104,200,189)
#75CDC3
(117,205,195)
#82D2C9
(130,210,201)
#8FD7CF
(143,215,207)
#9CDCD5
(156,220,213)
#A9E1DB
(169,225,219)
#B6E6E1
(182,230,225)
#C3EBE7
(195,235,231)
#D0F0ED
(208,240,237)
#DDF5F3
(221,245,243)
#EAFAF9
(234,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C8BD color. Also use rgb(104,200,189) instead hex code.

Text Font Color

.myTextColor { color: #68C8BD; }

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

This text font color is #68C8BD.


Background Color

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

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

This div background color is #68C8BD.


Border color

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

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

This div border color is #68C8BD.


Opacity

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

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

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

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

This text has shadow with #68C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C8BD on black background.


Color preview on white background

This text has color #68C8BD on white background.



Black color preview on #68C8BD background

This text has black color on #68C8BD background.


White color preview on #68C8BD background

This text has white color on #68C8BD background.