COLOR #68DBB9

HEX: #68DBB9 RGB: (104,219,185)

Color info

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

RGB color model

#68DBB9 color RGB value is (104,219,185).

RGB: (104,219,185) (41%, 86%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 219 of 255 = 86%
B 185 of 255 = 73%

104
219
185

R + G + B ~ 67%. #68DBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 219 + 185 = 508 (100%)
R 104 of 508 ~ 20.47%
G 219 of 508 ~ 43.11%
B 185 of 508 ~ 36.42'%

%20.47
%43.11
%36.42

CMYK color model

#68DBB9 color CMYK value is (53,0,16,14).

  • cyan value is 52.51%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%

CMYK: (53,0,16,14)
C53M0Y16K14 (53%, 0%, 16%, 14%)
(0.53 / 0.00 / 0.16 / 0.14)

CMYK percentages

%52.51
%0
%15.53
%14.12

Codes

Color #68DBB9 in popluar color models

68 DB B9
RGB 104 219 185
HSL 162° 61.50% 63.33%
HSB/HSV 162° 52.51% 85.88%
CMYK 52.51% 0.00% 15.53%
14.12%

Color #68DBB9 in popluar number systems.

HEX 68 DB B9
Decimal 104 219 185
Binary 1101000 11011011 10111001
Octal 150 333 271

Shades and tints

Shades of #68DBB9

#68DBB9
(104,219,185)
#5FC8A9
(95,200,169)
#56B599
(86,181,153)
#4DA289
(77,162,137)
#448F79
(68,143,121)
#3B7C69
(59,124,105)
#326959
(50,105,89)
#295649
(41,86,73)
#204339
(32,67,57)
#173029
(23,48,41)
#0E1D19
(14,29,25)
#000000
(0,0,0)

Tints of #68DBB9

#68DBB9
(104,219,185)
#75DEBF
(117,222,191)
#82E1C5
(130,225,197)
#8FE4CB
(143,228,203)
#9CE7D1
(156,231,209)
#A9EAD7
(169,234,215)
#B6EDDD
(182,237,221)
#C3F0E3
(195,240,227)
#D0F3E9
(208,243,233)
#DDF6EF
(221,246,239)
#EAF9F5
(234,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DBB9 color. Also use rgb(104,219,185) instead hex code.

Text Font Color

.myTextColor { color: #68DBB9; }

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

This text font color is #68DBB9.

Background Color

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

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

This div background color is #68DBB9.

Border color

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

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

This div border color is #68DBB9.

Opacity

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

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

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

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

This text has shadow with #68DBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68DBB9.

Preview

Color preview on black background

This text has color #68DBB9 on black background.


Color preview on white background

This text has color #68DBB9 on white background.


Black color preview on #68DBB9 background

This text has black color on #68DBB9 background.


White color preview on #68DBB9 background

This text has white color on #68DBB9 background.


Related colors

Complementary color

Complementary color for #hex is #972446.


I love getcolorcode.com

Triadic colors

1 #B968DB and #DBB968 with #68DBB9 are triadic colors.

2 #B9DB68 and #DB68B9 with #68DBB9 are triadic colors.