COLOR #68C0CD

HEX: #68C0CD
RGB: (104,192,205)

Color info

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

RGB color model

#68C0CD color RGB value is (104,192,205).

  • red value is 104;
  • green value is 192;
  • blue value is 205.
RGB:
(104,192,205)
(41%,75%,80%)

RGB channels and saturation

R 104 of 255 = 41%
G 192 of 255 = 75%
B 205 of 255 = 80%

104
192
205

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

Portions of RGB colors in percentages

R + G + B =
104 + 192 + 205 = 501 (100%)
R 104 of 501 ~ 20.76%
G 192 of 501 ~ 38.32%
B 205 of 501 ~ 40.92%

%20.76
%38.32
%40.92

CMYK color model

#68C0CD color CMYK value is (49,6,0,20).

  • cyan value is 49.27%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(49,6,0,20)
C49M6Y0K20 
(49%,6%,0%,20%)
(0.49/0.06/0.00/0.20)	

CMYK percentages

%49.27
%6.34
%0
%19.61

Codes

Color #68C0CD in popluar color models

68C0CD
RGB104192205
HSL188°50.25%60.59%
HSB/HSV188°49.27%80.39%
CMYK49.27%6.34%0.00%
19.61%

Color #68C0CD in popluar number systems.

HEX68C0CD
Decimal104192205
Binary11010001100000011001101
Octal150300315

Shades and tints

Shades of #68C0CD

#68C0CD
(104,192,205)
#5FAFBB
(95,175,187)
#569EA9
(86,158,169)
#4D8D97
(77,141,151)
#447C85
(68,124,133)
#3B6B73
(59,107,115)
#325A61
(50,90,97)
#29494F
(41,73,79)
#20383D
(32,56,61)
#17272B
(23,39,43)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #68C0CD

#68C0CD
(104,192,205)
#75C5D1
(117,197,209)
#82CAD5
(130,202,213)
#8FCFD9
(143,207,217)
#9CD4DD
(156,212,221)
#A9D9E1
(169,217,225)
#B6DEE5
(182,222,229)
#C3E3E9
(195,227,233)
#D0E8ED
(208,232,237)
#DDEDF1
(221,237,241)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C0CD color. Also use rgb(104,192,205) instead hex code.

Text Font Color

.myTextColor { color: #68C0CD; }

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

This text font color is #68C0CD.


Background Color

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

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

This div background color is #68C0CD.


Border color

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

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

This div border color is #68C0CD.


Opacity

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

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

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

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

This text has shadow with #68C0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C0CD on black background.


Color preview on white background

This text has color #68C0CD on white background.



Black color preview on #68C0CD background

This text has black color on #68C0CD background.


White color preview on #68C0CD background

This text has white color on #68C0CD background.