COLOR #66A5AA

HEX: #66A5AA
RGB: (102,165,170)

Color info

#66A5AA contains mainly green and blue colors. Web safe color of #66A5AA is #669999 (or #699).

RGB color model

#66A5AA color RGB value is (102,165,170).

  • red value is 102;
  • green value is 165;
  • blue value is 170.
RGB:
(102,165,170)
(40%,65%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 170 of 255 = 67%

102
165
170

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 170 = 437 (100%)
R 102 of 437 ~ 23.34%
G 165 of 437 ~ 37.76%
B 170 of 437 ~ 38.9%

%23.34
%37.76
%38.9

CMYK color model

#66A5AA color CMYK value is (40,3,0,33).

  • cyan value is 40.00%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,3,0,33)
C40M3Y0K33 
(40%,3%,0%,33%)
(0.40/0.03/0.00/0.33)	

CMYK percentages

%40
%2.94
%0
%33.33

Codes

Color #66A5AA in popluar color models

66A5AA
RGB102165170
HSL184°28.57%53.33%
HSB/HSV184°40.00%66.67%
CMYK40.00%2.94%0.00%
33.33%

Color #66A5AA in popluar number systems.

HEX66A5AA
Decimal102165170
Binary11001101010010110101010
Octal146245252

Shades and tints

Shades of #66A5AA

#66A5AA
(102,165,170)
#5D969B
(93,150,155)
#54878C
(84,135,140)
#4B787D
(75,120,125)
#42696E
(66,105,110)
#395A5F
(57,90,95)
#304B50
(48,75,80)
#273C41
(39,60,65)
#1E2D32
(30,45,50)
#151E23
(21,30,35)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #66A5AA

#66A5AA
(102,165,170)
#73ADB1
(115,173,177)
#80B5B8
(128,181,184)
#8DBDBF
(141,189,191)
#9AC5C6
(154,197,198)
#A7CDCD
(167,205,205)
#B4D5D4
(180,213,212)
#C1DDDB
(193,221,219)
#CEE5E2
(206,229,226)
#DBEDE9
(219,237,233)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A5AA color. Also use rgb(102,165,170) instead hex code.

Text Font Color

.myTextColor { color: #66A5AA; }

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

This text font color is #66A5AA.


Background Color

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

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

This div background color is #66A5AA.


Border color

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

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

This div border color is #66A5AA.


Opacity

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

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

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

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

This text has shadow with #66A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A5AA on black background.


Color preview on white background

This text has color #66A5AA on white background.



Black color preview on #66A5AA background

This text has black color on #66A5AA background.


White color preview on #66A5AA background

This text has white color on #66A5AA background.