COLOR #68B7DC

HEX: #68B7DC RGB: (104,183,220)

Color info

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

RGB color model

#68B7DC color RGB value is (104,183,220).

RGB: (104,183,220) (41%, 72%, 86%)

RGB channels and saturation

R 104 of 255 = 41%
G 183 of 255 = 72%
B 220 of 255 = 86%

104
183
220

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

Portions of RGB colors in percentages

R + G + B = 104 + 183 + 220 = 507 (100%)
R 104 of 507 ~ 20.51%
G 183 of 507 ~ 36.09%
B 220 of 507 ~ 43.39'%

%20.51
%36.09
%43.39

CMYK color model

#68B7DC color CMYK value is (53,17,0,14).

  • cyan value is 52.73%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (53,17,0,14) C53M17Y0K14 (53%,17%,0%,14%) (0.53/0.17/0.00/0.14) 

CMYK percentages

%52.73
%16.82
%0
%13.73

Codes

Color #68B7DC in popluar color models

68 B7 DC
RGB 104 183 220
HSL 199° 62.37% 63.53%
HSB/HSV 199° 52.73% 86.27%
CMYK 52.73% 16.82% 0.00%
13.73%

Color #68B7DC in popluar number systems.

HEX 68 B7 DC
Decimal 104 183 220
Binary 1101000 10110111 11011100
Octal 150 267 334

Shades and tints

Shades of #68B7DC

#68B7DC
(104,183,220)
#5FA7C8
(95,167,200)
#5697B4
(86,151,180)
#4D87A0
(77,135,160)
#44778C
(68,119,140)
#3B6778
(59,103,120)
#325764
(50,87,100)
#294750
(41,71,80)
#20373C
(32,55,60)
#172728
(23,39,40)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #68B7DC

#68B7DC
(104,183,220)
#75BDDF
(117,189,223)
#82C3E2
(130,195,226)
#8FC9E5
(143,201,229)
#9CCFE8
(156,207,232)
#A9D5EB
(169,213,235)
#B6DBEE
(182,219,238)
#C3E1F1
(195,225,241)
#D0E7F4
(208,231,244)
#DDEDF7
(221,237,247)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B7DC color. Also use rgb(104,183,220) instead hex code.

Text Font Color

.myTextColor { color: #68B7DC; }

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

This text font color is #68B7DC.

Background Color

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

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

This div background color is #68B7DC.

Border color

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

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

This div border color is #68B7DC.

Opacity

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

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

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

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

This text has shadow with #68B7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B7DC.

Preview

Color preview on black background

This text has color #68B7DC on black background.


Color preview on white background

This text has color #68B7DC on white background.


Black color preview on #68B7DC background

This text has black color on #68B7DC background.


White color preview on #68B7DC background

This text has white color on #68B7DC background.


Related colors

Complementary color

Complementary color for #hex is #974823.


I love getcolorcode.com

Triadic colors

1 #DC68B7 and #B7DC68 with #68B7DC are triadic colors.

2 #DCB768 and #B768DC with #68B7DC are triadic colors.