COLOR #64DB9E

HEX: #64DB9E
RGB: (100,219,158)

Color info

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

RGB color model

#64DB9E color RGB value is (100,219,158).

  • red value is 100;
  • green value is 219;
  • blue value is 158.
RGB:
(100,219,158)
(39%,86%,62%)

RGB channels and saturation

R 100 of 255 = 39%
G 219 of 255 = 86%
B 158 of 255 = 62%

100
219
158

R + G + B ~ 62%. #64DB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 219 + 158 = 477 (100%)
R 100 of 477 ~ 20.96%
G 219 of 477 ~ 45.91%
B 158 of 477 ~ 33.12%

%20.96
%45.91
%33.12

CMYK color model

#64DB9E color CMYK value is (54,0,28,14).

  • cyan value is 54.34%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 14.12%
CMYK:
(54,0,28,14)
C54M0Y28K14 
(54%,0%,28%,14%)
(0.54/0.00/0.28/0.14)	

CMYK percentages

%54.34
%0
%27.85
%14.12

Codes

Color #64DB9E in popluar color models

64DB9E
RGB100219158
HSL149°62.30%62.55%
HSB/HSV149°54.34%85.88%
CMYK54.34%0.00%27.85%
14.12%

Color #64DB9E in popluar number systems.

HEX64DB9E
Decimal100219158
Binary11001001101101110011110
Octal144333236

Shades and tints

Shades of #64DB9E

#64DB9E
(100,219,158)
#5BC890
(91,200,144)
#52B582
(82,181,130)
#49A274
(73,162,116)
#408F66
(64,143,102)
#377C58
(55,124,88)
#2E694A
(46,105,74)
#25563C
(37,86,60)
#1C432E
(28,67,46)
#133020
(19,48,32)
#0A1D12
(10,29,18)
#000000
(0,0,0)

Tints of #64DB9E

#64DB9E
(100,219,158)
#72DEA6
(114,222,166)
#80E1AE
(128,225,174)
#8EE4B6
(142,228,182)
#9CE7BE
(156,231,190)
#AAEAC6
(170,234,198)
#B8EDCE
(184,237,206)
#C6F0D6
(198,240,214)
#D4F3DE
(212,243,222)
#E2F6E6
(226,246,230)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64DB9E color. Also use rgb(100,219,158) instead hex code.

Text Font Color

.myTextColor { color: #64DB9E; }

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

This text font color is #64DB9E.


Background Color

.myBgColor { background-color: #64DB9E; }

<div style="background-color:#64DB9E">Inner text</div>

This div background color is #64DB9E.


Border color

.myBorderColor { border: 1px solid #64DB9E; }

<div style="border:3px solid #64DB9E">Div</div>

This div border color is #64DB9E.


Opacity

.myOpacity80 { color: #64DB9E; opacity: 0.8; }

<p style="color:#64DB9E;opacity:0.8;">80%</p>

Text with #64DB9E 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 #64DB9E;}

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

This text has shadow with #64DB9E color.

.textShadow {text-shadow: 3px 3px 1px #64DB9E, 3px 3px 1px red;}

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

This text has shadow with #64DB9E primary color and red secondary color.


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

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

This text has shadow with #64DB9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64DB9E on black background.


Color preview on white background

This text has color #64DB9E on white background.



Black color preview on #64DB9E background

This text has black color on #64DB9E background.


White color preview on #64DB9E background

This text has white color on #64DB9E background.