COLOR #66ADB7

HEX: #66ADB7 RGB: (102,173,183)

Color info

#66ADB7 contains mainly green and blue colors. Web safe color of #66ADB7 is #6699CC (or #69C).

RGB color model

#66ADB7 color RGB value is (102,173,183).

RGB: (102,173,183) (40%, 68%, 72%)

RGB channels and saturation

R 102 of 255 = 40%
G 173 of 255 = 68%
B 183 of 255 = 72%

102
173
183

R + G + B ~ 60%. #66ADB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 173 + 183 = 458 (100%)
R 102 of 458 ~ 22.27%
G 173 of 458 ~ 37.77%
B 183 of 458 ~ 39.96'%

%22.27
%37.77
%39.96

CMYK color model

#66ADB7 color CMYK value is (44,5,0,28).

  • cyan value is 44.26%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (44,5,0,28)
C44M5Y0K28 (44%, 5%, 0%, 28%)
(0.44 / 0.05 / 0.00 / 0.28)

CMYK percentages

%44.26
%5.46
%0
%28.24

Codes

Color #66ADB7 in popluar color models

66 AD B7
RGB 102 173 183
HSL 187° 36.00% 55.88%
HSB/HSV 187° 44.26% 71.76%
CMYK 44.26% 5.46% 0.00%
28.24%

Color #66ADB7 in popluar number systems.

HEX 66 AD B7
Decimal 102 173 183
Binary 1100110 10101101 10110111
Octal 146 255 267

Shades and tints

Shades of #66ADB7

#66ADB7
(102,173,183)
#5D9EA7
(93,158,167)
#548F97
(84,143,151)
#4B8087
(75,128,135)
#427177
(66,113,119)
#396267
(57,98,103)
#305357
(48,83,87)
#274447
(39,68,71)
#1E3537
(30,53,55)
#152627
(21,38,39)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #66ADB7

#66ADB7
(102,173,183)
#73B4BD
(115,180,189)
#80BBC3
(128,187,195)
#8DC2C9
(141,194,201)
#9AC9CF
(154,201,207)
#A7D0D5
(167,208,213)
#B4D7DB
(180,215,219)
#C1DEE1
(193,222,225)
#CEE5E7
(206,229,231)
#DBECED
(219,236,237)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66ADB7 color. Also use rgb(102,173,183) instead hex code.

Text Font Color

.myTextColor { color: #66ADB7; }

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

This text font color is #66ADB7.

Background Color

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

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

This div background color is #66ADB7.

Border color

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

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

This div border color is #66ADB7.

Opacity

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

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

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

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

This text has shadow with #66ADB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66ADB7.

Preview

Color preview on black background

This text has color #66ADB7 on black background.


Color preview on white background

This text has color #66ADB7 on white background.


Black color preview on #66ADB7 background

This text has black color on #66ADB7 background.


White color preview on #66ADB7 background

This text has white color on #66ADB7 background.


Related colors

Complementary color

Complementary color for #hex is #995248.


I love getcolorcode.com

Triadic colors

1 #B766AD and #ADB766 with #66ADB7 are triadic colors.

2 #B7AD66 and #AD66B7 with #66ADB7 are triadic colors.