COLOR #66A6AF

HEX: #66A6AF
RGB: (102,166,175)

Color info

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

RGB color model

#66A6AF color RGB value is (102,166,175).

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

RGB channels and saturation

R 102 of 255 = 40%
G 166 of 255 = 65%
B 175 of 255 = 69%

102
166
175

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

Portions of RGB colors in percentages

R + G + B =
102 + 166 + 175 = 443 (100%)
R 102 of 443 ~ 23.02%
G 166 of 443 ~ 37.47%
B 175 of 443 ~ 39.5%

%23.02
%37.47
%39.5

CMYK color model

#66A6AF color CMYK value is (42,5,0,31).

  • cyan value is 41.71%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(42,5,0,31)
C42M5Y0K31 
(42%,5%,0%,31%)
(0.42/0.05/0.00/0.31)	

CMYK percentages

%41.71
%5.14
%0
%31.37

Codes

Color #66A6AF in popluar color models

66A6AF
RGB102166175
HSL187°31.33%54.31%
HSB/HSV187°41.71%68.63%
CMYK41.71%5.14%0.00%
31.37%

Color #66A6AF in popluar number systems.

HEX66A6AF
Decimal102166175
Binary11001101010011010101111
Octal146246257

Shades and tints

Shades of #66A6AF

#66A6AF
(102,166,175)
#5D97A0
(93,151,160)
#548891
(84,136,145)
#4B7982
(75,121,130)
#426A73
(66,106,115)
#395B64
(57,91,100)
#304C55
(48,76,85)
#273D46
(39,61,70)
#1E2E37
(30,46,55)
#151F28
(21,31,40)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #66A6AF

#66A6AF
(102,166,175)
#73AEB6
(115,174,182)
#80B6BD
(128,182,189)
#8DBEC4
(141,190,196)
#9AC6CB
(154,198,203)
#A7CED2
(167,206,210)
#B4D6D9
(180,214,217)
#C1DEE0
(193,222,224)
#CEE6E7
(206,230,231)
#DBEEEE
(219,238,238)
#E8F6F5
(232,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A6AF; }

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

This text font color is #66A6AF.


Background Color

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

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

This div background color is #66A6AF.


Border color

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

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

This div border color is #66A6AF.


Opacity

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

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

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

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

This text has shadow with #66A6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A6AF on black background.


Color preview on white background

This text has color #66A6AF on white background.



Black color preview on #66A6AF background

This text has black color on #66A6AF background.


White color preview on #66A6AF background

This text has white color on #66A6AF background.