COLOR #66CEE7

HEX: #66CEE7
RGB: (102,206,231)

Color info

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

RGB color model

#66CEE7 color RGB value is (102,206,231).

  • red value is 102;
  • green value is 206;
  • blue value is 231.
RGB:
(102,206,231)
(40%,81%,91%)

RGB channels and saturation

R 102 of 255 = 40%
G 206 of 255 = 81%
B 231 of 255 = 91%

102
206
231

R + G + B ~ 71%. #66CEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 206 + 231 = 539 (100%)
R 102 of 539 ~ 18.92%
G 206 of 539 ~ 38.22%
B 231 of 539 ~ 42.86%

%18.92
%38.22
%42.86

CMYK color model

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

  • cyan value is 55.84%
  • magenta value is 10.82%
  • 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
%10.82
%0
%9.41

Codes

Color #66CEE7 in popluar color models

66CEE7
RGB102206231
HSL192°72.88%65.29%
HSB/HSV192°55.84%90.59%
CMYK55.84%10.82%0.00%
9.41%

Color #66CEE7 in popluar number systems.

HEX66CEE7
Decimal102206231
Binary11001101100111011100111
Octal146316347

Shades and tints

Shades of #66CEE7

#66CEE7
(102,206,231)
#5DBCD2
(93,188,210)
#54AABD
(84,170,189)
#4B98A8
(75,152,168)
#428693
(66,134,147)
#39747E
(57,116,126)
#306269
(48,98,105)
#275054
(39,80,84)
#1E3E3F
(30,62,63)
#152C2A
(21,44,42)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #66CEE7

#66CEE7
(102,206,231)
#73D2E9
(115,210,233)
#80D6EB
(128,214,235)
#8DDAED
(141,218,237)
#9ADEEF
(154,222,239)
#A7E2F1
(167,226,241)
#B4E6F3
(180,230,243)
#C1EAF5
(193,234,245)
#CEEEF7
(206,238,247)
#DBF2F9
(219,242,249)
#E8F6FB
(232,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CEE7; }

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

This text font color is #66CEE7.


Background Color

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

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

This div background color is #66CEE7.


Border color

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

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

This div border color is #66CEE7.


Opacity

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

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

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

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

This text has shadow with #66CEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CEE7 on black background.


Color preview on white background

This text has color #66CEE7 on white background.



Black color preview on #66CEE7 background

This text has black color on #66CEE7 background.


White color preview on #66CEE7 background

This text has white color on #66CEE7 background.