COLOR #68C6CF

HEX: #68C6CF
RGB: (104,198,207)

Color info

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

RGB color model

#68C6CF color RGB value is (104,198,207).

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

RGB channels and saturation

R 104 of 255 = 41%
G 198 of 255 = 78%
B 207 of 255 = 81%

104
198
207

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

Portions of RGB colors in percentages

R + G + B =
104 + 198 + 207 = 509 (100%)
R 104 of 509 ~ 20.43%
G 198 of 509 ~ 38.9%
B 207 of 509 ~ 40.67%

%20.43
%38.9
%40.67

CMYK color model

#68C6CF color CMYK value is (50,4,0,19).

  • cyan value is 49.76%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(50,4,0,19)
C50M4Y0K19 
(50%,4%,0%,19%)
(0.50/0.04/0.00/0.19)	

CMYK percentages

%49.76
%4.35
%0
%18.82

Codes

Color #68C6CF in popluar color models

68C6CF
RGB104198207
HSL185°51.76%60.98%
HSB/HSV185°49.76%81.18%
CMYK49.76%4.35%0.00%
18.82%

Color #68C6CF in popluar number systems.

HEX68C6CF
Decimal104198207
Binary11010001100011011001111
Octal150306317

Shades and tints

Shades of #68C6CF

#68C6CF
(104,198,207)
#5FB4BD
(95,180,189)
#56A2AB
(86,162,171)
#4D9099
(77,144,153)
#447E87
(68,126,135)
#3B6C75
(59,108,117)
#325A63
(50,90,99)
#294851
(41,72,81)
#20363F
(32,54,63)
#17242D
(23,36,45)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #68C6CF

#68C6CF
(104,198,207)
#75CBD3
(117,203,211)
#82D0D7
(130,208,215)
#8FD5DB
(143,213,219)
#9CDADF
(156,218,223)
#A9DFE3
(169,223,227)
#B6E4E7
(182,228,231)
#C3E9EB
(195,233,235)
#D0EEEF
(208,238,239)
#DDF3F3
(221,243,243)
#EAF8F7
(234,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C6CF; }

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

This text font color is #68C6CF.


Background Color

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

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

This div background color is #68C6CF.


Border color

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

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

This div border color is #68C6CF.


Opacity

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

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

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

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

This text has shadow with #68C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C6CF on black background.


Color preview on white background

This text has color #68C6CF on white background.



Black color preview on #68C6CF background

This text has black color on #68C6CF background.


White color preview on #68C6CF background

This text has white color on #68C6CF background.