COLOR #64AB87

HEX: #64AB87
RGB: (100,171,135)

Color info

#64AB87 contains mainly green and blue colors. Web safe color of #64AB87 is #669999 (or #699).

RGB color model

#64AB87 color RGB value is (100,171,135).

  • red value is 100;
  • green value is 171;
  • blue value is 135.
RGB:
(100,171,135)
(39%,67%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 171 of 255 = 67%
B 135 of 255 = 53%

100
171
135

R + G + B ~ 53%. #64AB87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 171 + 135 = 406 (100%)
R 100 of 406 ~ 24.63%
G 171 of 406 ~ 42.12%
B 135 of 406 ~ 33.25%

%24.63
%42.12
%33.25

CMYK color model

#64AB87 color CMYK value is (42,0,21,33).

  • cyan value is 41.52%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(42,0,21,33)
C42M0Y21K33 
(42%,0%,21%,33%)
(0.42/0.00/0.21/0.33)	

CMYK percentages

%41.52
%0
%21.05
%32.94

Codes

Color #64AB87 in popluar color models

64AB87
RGB100171135
HSL150°29.71%53.14%
HSB/HSV150°41.52%67.06%
CMYK41.52%0.00%21.05%
32.94%

Color #64AB87 in popluar number systems.

HEX64AB87
Decimal100171135
Binary11001001010101110000111
Octal144253207

Shades and tints

Shades of #64AB87

#64AB87
(100,171,135)
#5B9C7B
(91,156,123)
#528D6F
(82,141,111)
#497E63
(73,126,99)
#406F57
(64,111,87)
#37604B
(55,96,75)
#2E513F
(46,81,63)
#254233
(37,66,51)
#1C3327
(28,51,39)
#13241B
(19,36,27)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #64AB87

#64AB87
(100,171,135)
#72B291
(114,178,145)
#80B99B
(128,185,155)
#8EC0A5
(142,192,165)
#9CC7AF
(156,199,175)
#AACEB9
(170,206,185)
#B8D5C3
(184,213,195)
#C6DCCD
(198,220,205)
#D4E3D7
(212,227,215)
#E2EAE1
(226,234,225)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AB87 color. Also use rgb(100,171,135) instead hex code.

Text Font Color

.myTextColor { color: #64AB87; }

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

This text font color is #64AB87.


Background Color

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

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

This div background color is #64AB87.


Border color

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

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

This div border color is #64AB87.


Opacity

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

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

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

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

This text has shadow with #64AB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AB87 on black background.


Color preview on white background

This text has color #64AB87 on white background.



Black color preview on #64AB87 background

This text has black color on #64AB87 background.


White color preview on #64AB87 background

This text has white color on #64AB87 background.