COLOR #68CCE6

HEX: #68CCE6
RGB: (104,204,230)

Color info

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

RGB color model

#68CCE6 color RGB value is (104,204,230).

  • red value is 104;
  • green value is 204;
  • blue value is 230.
RGB:
(104,204,230)
(41%,80%,90%)

RGB channels and saturation

R 104 of 255 = 41%
G 204 of 255 = 80%
B 230 of 255 = 90%

104
204
230

R + G + B ~ 70%. #68CCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 204 + 230 = 538 (100%)
R 104 of 538 ~ 19.33%
G 204 of 538 ~ 37.92%
B 230 of 538 ~ 42.75%

%19.33
%37.92
%42.75

CMYK color model

#68CCE6 color CMYK value is (55,11,0,10).

  • cyan value is 54.78%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(55,11,0,10)
C55M11Y0K10 
(55%,11%,0%,10%)
(0.55/0.11/0.00/0.10)	

CMYK percentages

%54.78
%11.3
%0
%9.8

Codes

Color #68CCE6 in popluar color models

68CCE6
RGB104204230
HSL192°71.59%65.49%
HSB/HSV192°54.78%90.20%
CMYK54.78%11.30%0.00%
9.80%

Color #68CCE6 in popluar number systems.

HEX68CCE6
Decimal104204230
Binary11010001100110011100110
Octal150314346

Shades and tints

Shades of #68CCE6

#68CCE6
(104,204,230)
#5FBAD2
(95,186,210)
#56A8BE
(86,168,190)
#4D96AA
(77,150,170)
#448496
(68,132,150)
#3B7282
(59,114,130)
#32606E
(50,96,110)
#294E5A
(41,78,90)
#203C46
(32,60,70)
#172A32
(23,42,50)
#0E181E
(14,24,30)
#000000
(0,0,0)

Tints of #68CCE6

#68CCE6
(104,204,230)
#75D0E8
(117,208,232)
#82D4EA
(130,212,234)
#8FD8EC
(143,216,236)
#9CDCEE
(156,220,238)
#A9E0F0
(169,224,240)
#B6E4F2
(182,228,242)
#C3E8F4
(195,232,244)
#D0ECF6
(208,236,246)
#DDF0F8
(221,240,248)
#EAF4FA
(234,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CCE6 color. Also use rgb(104,204,230) instead hex code.

Text Font Color

.myTextColor { color: #68CCE6; }

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

This text font color is #68CCE6.


Background Color

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

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

This div background color is #68CCE6.


Border color

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

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

This div border color is #68CCE6.


Opacity

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

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

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

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

This text has shadow with #68CCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CCE6 on black background.


Color preview on white background

This text has color #68CCE6 on white background.



Black color preview on #68CCE6 background

This text has black color on #68CCE6 background.


White color preview on #68CCE6 background

This text has white color on #68CCE6 background.