COLOR #68BCC7

HEX: #68BCC7
RGB: (104,188,199)

Color info

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

RGB color model

#68BCC7 color RGB value is (104,188,199).

  • red value is 104;
  • green value is 188;
  • blue value is 199.
RGB:
(104,188,199)
(41%,74%,78%)

RGB channels and saturation

R 104 of 255 = 41%
G 188 of 255 = 74%
B 199 of 255 = 78%

104
188
199

R + G + B ~ 64%. #68BCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 188 + 199 = 491 (100%)
R 104 of 491 ~ 21.18%
G 188 of 491 ~ 38.29%
B 199 of 491 ~ 40.53%

%21.18
%38.29
%40.53

CMYK color model

#68BCC7 color CMYK value is (48,6,0,22).

  • cyan value is 47.74%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(48,6,0,22)
C48M6Y0K22 
(48%,6%,0%,22%)
(0.48/0.06/0.00/0.22)	

CMYK percentages

%47.74
%5.53
%0
%21.96

Codes

Color #68BCC7 in popluar color models

68BCC7
RGB104188199
HSL187°45.89%59.41%
HSB/HSV187°47.74%78.04%
CMYK47.74%5.53%0.00%
21.96%

Color #68BCC7 in popluar number systems.

HEX68BCC7
Decimal104188199
Binary11010001011110011000111
Octal150274307

Shades and tints

Shades of #68BCC7

#68BCC7
(104,188,199)
#5FABB5
(95,171,181)
#569AA3
(86,154,163)
#4D8991
(77,137,145)
#44787F
(68,120,127)
#3B676D
(59,103,109)
#32565B
(50,86,91)
#294549
(41,69,73)
#203437
(32,52,55)
#172325
(23,35,37)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68BCC7

#68BCC7
(104,188,199)
#75C2CC
(117,194,204)
#82C8D1
(130,200,209)
#8FCED6
(143,206,214)
#9CD4DB
(156,212,219)
#A9DAE0
(169,218,224)
#B6E0E5
(182,224,229)
#C3E6EA
(195,230,234)
#D0ECEF
(208,236,239)
#DDF2F4
(221,242,244)
#EAF8F9
(234,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BCC7 color. Also use rgb(104,188,199) instead hex code.

Text Font Color

.myTextColor { color: #68BCC7; }

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

This text font color is #68BCC7.


Background Color

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

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

This div background color is #68BCC7.


Border color

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

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

This div border color is #68BCC7.


Opacity

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

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

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

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

This text has shadow with #68BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BCC7 on black background.


Color preview on white background

This text has color #68BCC7 on white background.



Black color preview on #68BCC7 background

This text has black color on #68BCC7 background.


White color preview on #68BCC7 background

This text has white color on #68BCC7 background.