COLOR #68DBC6

HEX: #68DBC6
RGB: (104,219,198)

Color info

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

RGB color model

#68DBC6 color RGB value is (104,219,198).

  • red value is 104;
  • green value is 219;
  • blue value is 198.
RGB:
(104,219,198)
(41%,86%,78%)

RGB channels and saturation

R 104 of 255 = 41%
G 219 of 255 = 86%
B 198 of 255 = 78%

104
219
198

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

Portions of RGB colors in percentages

R + G + B =
104 + 219 + 198 = 521 (100%)
R 104 of 521 ~ 19.96%
G 219 of 521 ~ 42.03%
B 198 of 521 ~ 38%

%19.96
%42.03
%38

CMYK color model

#68DBC6 color CMYK value is (53,0,10,14).

  • cyan value is 52.51%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK:
(53,0,10,14)
C53M0Y10K14 
(53%,0%,10%,14%)
(0.53/0.00/0.10/0.14)	

CMYK percentages

%52.51
%0
%9.59
%14.12

Codes

Color #68DBC6 in popluar color models

68DBC6
RGB104219198
HSL169°61.50%63.33%
HSB/HSV169°52.51%85.88%
CMYK52.51%0.00%9.59%
14.12%

Color #68DBC6 in popluar number systems.

HEX68DBC6
Decimal104219198
Binary11010001101101111000110
Octal150333306

Shades and tints

Shades of #68DBC6

#68DBC6
(104,219,198)
#5FC8B4
(95,200,180)
#56B5A2
(86,181,162)
#4DA290
(77,162,144)
#448F7E
(68,143,126)
#3B7C6C
(59,124,108)
#32695A
(50,105,90)
#295648
(41,86,72)
#204336
(32,67,54)
#173024
(23,48,36)
#0E1D12
(14,29,18)
#000000
(0,0,0)

Tints of #68DBC6

#68DBC6
(104,219,198)
#75DECB
(117,222,203)
#82E1D0
(130,225,208)
#8FE4D5
(143,228,213)
#9CE7DA
(156,231,218)
#A9EADF
(169,234,223)
#B6EDE4
(182,237,228)
#C3F0E9
(195,240,233)
#D0F3EE
(208,243,238)
#DDF6F3
(221,246,243)
#EAF9F8
(234,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DBC6 color. Also use rgb(104,219,198) instead hex code.

Text Font Color

.myTextColor { color: #68DBC6; }

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

This text font color is #68DBC6.


Background Color

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

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

This div background color is #68DBC6.


Border color

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

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

This div border color is #68DBC6.


Opacity

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

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

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

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

This text has shadow with #68DBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DBC6 on black background.


Color preview on white background

This text has color #68DBC6 on white background.



Black color preview on #68DBC6 background

This text has black color on #68DBC6 background.


White color preview on #68DBC6 background

This text has white color on #68DBC6 background.