COLOR #68C0D8

HEX: #68C0D8 RGB: (104,192,216)

Color info

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

RGB color model

#68C0D8 color RGB value is (104,192,216).

RGB: (104,192,216) (41%, 75%, 85%)

RGB channels and saturation

R 104 of 255 = 41%
G 192 of 255 = 75%
B 216 of 255 = 85%

104
192
216

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

Portions of RGB colors in percentages

R + G + B = 104 + 192 + 216 = 512 (100%)
R 104 of 512 ~ 20.31%
G 192 of 512 ~ 37.5%
B 216 of 512 ~ 42.19'%

%20.31
%37.5
%42.19

CMYK color model

#68C0D8 color CMYK value is (52,11,0,15).

  • cyan value is 51.85%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (52,11,0,15)
C52M11Y0K15 (52%, 11%, 0%, 15%)
(0.52 / 0.11 / 0.00 / 0.15)

CMYK percentages

%51.85
%11.11
%0
%15.29

Codes

Color #68C0D8 in popluar color models

68 C0 D8
RGB 104 192 216
HSL 193° 58.95% 62.75%
HSB/HSV 193° 51.85% 84.71%
CMYK 51.85% 11.11% 0.00%
15.29%

Color #68C0D8 in popluar number systems.

HEX 68 C0 D8
Decimal 104 192 216
Binary 1101000 11000000 11011000
Octal 150 300 330

Shades and tints

Shades of #68C0D8

#68C0D8
(104,192,216)
#5FAFC5
(95,175,197)
#569EB2
(86,158,178)
#4D8D9F
(77,141,159)
#447C8C
(68,124,140)
#3B6B79
(59,107,121)
#325A66
(50,90,102)
#294953
(41,73,83)
#203840
(32,56,64)
#17272D
(23,39,45)
#0E161A
(14,22,26)
#000000
(0,0,0)

Tints of #68C0D8

#68C0D8
(104,192,216)
#75C5DB
(117,197,219)
#82CADE
(130,202,222)
#8FCFE1
(143,207,225)
#9CD4E4
(156,212,228)
#A9D9E7
(169,217,231)
#B6DEEA
(182,222,234)
#C3E3ED
(195,227,237)
#D0E8F0
(208,232,240)
#DDEDF3
(221,237,243)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C0D8; }

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

This text font color is #68C0D8.

Background Color

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

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

This div background color is #68C0D8.

Border color

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

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

This div border color is #68C0D8.

Opacity

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

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

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

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

This text has shadow with #68C0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68C0D8.

Preview

Color preview on black background

This text has color #68C0D8 on black background.


Color preview on white background

This text has color #68C0D8 on white background.


Black color preview on #68C0D8 background

This text has black color on #68C0D8 background.


White color preview on #68C0D8 background

This text has white color on #68C0D8 background.


Related colors

Complementary color

Complementary color for #hex is #973F27.


I love getcolorcode.com

Triadic colors

1 #D868C0 and #C0D868 with #68C0D8 are triadic colors.

2 #D8C068 and #C068D8 with #68C0D8 are triadic colors.