COLOR #68DD9E

HEX: #68DD9E
RGB: (104,221,158)

Color info

#68DD9E contains mainly green color. Web safe color of #68DD9E is #66CC99 (or #6C9).

RGB color model

#68DD9E color RGB value is (104,221,158).

  • red value is 104;
  • green value is 221;
  • blue value is 158.
RGB:
(104,221,158)
(41%,87%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 221 of 255 = 87%
B 158 of 255 = 62%

104
221
158

R + G + B ~ 63%. #68DD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 221 + 158 = 483 (100%)
R 104 of 483 ~ 21.53%
G 221 of 483 ~ 45.76%
B 158 of 483 ~ 32.71%

%21.53
%45.76
%32.71

CMYK color model

#68DD9E color CMYK value is (53,0,29,13).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(53,0,29,13)
C53M0Y29K13 
(53%,0%,29%,13%)
(0.53/0.00/0.29/0.13)	

CMYK percentages

%52.94
%0
%28.51
%13.33

Codes

Color #68DD9E in popluar color models

68DD9E
RGB104221158
HSL148°63.24%63.73%
HSB/HSV148°52.94%86.67%
CMYK52.94%0.00%28.51%
13.33%

Color #68DD9E in popluar number systems.

HEX68DD9E
Decimal104221158
Binary11010001101110110011110
Octal150335236

Shades and tints

Shades of #68DD9E

#68DD9E
(104,221,158)
#5FC990
(95,201,144)
#56B582
(86,181,130)
#4DA174
(77,161,116)
#448D66
(68,141,102)
#3B7958
(59,121,88)
#32654A
(50,101,74)
#29513C
(41,81,60)
#203D2E
(32,61,46)
#172920
(23,41,32)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #68DD9E

#68DD9E
(104,221,158)
#75E0A6
(117,224,166)
#82E3AE
(130,227,174)
#8FE6B6
(143,230,182)
#9CE9BE
(156,233,190)
#A9ECC6
(169,236,198)
#B6EFCE
(182,239,206)
#C3F2D6
(195,242,214)
#D0F5DE
(208,245,222)
#DDF8E6
(221,248,230)
#EAFBEE
(234,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68DD9E color. Also use rgb(104,221,158) instead hex code.

Text Font Color

.myTextColor { color: #68DD9E; }

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

This text font color is #68DD9E.


Background Color

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

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

This div background color is #68DD9E.


Border color

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

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

This div border color is #68DD9E.


Opacity

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

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

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

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

This text has shadow with #68DD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68DD9E on black background.


Color preview on white background

This text has color #68DD9E on white background.



Black color preview on #68DD9E background

This text has black color on #68DD9E background.


White color preview on #68DD9E background

This text has white color on #68DD9E background.