COLOR #66DDE6

HEX: #66DDE6
RGB: (102,221,230)

Color info

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

RGB color model

#66DDE6 color RGB value is (102,221,230).

  • red value is 102;
  • green value is 221;
  • blue value is 230.
RGB:
(102,221,230)
(40%,87%,90%)

RGB channels and saturation

R 102 of 255 = 40%
G 221 of 255 = 87%
B 230 of 255 = 90%

102
221
230

R + G + B ~ 72%. #66DDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 221 + 230 = 553 (100%)
R 102 of 553 ~ 18.44%
G 221 of 553 ~ 39.96%
B 230 of 553 ~ 41.59%

%18.44
%39.96
%41.59

CMYK color model

#66DDE6 color CMYK value is (56,4,0,10).

  • cyan value is 55.65%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(56,4,0,10)
C56M4Y0K10 
(56%,4%,0%,10%)
(0.56/0.04/0.00/0.10)	

CMYK percentages

%55.65
%3.91
%0
%9.8

Codes

Color #66DDE6 in popluar color models

66DDE6
RGB102221230
HSL184°71.91%65.10%
HSB/HSV184°55.65%90.20%
CMYK55.65%3.91%0.00%
9.80%

Color #66DDE6 in popluar number systems.

HEX66DDE6
Decimal102221230
Binary11001101101110111100110
Octal146335346

Shades and tints

Shades of #66DDE6

#66DDE6
(102,221,230)
#5DC9D2
(93,201,210)
#54B5BE
(84,181,190)
#4BA1AA
(75,161,170)
#428D96
(66,141,150)
#397982
(57,121,130)
#30656E
(48,101,110)
#27515A
(39,81,90)
#1E3D46
(30,61,70)
#152932
(21,41,50)
#0C151E
(12,21,30)
#000000
(0,0,0)

Tints of #66DDE6

#66DDE6
(102,221,230)
#73E0E8
(115,224,232)
#80E3EA
(128,227,234)
#8DE6EC
(141,230,236)
#9AE9EE
(154,233,238)
#A7ECF0
(167,236,240)
#B4EFF2
(180,239,242)
#C1F2F4
(193,242,244)
#CEF5F6
(206,245,246)
#DBF8F8
(219,248,248)
#E8FBFA
(232,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DDE6 color. Also use rgb(102,221,230) instead hex code.

Text Font Color

.myTextColor { color: #66DDE6; }

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

This text font color is #66DDE6.


Background Color

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

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

This div background color is #66DDE6.


Border color

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

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

This div border color is #66DDE6.


Opacity

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

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

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

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

This text has shadow with #66DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66DDE6 on black background.


Color preview on white background

This text has color #66DDE6 on white background.



Black color preview on #66DDE6 background

This text has black color on #66DDE6 background.


White color preview on #66DDE6 background

This text has white color on #66DDE6 background.