COLOR #68DBA8

HEX: #68DBA8
RGB: (104,219,168)

Color info

#68DBA8 contains mainly green and blue colors. Web safe color of #68DBA8 is #66CC99 (or #6C9).

RGB color model

#68DBA8 color RGB value is (104,219,168).

  • red value is 104;
  • green value is 219;
  • blue value is 168.
RGB:
(104,219,168)
(41%,86%,66%)

RGB channels and saturation

R 104 of 255 = 41%
G 219 of 255 = 86%
B 168 of 255 = 66%

104
219
168

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

Portions of RGB colors in percentages

R + G + B =
104 + 219 + 168 = 491 (100%)
R 104 of 491 ~ 21.18%
G 219 of 491 ~ 44.6%
B 168 of 491 ~ 34.22%

%21.18
%44.6
%34.22

CMYK color model

#68DBA8 color CMYK value is (53,0,23,14).

  • cyan value is 52.51%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(53,0,23,14)
C53M0Y23K14 
(53%,0%,23%,14%)
(0.53/0.00/0.23/0.14)	

CMYK percentages

%52.51
%0
%23.29
%14.12

Codes

Color #68DBA8 in popluar color models

68DBA8
RGB104219168
HSL153°61.50%63.33%
HSB/HSV153°52.51%85.88%
CMYK52.51%0.00%23.29%
14.12%

Color #68DBA8 in popluar number systems.

HEX68DBA8
Decimal104219168
Binary11010001101101110101000
Octal150333250

Shades and tints

Shades of #68DBA8

#68DBA8
(104,219,168)
#5FC899
(95,200,153)
#56B58A
(86,181,138)
#4DA27B
(77,162,123)
#448F6C
(68,143,108)
#3B7C5D
(59,124,93)
#32694E
(50,105,78)
#29563F
(41,86,63)
#204330
(32,67,48)
#173021
(23,48,33)
#0E1D12
(14,29,18)
#000000
(0,0,0)

Tints of #68DBA8

#68DBA8
(104,219,168)
#75DEAF
(117,222,175)
#82E1B6
(130,225,182)
#8FE4BD
(143,228,189)
#9CE7C4
(156,231,196)
#A9EACB
(169,234,203)
#B6EDD2
(182,237,210)
#C3F0D9
(195,240,217)
#D0F3E0
(208,243,224)
#DDF6E7
(221,246,231)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68DBA8; }

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

This text font color is #68DBA8.


Background Color

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

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

This div background color is #68DBA8.


Border color

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

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

This div border color is #68DBA8.


Opacity

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

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

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

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

This text has shadow with #68DBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DBA8 on black background.


Color preview on white background

This text has color #68DBA8 on white background.



Black color preview on #68DBA8 background

This text has black color on #68DBA8 background.


White color preview on #68DBA8 background

This text has white color on #68DBA8 background.