COLOR #66CDE7

HEX: #66CDE7 RGB: (102,205,231)

Color info

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

RGB color model

#66CDE7 color RGB value is (102,205,231).

RGB: (102,205,231) (40%, 80%, 91%)

RGB channels and saturation

R 102 of 255 = 40%
G 205 of 255 = 80%
B 231 of 255 = 91%

102
205
231

R + G + B ~ 70%. #66CDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 205 + 231 = 538 (100%)
R 102 of 538 ~ 18.96%
G 205 of 538 ~ 38.1%
B 231 of 538 ~ 42.94'%

%18.96
%38.1
%42.94

CMYK color model

#66CDE7 color CMYK value is (56,11,0,9).

  • cyan value is 55.84%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (56,11,0,9)
C56M11Y0K9 (56%, 11%, 0%, 9%)
(0.56 / 0.11 / 0.00 / 0.09)

CMYK percentages

%55.84
%11.26
%0
%9.41

Codes

Color #66CDE7 in popluar color models

66 CD E7
RGB 102 205 231
HSL 192° 72.88% 65.29%
HSB/HSV 192° 55.84% 90.59%
CMYK 55.84% 11.26% 0.00%
9.41%

Color #66CDE7 in popluar number systems.

HEX 66 CD E7
Decimal 102 205 231
Binary 1100110 11001101 11100111
Octal 146 315 347

Shades and tints

Shades of #66CDE7

#66CDE7
(102,205,231)
#5DBBD2
(93,187,210)
#54A9BD
(84,169,189)
#4B97A8
(75,151,168)
#428593
(66,133,147)
#39737E
(57,115,126)
#306169
(48,97,105)
#274F54
(39,79,84)
#1E3D3F
(30,61,63)
#152B2A
(21,43,42)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #66CDE7

#66CDE7
(102,205,231)
#73D1E9
(115,209,233)
#80D5EB
(128,213,235)
#8DD9ED
(141,217,237)
#9ADDEF
(154,221,239)
#A7E1F1
(167,225,241)
#B4E5F3
(180,229,243)
#C1E9F5
(193,233,245)
#CEEDF7
(206,237,247)
#DBF1F9
(219,241,249)
#E8F5FB
(232,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CDE7 color. Also use rgb(102,205,231) instead hex code.

Text Font Color

.myTextColor { color: #66CDE7; }

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

This text font color is #66CDE7.

Background Color

.myBgColor { background-color: #66CDE7; }

<div style="background-color:#66CDE7">Inner text</div>

This div background color is #66CDE7.

Border color

.myBorderColor { border: 1px solid #66CDE7; }

<div style="border:3px solid #66CDE7">Div</div>

This div border color is #66CDE7.

Opacity

.myOpacity80 { color: #66CDE7; opacity: 0.8; }

<p style="color:#66CDE7;opacity:0.8;">80%</p>

Text with #66CDE7 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 #66CDE7;}

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

This text has shadow with #66CDE7 color.


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

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

This text has shadow with #66CDE7 primary color and red secondary color.


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

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

This text has shadow with #66CDE7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66CDE7.

Preview

Color preview on black background

This text has color #66CDE7 on black background.


Color preview on white background

This text has color #66CDE7 on white background.


Black color preview on #66CDE7 background

This text has black color on #66CDE7 background.


White color preview on #66CDE7 background

This text has white color on #66CDE7 background.


Related colors

Complementary color

Complementary color for #hex is #993218.


I love getcolorcode.com

Triadic colors

1 #E766CD and #CDE766 with #66CDE7 are triadic colors.

2 #E7CD66 and #CD66E7 with #66CDE7 are triadic colors.