COLOR #68B2E0

HEX: #68B2E0
RGB: (104,178,224)

Color info

#68B2E0 contains mainly green and blue colors. Web safe color of #68B2E0 is #6699CC (or #69C).

RGB color model

#68B2E0 color RGB value is (104,178,224).

  • red value is 104;
  • green value is 178;
  • blue value is 224.
RGB:
(104,178,224)
(41%,70%,88%)

RGB channels and saturation

R 104 of 255 = 41%
G 178 of 255 = 70%
B 224 of 255 = 88%

104
178
224

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

Portions of RGB colors in percentages

R + G + B =
104 + 178 + 224 = 506 (100%)
R 104 of 506 ~ 20.55%
G 178 of 506 ~ 35.18%
B 224 of 506 ~ 44.27%

%20.55
%35.18
%44.27

CMYK color model

#68B2E0 color CMYK value is (54,21,0,12).

  • cyan value is 53.57%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(54,21,0,12)
C54M21Y0K12 
(54%,21%,0%,12%)
(0.54/0.21/0.00/0.12)	

CMYK percentages

%53.57
%20.54
%0
%12.16

Codes

Color #68B2E0 in popluar color models

68B2E0
RGB104178224
HSL203°65.93%64.31%
HSB/HSV203°53.57%87.84%
CMYK53.57%20.54%0.00%
12.16%

Color #68B2E0 in popluar number systems.

HEX68B2E0
Decimal104178224
Binary11010001011001011100000
Octal150262340

Shades and tints

Shades of #68B2E0

#68B2E0
(104,178,224)
#5FA2CC
(95,162,204)
#5692B8
(86,146,184)
#4D82A4
(77,130,164)
#447290
(68,114,144)
#3B627C
(59,98,124)
#325268
(50,82,104)
#294254
(41,66,84)
#203240
(32,50,64)
#17222C
(23,34,44)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #68B2E0

#68B2E0
(104,178,224)
#75B9E2
(117,185,226)
#82C0E4
(130,192,228)
#8FC7E6
(143,199,230)
#9CCEE8
(156,206,232)
#A9D5EA
(169,213,234)
#B6DCEC
(182,220,236)
#C3E3EE
(195,227,238)
#D0EAF0
(208,234,240)
#DDF1F2
(221,241,242)
#EAF8F4
(234,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B2E0 color. Also use rgb(104,178,224) instead hex code.

Text Font Color

.myTextColor { color: #68B2E0; }

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

This text font color is #68B2E0.


Background Color

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

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

This div background color is #68B2E0.


Border color

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

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

This div border color is #68B2E0.


Opacity

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

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

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

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

This text has shadow with #68B2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B2E0 on black background.


Color preview on white background

This text has color #68B2E0 on white background.



Black color preview on #68B2E0 background

This text has black color on #68B2E0 background.


White color preview on #68B2E0 background

This text has white color on #68B2E0 background.