COLOR #66C4DC

HEX: #66C4DC
RGB: (102,196,220)

Color info

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

RGB color model

#66C4DC color RGB value is (102,196,220).

  • red value is 102;
  • green value is 196;
  • blue value is 220.
RGB:
(102,196,220)
(40%,77%,86%)

RGB channels and saturation

R 102 of 255 = 40%
G 196 of 255 = 77%
B 220 of 255 = 86%

102
196
220

R + G + B ~ 68%. #66C4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 196 + 220 = 518 (100%)
R 102 of 518 ~ 19.69%
G 196 of 518 ~ 37.84%
B 220 of 518 ~ 42.47%

%19.69
%37.84
%42.47

CMYK color model

#66C4DC color CMYK value is (54,11,0,14).

  • cyan value is 53.64%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(54,11,0,14)
C54M11Y0K14 
(54%,11%,0%,14%)
(0.54/0.11/0.00/0.14)	

CMYK percentages

%53.64
%10.91
%0
%13.73

Codes

Color #66C4DC in popluar color models

66C4DC
RGB102196220
HSL192°62.77%63.14%
HSB/HSV192°53.64%86.27%
CMYK53.64%10.91%0.00%
13.73%

Color #66C4DC in popluar number systems.

HEX66C4DC
Decimal102196220
Binary11001101100010011011100
Octal146304334

Shades and tints

Shades of #66C4DC

#66C4DC
(102,196,220)
#5DB3C8
(93,179,200)
#54A2B4
(84,162,180)
#4B91A0
(75,145,160)
#42808C
(66,128,140)
#396F78
(57,111,120)
#305E64
(48,94,100)
#274D50
(39,77,80)
#1E3C3C
(30,60,60)
#152B28
(21,43,40)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #66C4DC

#66C4DC
(102,196,220)
#73C9DF
(115,201,223)
#80CEE2
(128,206,226)
#8DD3E5
(141,211,229)
#9AD8E8
(154,216,232)
#A7DDEB
(167,221,235)
#B4E2EE
(180,226,238)
#C1E7F1
(193,231,241)
#CEECF4
(206,236,244)
#DBF1F7
(219,241,247)
#E8F6FA
(232,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C4DC color. Also use rgb(102,196,220) instead hex code.

Text Font Color

.myTextColor { color: #66C4DC; }

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

This text font color is #66C4DC.


Background Color

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

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

This div background color is #66C4DC.


Border color

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

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

This div border color is #66C4DC.


Opacity

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

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

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

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

This text has shadow with #66C4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C4DC on black background.


Color preview on white background

This text has color #66C4DC on white background.



Black color preview on #66C4DC background

This text has black color on #66C4DC background.


White color preview on #66C4DC background

This text has white color on #66C4DC background.