COLOR #66A69C

HEX: #66A69C
RGB: (102,166,156)

Color info

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

RGB color model

#66A69C color RGB value is (102,166,156).

  • red value is 102;
  • green value is 166;
  • blue value is 156.
RGB:
(102,166,156)
(40%,65%,61%)

RGB channels and saturation

R 102 of 255 = 40%
G 166 of 255 = 65%
B 156 of 255 = 61%

102
166
156

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

Portions of RGB colors in percentages

R + G + B =
102 + 166 + 156 = 424 (100%)
R 102 of 424 ~ 24.06%
G 166 of 424 ~ 39.15%
B 156 of 424 ~ 36.79%

%24.06
%39.15
%36.79

CMYK color model

#66A69C color CMYK value is (39,0,6,35).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(39,0,6,35)
C39M0Y6K35 
(39%,0%,6%,35%)
(0.39/0.00/0.06/0.35)	

CMYK percentages

%38.55
%0
%6.02
%34.9

Codes

Color #66A69C in popluar color models

66A69C
RGB102166156
HSL171°26.45%52.55%
HSB/HSV171°38.55%65.10%
CMYK38.55%0.00%6.02%
34.90%

Color #66A69C in popluar number systems.

HEX66A69C
Decimal102166156
Binary11001101010011010011100
Octal146246234

Shades and tints

Shades of #66A69C

#66A69C
(102,166,156)
#5D978E
(93,151,142)
#548880
(84,136,128)
#4B7972
(75,121,114)
#426A64
(66,106,100)
#395B56
(57,91,86)
#304C48
(48,76,72)
#273D3A
(39,61,58)
#1E2E2C
(30,46,44)
#151F1E
(21,31,30)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #66A69C

#66A69C
(102,166,156)
#73AEA5
(115,174,165)
#80B6AE
(128,182,174)
#8DBEB7
(141,190,183)
#9AC6C0
(154,198,192)
#A7CEC9
(167,206,201)
#B4D6D2
(180,214,210)
#C1DEDB
(193,222,219)
#CEE6E4
(206,230,228)
#DBEEED
(219,238,237)
#E8F6F6
(232,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A69C color. Also use rgb(102,166,156) instead hex code.

Text Font Color

.myTextColor { color: #66A69C; }

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

This text font color is #66A69C.


Background Color

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

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

This div background color is #66A69C.


Border color

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

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

This div border color is #66A69C.


Opacity

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

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

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

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

This text has shadow with #66A69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A69C on black background.


Color preview on white background

This text has color #66A69C on white background.



Black color preview on #66A69C background

This text has black color on #66A69C background.


White color preview on #66A69C background

This text has white color on #66A69C background.