COLOR #64B7B0

HEX: #64B7B0
RGB: (100,183,176)

Color info

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

RGB color model

#64B7B0 color RGB value is (100,183,176).

  • red value is 100;
  • green value is 183;
  • blue value is 176.
RGB:
(100,183,176)
(39%,72%,69%)

RGB channels and saturation

R 100 of 255 = 39%
G 183 of 255 = 72%
B 176 of 255 = 69%

100
183
176

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

Portions of RGB colors in percentages

R + G + B =
100 + 183 + 176 = 459 (100%)
R 100 of 459 ~ 21.79%
G 183 of 459 ~ 39.87%
B 176 of 459 ~ 38.34%

%21.79
%39.87
%38.34

CMYK color model

#64B7B0 color CMYK value is (45,0,4,28).

  • cyan value is 45.36%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(45,0,4,28)
C45M0Y4K28 
(45%,0%,4%,28%)
(0.45/0.00/0.04/0.28)	

CMYK percentages

%45.36
%0
%3.83
%28.24

Codes

Color #64B7B0 in popluar color models

64B7B0
RGB100183176
HSL175°36.56%55.49%
HSB/HSV175°45.36%71.76%
CMYK45.36%0.00%3.83%
28.24%

Color #64B7B0 in popluar number systems.

HEX64B7B0
Decimal100183176
Binary11001001011011110110000
Octal144267260

Shades and tints

Shades of #64B7B0

#64B7B0
(100,183,176)
#5BA7A0
(91,167,160)
#529790
(82,151,144)
#498780
(73,135,128)
#407770
(64,119,112)
#376760
(55,103,96)
#2E5750
(46,87,80)
#254740
(37,71,64)
#1C3730
(28,55,48)
#132720
(19,39,32)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #64B7B0

#64B7B0
(100,183,176)
#72BDB7
(114,189,183)
#80C3BE
(128,195,190)
#8EC9C5
(142,201,197)
#9CCFCC
(156,207,204)
#AAD5D3
(170,213,211)
#B8DBDA
(184,219,218)
#C6E1E1
(198,225,225)
#D4E7E8
(212,231,232)
#E2EDEF
(226,237,239)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B7B0 color. Also use rgb(100,183,176) instead hex code.

Text Font Color

.myTextColor { color: #64B7B0; }

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

This text font color is #64B7B0.


Background Color

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

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

This div background color is #64B7B0.


Border color

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

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

This div border color is #64B7B0.


Opacity

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

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

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

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

This text has shadow with #64B7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B7B0 on black background.


Color preview on white background

This text has color #64B7B0 on white background.



Black color preview on #64B7B0 background

This text has black color on #64B7B0 background.


White color preview on #64B7B0 background

This text has white color on #64B7B0 background.