COLOR #64C7E7

HEX: #64C7E7 RGB: (100,199,231)

Color info

#64C7E7 contains mainly green and blue colors. Web safe color of #64C7E7 is #66CCFF (or #6CF).

RGB color model

#64C7E7 color RGB value is (100,199,231).

RGB: (100,199,231) (39%, 78%, 91%)

RGB channels and saturation

R 100 of 255 = 39%
G 199 of 255 = 78%
B 231 of 255 = 91%

100
199
231

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

Portions of RGB colors in percentages

R + G + B = 100 + 199 + 231 = 530 (100%)
R 100 of 530 ~ 18.87%
G 199 of 530 ~ 37.55%
B 231 of 530 ~ 43.58'%

%18.87
%37.55
%43.58

CMYK color model

#64C7E7 color CMYK value is (57,14,0,9).

  • cyan value is 56.71%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (57,14,0,9)
C57M14Y0K9 (57%, 14%, 0%, 9%)
(0.57 / 0.14 / 0.00 / 0.09)

CMYK percentages

%56.71
%13.85
%0
%9.41

Codes

Color #64C7E7 in popluar color models

64 C7 E7
RGB 100 199 231
HSL 195° 73.18% 64.90%
HSB/HSV 195° 56.71% 90.59%
CMYK 56.71% 13.85% 0.00%
9.41%

Color #64C7E7 in popluar number systems.

HEX 64 C7 E7
Decimal 100 199 231
Binary 1100100 11000111 11100111
Octal 144 307 347

Shades and tints

Shades of #64C7E7

#64C7E7
(100,199,231)
#5BB5D2
(91,181,210)
#52A3BD
(82,163,189)
#4991A8
(73,145,168)
#407F93
(64,127,147)
#376D7E
(55,109,126)
#2E5B69
(46,91,105)
#254954
(37,73,84)
#1C373F
(28,55,63)
#13252A
(19,37,42)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #64C7E7

#64C7E7
(100,199,231)
#72CCE9
(114,204,233)
#80D1EB
(128,209,235)
#8ED6ED
(142,214,237)
#9CDBEF
(156,219,239)
#AAE0F1
(170,224,241)
#B8E5F3
(184,229,243)
#C6EAF5
(198,234,245)
#D4EFF7
(212,239,247)
#E2F4F9
(226,244,249)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C7E7 color. Also use rgb(100,199,231) instead hex code.

Text Font Color

.myTextColor { color: #64C7E7; }

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

This text font color is #64C7E7.

Background Color

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

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

This div background color is #64C7E7.

Border color

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

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

This div border color is #64C7E7.

Opacity

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

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

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

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

This text has shadow with #64C7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64C7E7.

Preview

Color preview on black background

This text has color #64C7E7 on black background.


Color preview on white background

This text has color #64C7E7 on white background.


Black color preview on #64C7E7 background

This text has black color on #64C7E7 background.


White color preview on #64C7E7 background

This text has white color on #64C7E7 background.


Related colors

Complementary color

Complementary color for #hex is #9B3818.


I love getcolorcode.com

Triadic colors

1 #E764C7 and #C7E764 with #64C7E7 are triadic colors.

2 #E7C764 and #C764E7 with #64C7E7 are triadic colors.