COLOR #68D2EA

HEX: #68D2EA
RGB: (104,210,234)

Color info

#68D2EA contains mainly green and blue colors. Web safe color of #68D2EA is #66CCFF (or #6CF).

RGB color model

#68D2EA color RGB value is (104,210,234).

  • red value is 104;
  • green value is 210;
  • blue value is 234.
RGB:
(104,210,234)
(41%,82%,92%)

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 234 of 255 = 92%

104
210
234

R + G + B ~ 72%. #68D2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 210 + 234 = 548 (100%)
R 104 of 548 ~ 18.98%
G 210 of 548 ~ 38.32%
B 234 of 548 ~ 42.7%

%18.98
%38.32
%42.7

CMYK color model

#68D2EA color CMYK value is (56,10,0,8).

  • cyan value is 55.56%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(56,10,0,8)
C56M10Y0K8 
(56%,10%,0%,8%)
(0.56/0.10/0.00/0.08)	

CMYK percentages

%55.56
%10.26
%0
%8.24

Codes

Color #68D2EA in popluar color models

68D2EA
RGB104210234
HSL191°75.58%66.27%
HSB/HSV191°55.56%91.76%
CMYK55.56%10.26%0.00%
8.24%

Color #68D2EA in popluar number systems.

HEX68D2EA
Decimal104210234
Binary11010001101001011101010
Octal150322352

Shades and tints

Shades of #68D2EA

#68D2EA
(104,210,234)
#5FBFD5
(95,191,213)
#56ACC0
(86,172,192)
#4D99AB
(77,153,171)
#448696
(68,134,150)
#3B7381
(59,115,129)
#32606C
(50,96,108)
#294D57
(41,77,87)
#203A42
(32,58,66)
#17272D
(23,39,45)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #68D2EA

#68D2EA
(104,210,234)
#75D6EB
(117,214,235)
#82DAEC
(130,218,236)
#8FDEED
(143,222,237)
#9CE2EE
(156,226,238)
#A9E6EF
(169,230,239)
#B6EAF0
(182,234,240)
#C3EEF1
(195,238,241)
#D0F2F2
(208,242,242)
#DDF6F3
(221,246,243)
#EAFAF4
(234,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D2EA color. Also use rgb(104,210,234) instead hex code.

Text Font Color

.myTextColor { color: #68D2EA; }

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

This text font color is #68D2EA.


Background Color

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

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

This div background color is #68D2EA.


Border color

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

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

This div border color is #68D2EA.


Opacity

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

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

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

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

This text has shadow with #68D2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D2EA on black background.


Color preview on white background

This text has color #68D2EA on white background.



Black color preview on #68D2EA background

This text has black color on #68D2EA background.


White color preview on #68D2EA background

This text has white color on #68D2EA background.