COLOR #66A5B0

HEX: #66A5B0
RGB: (102,165,176)

Color info

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

RGB color model

#66A5B0 color RGB value is (102,165,176).

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

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 176 of 255 = 69%

102
165
176

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 176 = 443 (100%)
R 102 of 443 ~ 23.02%
G 165 of 443 ~ 37.25%
B 176 of 443 ~ 39.73%

%23.02
%37.25
%39.73

CMYK color model

#66A5B0 color CMYK value is (42,6,0,31).

  • cyan value is 42.05%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(42,6,0,31)
C42M6Y0K31 
(42%,6%,0%,31%)
(0.42/0.06/0.00/0.31)	

CMYK percentages

%42.05
%6.25
%0
%30.98

Codes

Color #66A5B0 in popluar color models

66A5B0
RGB102165176
HSL189°31.90%54.51%
HSB/HSV189°42.05%69.02%
CMYK42.05%6.25%0.00%
30.98%

Color #66A5B0 in popluar number systems.

HEX66A5B0
Decimal102165176
Binary11001101010010110110000
Octal146245260

Shades and tints

Shades of #66A5B0

#66A5B0
(102,165,176)
#5D96A0
(93,150,160)
#548790
(84,135,144)
#4B7880
(75,120,128)
#426970
(66,105,112)
#395A60
(57,90,96)
#304B50
(48,75,80)
#273C40
(39,60,64)
#1E2D30
(30,45,48)
#151E20
(21,30,32)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #66A5B0

#66A5B0
(102,165,176)
#73ADB7
(115,173,183)
#80B5BE
(128,181,190)
#8DBDC5
(141,189,197)
#9AC5CC
(154,197,204)
#A7CDD3
(167,205,211)
#B4D5DA
(180,213,218)
#C1DDE1
(193,221,225)
#CEE5E8
(206,229,232)
#DBEDEF
(219,237,239)
#E8F5F6
(232,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A5B0; }

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

This text font color is #66A5B0.


Background Color

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

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

This div background color is #66A5B0.


Border color

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

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

This div border color is #66A5B0.


Opacity

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

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

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

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

This text has shadow with #66A5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A5B0 on black background.


Color preview on white background

This text has color #66A5B0 on white background.



Black color preview on #66A5B0 background

This text has black color on #66A5B0 background.


White color preview on #66A5B0 background

This text has white color on #66A5B0 background.