COLOR #68B6CB

HEX: #68B6CB RGB: (104,182,203)

Color info

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

RGB color model

#68B6CB color RGB value is (104,182,203).

RGB: (104,182,203) (41%, 71%, 80%)

RGB channels and saturation

R 104 of 255 = 41%
G 182 of 255 = 71%
B 203 of 255 = 80%

104
182
203

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

Portions of RGB colors in percentages

R + G + B = 104 + 182 + 203 = 489 (100%)
R 104 of 489 ~ 21.27%
G 182 of 489 ~ 37.22%
B 203 of 489 ~ 41.51'%

%21.27
%37.22
%41.51

CMYK color model

#68B6CB color CMYK value is (49,10,0,20).

  • cyan value is 48.77%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (49,10,0,20)
C49M10Y0K20 (49%, 10%, 0%, 20%)
(0.49 / 0.10 / 0.00 / 0.20)

CMYK percentages

%48.77
%10.34
%0
%20.39

Codes

Color #68B6CB in popluar color models

68 B6 CB
RGB 104 182 203
HSL 193° 48.77% 60.20%
HSB/HSV 193° 48.77% 79.61%
CMYK 48.77% 10.34% 0.00%
20.39%

Color #68B6CB in popluar number systems.

HEX 68 B6 CB
Decimal 104 182 203
Binary 1101000 10110110 11001011
Octal 150 266 313

Shades and tints

Shades of #68B6CB

#68B6CB
(104,182,203)
#5FA6B9
(95,166,185)
#5696A7
(86,150,167)
#4D8695
(77,134,149)
#447683
(68,118,131)
#3B6671
(59,102,113)
#32565F
(50,86,95)
#29464D
(41,70,77)
#20363B
(32,54,59)
#172629
(23,38,41)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #68B6CB

#68B6CB
(104,182,203)
#75BCCF
(117,188,207)
#82C2D3
(130,194,211)
#8FC8D7
(143,200,215)
#9CCEDB
(156,206,219)
#A9D4DF
(169,212,223)
#B6DAE3
(182,218,227)
#C3E0E7
(195,224,231)
#D0E6EB
(208,230,235)
#DDECEF
(221,236,239)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B6CB color. Also use rgb(104,182,203) instead hex code.

Text Font Color

.myTextColor { color: #68B6CB; }

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

This text font color is #68B6CB.

Background Color

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

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

This div background color is #68B6CB.

Border color

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

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

This div border color is #68B6CB.

Opacity

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

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

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

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

This text has shadow with #68B6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B6CB.

Preview

Color preview on black background

This text has color #68B6CB on black background.


Color preview on white background

This text has color #68B6CB on white background.


Black color preview on #68B6CB background

This text has black color on #68B6CB background.


White color preview on #68B6CB background

This text has white color on #68B6CB background.


Related colors

Complementary color

Complementary color for #hex is #974934.


I love getcolorcode.com

Triadic colors

1 #CB68B6 and #B6CB68 with #68B6CB are triadic colors.

2 #CBB668 and #B668CB with #68B6CB are triadic colors.