COLOR #64ABE2

HEX: #64ABE2
RGB: (100,171,226)

Color info

#64ABE2 contains mainly green and blue colors. Web safe color of #64ABE2 is #6699CC (or #69C).

RGB color model

#64ABE2 color RGB value is (100,171,226).

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

RGB channels and saturation

R 100 of 255 = 39%
G 171 of 255 = 67%
B 226 of 255 = 89%

100
171
226

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

Portions of RGB colors in percentages

R + G + B =
100 + 171 + 226 = 497 (100%)
R 100 of 497 ~ 20.12%
G 171 of 497 ~ 34.41%
B 226 of 497 ~ 45.47%

%20.12
%34.41
%45.47

CMYK color model

#64ABE2 color CMYK value is (56,24,0,11).

  • cyan value is 55.75%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(56,24,0,11)
C56M24Y0K11 
(56%,24%,0%,11%)
(0.56/0.24/0.00/0.11)	

CMYK percentages

%55.75
%24.34
%0
%11.37

Codes

Color #64ABE2 in popluar color models

64ABE2
RGB100171226
HSL206°68.48%63.92%
HSB/HSV206°55.75%88.63%
CMYK55.75%24.34%0.00%
11.37%

Color #64ABE2 in popluar number systems.

HEX64ABE2
Decimal100171226
Binary11001001010101111100010
Octal144253342

Shades and tints

Shades of #64ABE2

#64ABE2
(100,171,226)
#5B9CCE
(91,156,206)
#528DBA
(82,141,186)
#497EA6
(73,126,166)
#406F92
(64,111,146)
#37607E
(55,96,126)
#2E516A
(46,81,106)
#254256
(37,66,86)
#1C3342
(28,51,66)
#13242E
(19,36,46)
#0A151A
(10,21,26)
#000000
(0,0,0)

Tints of #64ABE2

#64ABE2
(100,171,226)
#72B2E4
(114,178,228)
#80B9E6
(128,185,230)
#8EC0E8
(142,192,232)
#9CC7EA
(156,199,234)
#AACEEC
(170,206,236)
#B8D5EE
(184,213,238)
#C6DCF0
(198,220,240)
#D4E3F2
(212,227,242)
#E2EAF4
(226,234,244)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64ABE2; }

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

This text font color is #64ABE2.


Background Color

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

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

This div background color is #64ABE2.


Border color

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

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

This div border color is #64ABE2.


Opacity

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

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

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

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

This text has shadow with #64ABE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64ABE2 on black background.


Color preview on white background

This text has color #64ABE2 on white background.



Black color preview on #64ABE2 background

This text has black color on #64ABE2 background.


White color preview on #64ABE2 background

This text has white color on #64ABE2 background.