COLOR #64BBCB

HEX: #64BBCB
RGB: (100,187,203)

Color info

#64BBCB contains mainly green and blue colors. Web safe color of #64BBCB is #66CCCC (or #6CC).

RGB color model

#64BBCB color RGB value is (100,187,203).

  • red value is 100;
  • green value is 187;
  • blue value is 203.
RGB:
(100,187,203)
(39%,73%,80%)

RGB channels and saturation

R 100 of 255 = 39%
G 187 of 255 = 73%
B 203 of 255 = 80%

100
187
203

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

Portions of RGB colors in percentages

R + G + B =
100 + 187 + 203 = 490 (100%)
R 100 of 490 ~ 20.41%
G 187 of 490 ~ 38.16%
B 203 of 490 ~ 41.43%

%20.41
%38.16
%41.43

CMYK color model

#64BBCB color CMYK value is (51,8,0,20).

  • cyan value is 50.74%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(51,8,0,20)
C51M8Y0K20 
(51%,8%,0%,20%)
(0.51/0.08/0.00/0.20)	

CMYK percentages

%50.74
%7.88
%0
%20.39

Codes

Color #64BBCB in popluar color models

64BBCB
RGB100187203
HSL189°49.76%59.41%
HSB/HSV189°50.74%79.61%
CMYK50.74%7.88%0.00%
20.39%

Color #64BBCB in popluar number systems.

HEX64BBCB
Decimal100187203
Binary11001001011101111001011
Octal144273313

Shades and tints

Shades of #64BBCB

#64BBCB
(100,187,203)
#5BAAB9
(91,170,185)
#5299A7
(82,153,167)
#498895
(73,136,149)
#407783
(64,119,131)
#376671
(55,102,113)
#2E555F
(46,85,95)
#25444D
(37,68,77)
#1C333B
(28,51,59)
#132229
(19,34,41)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #64BBCB

#64BBCB
(100,187,203)
#72C1CF
(114,193,207)
#80C7D3
(128,199,211)
#8ECDD7
(142,205,215)
#9CD3DB
(156,211,219)
#AAD9DF
(170,217,223)
#B8DFE3
(184,223,227)
#C6E5E7
(198,229,231)
#D4EBEB
(212,235,235)
#E2F1EF
(226,241,239)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BBCB color. Also use rgb(100,187,203) instead hex code.

Text Font Color

.myTextColor { color: #64BBCB; }

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

This text font color is #64BBCB.


Background Color

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

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

This div background color is #64BBCB.


Border color

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

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

This div border color is #64BBCB.


Opacity

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

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

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

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

This text has shadow with #64BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BBCB on black background.


Color preview on white background

This text has color #64BBCB on white background.



Black color preview on #64BBCB background

This text has black color on #64BBCB background.


White color preview on #64BBCB background

This text has white color on #64BBCB background.