COLOR #66A3A0

HEX: #66A3A0
RGB: (102,163,160)

Color info

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

RGB color model

#66A3A0 color RGB value is (102,163,160).

  • red value is 102;
  • green value is 163;
  • blue value is 160.
RGB:
(102,163,160)
(40%,64%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 163 of 255 = 64%
B 160 of 255 = 63%

102
163
160

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

Portions of RGB colors in percentages

R + G + B =
102 + 163 + 160 = 425 (100%)
R 102 of 425 ~ 24%
G 163 of 425 ~ 38.35%
B 160 of 425 ~ 37.65%

%24
%38.35
%37.65

CMYK color model

#66A3A0 color CMYK value is (37,0,2,36).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(37,0,2,36)
C37M0Y2K36 
(37%,0%,2%,36%)
(0.37/0.00/0.02/0.36)	

CMYK percentages

%37.42
%0
%1.84
%36.08

Codes

Color #66A3A0 in popluar color models

66A3A0
RGB102163160
HSL177°24.90%51.96%
HSB/HSV177°37.42%63.92%
CMYK37.42%0.00%1.84%
36.08%

Color #66A3A0 in popluar number systems.

HEX66A3A0
Decimal102163160
Binary11001101010001110100000
Octal146243240

Shades and tints

Shades of #66A3A0

#66A3A0
(102,163,160)
#5D9592
(93,149,146)
#548784
(84,135,132)
#4B7976
(75,121,118)
#426B68
(66,107,104)
#395D5A
(57,93,90)
#304F4C
(48,79,76)
#27413E
(39,65,62)
#1E3330
(30,51,48)
#152522
(21,37,34)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #66A3A0

#66A3A0
(102,163,160)
#73ABA8
(115,171,168)
#80B3B0
(128,179,176)
#8DBBB8
(141,187,184)
#9AC3C0
(154,195,192)
#A7CBC8
(167,203,200)
#B4D3D0
(180,211,208)
#C1DBD8
(193,219,216)
#CEE3E0
(206,227,224)
#DBEBE8
(219,235,232)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A3A0 color. Also use rgb(102,163,160) instead hex code.

Text Font Color

.myTextColor { color: #66A3A0; }

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

This text font color is #66A3A0.


Background Color

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

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

This div background color is #66A3A0.


Border color

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

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

This div border color is #66A3A0.


Opacity

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

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

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

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

This text has shadow with #66A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A3A0 on black background.


Color preview on white background

This text has color #66A3A0 on white background.



Black color preview on #66A3A0 background

This text has black color on #66A3A0 background.


White color preview on #66A3A0 background

This text has white color on #66A3A0 background.