COLOR #68BBD0

HEX: #68BBD0 RGB: (104,187,208)

Color info

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

RGB color model

#68BBD0 color RGB value is (104,187,208).

RGB: (104,187,208) (41%, 73%, 82%)

RGB channels and saturation

R 104 of 255 = 41%
G 187 of 255 = 73%
B 208 of 255 = 82%

104
187
208

R + G + B ~ 65%. #68BBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 187 + 208 = 499 (100%)
R 104 of 499 ~ 20.84%
G 187 of 499 ~ 37.47%
B 208 of 499 ~ 41.68'%

%20.84
%37.47
%41.68

CMYK color model

#68BBD0 color CMYK value is (50,10,0,18).

  • cyan value is 50.00%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (50,10,0,18)
C50M10Y0K18 (50%, 10%, 0%, 18%)
(0.50 / 0.10 / 0.00 / 0.18)

CMYK percentages

%50
%10.1
%0
%18.43

Codes

Color #68BBD0 in popluar color models

68 BB D0
RGB 104 187 208
HSL 192° 52.53% 61.18%
HSB/HSV 192° 50.00% 81.57%
CMYK 50.00% 10.10% 0.00%
18.43%

Color #68BBD0 in popluar number systems.

HEX 68 BB D0
Decimal 104 187 208
Binary 1101000 10111011 11010000
Octal 150 273 320

Shades and tints

Shades of #68BBD0

#68BBD0
(104,187,208)
#5FAABE
(95,170,190)
#5699AC
(86,153,172)
#4D889A
(77,136,154)
#447788
(68,119,136)
#3B6676
(59,102,118)
#325564
(50,85,100)
#294452
(41,68,82)
#203340
(32,51,64)
#17222E
(23,34,46)
#0E111C
(14,17,28)
#000000
(0,0,0)

Tints of #68BBD0

#68BBD0
(104,187,208)
#75C1D4
(117,193,212)
#82C7D8
(130,199,216)
#8FCDDC
(143,205,220)
#9CD3E0
(156,211,224)
#A9D9E4
(169,217,228)
#B6DFE8
(182,223,232)
#C3E5EC
(195,229,236)
#D0EBF0
(208,235,240)
#DDF1F4
(221,241,244)
#EAF7F8
(234,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BBD0 color. Also use rgb(104,187,208) instead hex code.

Text Font Color

.myTextColor { color: #68BBD0; }

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

This text font color is #68BBD0.

Background Color

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

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

This div background color is #68BBD0.

Border color

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

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

This div border color is #68BBD0.

Opacity

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

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

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

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

This text has shadow with #68BBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BBD0.

Preview

Color preview on black background

This text has color #68BBD0 on black background.


Color preview on white background

This text has color #68BBD0 on white background.


Black color preview on #68BBD0 background

This text has black color on #68BBD0 background.


White color preview on #68BBD0 background

This text has white color on #68BBD0 background.


Related colors

Complementary color

Complementary color for #hex is #97442F.


I love getcolorcode.com

Triadic colors

1 #D068BB and #BBD068 with #68BBD0 are triadic colors.

2 #D0BB68 and #BB68D0 with #68BBD0 are triadic colors.