COLOR #68DACD

HEX: #68DACD RGB: (104,218,205)

Color info

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

RGB color model

#68DACD color RGB value is (104,218,205).

RGB: (104,218,205) (41%, 85%, 80%)

RGB channels and saturation

R 104 of 255 = 41%
G 218 of 255 = 85%
B 205 of 255 = 80%

104
218
205

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

Portions of RGB colors in percentages

R + G + B = 104 + 218 + 205 = 527 (100%)
R 104 of 527 ~ 19.73%
G 218 of 527 ~ 41.37%
B 205 of 527 ~ 38.9'%

%19.73
%41.37
%38.9

CMYK color model

#68DACD color CMYK value is (52,0,6,15).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 14.51%

CMYK: (52,0,6,15)
C52M0Y6K15 (52%, 0%, 6%, 15%)
(0.52 / 0.00 / 0.06 / 0.15)

CMYK percentages

%52.29
%0
%5.96
%14.51

Codes

Color #68DACD in popluar color models

68 DA CD
RGB 104 218 205
HSL 173° 60.64% 63.14%
HSB/HSV 173° 52.29% 85.49%
CMYK 52.29% 0.00% 5.96%
14.51%

Color #68DACD in popluar number systems.

HEX 68 DA CD
Decimal 104 218 205
Binary 1101000 11011010 11001101
Octal 150 332 315

Shades and tints

Shades of #68DACD

#68DACD
(104,218,205)
#5FC7BB
(95,199,187)
#56B4A9
(86,180,169)
#4DA197
(77,161,151)
#448E85
(68,142,133)
#3B7B73
(59,123,115)
#326861
(50,104,97)
#29554F
(41,85,79)
#20423D
(32,66,61)
#172F2B
(23,47,43)
#0E1C19
(14,28,25)
#000000
(0,0,0)

Tints of #68DACD

#68DACD
(104,218,205)
#75DDD1
(117,221,209)
#82E0D5
(130,224,213)
#8FE3D9
(143,227,217)
#9CE6DD
(156,230,221)
#A9E9E1
(169,233,225)
#B6ECE5
(182,236,229)
#C3EFE9
(195,239,233)
#D0F2ED
(208,242,237)
#DDF5F1
(221,245,241)
#EAF8F5
(234,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68DACD; }

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

This text font color is #68DACD.

Background Color

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

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

This div background color is #68DACD.

Border color

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

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

This div border color is #68DACD.

Opacity

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

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

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

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

This text has shadow with #68DACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68DACD.

Preview

Color preview on black background

This text has color #68DACD on black background.


Color preview on white background

This text has color #68DACD on white background.


Black color preview on #68DACD background

This text has black color on #68DACD background.


White color preview on #68DACD background

This text has white color on #68DACD background.


Related colors

Complementary color

Complementary color for #hex is #972532.


I love getcolorcode.com

Triadic colors

1 #CD68DA and #DACD68 with #68DACD are triadic colors.

2 #CDDA68 and #DA68CD with #68DACD are triadic colors.