COLOR #66AA8D

HEX: #66AA8D
RGB: (102,170,141)

Color info

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

RGB color model

#66AA8D color RGB value is (102,170,141).

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

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 141 of 255 = 55%

102
170
141

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

Portions of RGB colors in percentages

R + G + B =
102 + 170 + 141 = 413 (100%)
R 102 of 413 ~ 24.7%
G 170 of 413 ~ 41.16%
B 141 of 413 ~ 34.14%

%24.7
%41.16
%34.14

CMYK color model

#66AA8D color CMYK value is (40,0,17,33).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(40,0,17,33)
C40M0Y17K33 
(40%,0%,17%,33%)
(0.40/0.00/0.17/0.33)	

CMYK percentages

%40
%0
%17.06
%33.33

Codes

Color #66AA8D in popluar color models

66AA8D
RGB102170141
HSL154°28.57%53.33%
HSB/HSV154°40.00%66.67%
CMYK40.00%0.00%17.06%
33.33%

Color #66AA8D in popluar number systems.

HEX66AA8D
Decimal102170141
Binary11001101010101010001101
Octal146252215

Shades and tints

Shades of #66AA8D

#66AA8D
(102,170,141)
#5D9B81
(93,155,129)
#548C75
(84,140,117)
#4B7D69
(75,125,105)
#426E5D
(66,110,93)
#395F51
(57,95,81)
#305045
(48,80,69)
#274139
(39,65,57)
#1E322D
(30,50,45)
#152321
(21,35,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #66AA8D

#66AA8D
(102,170,141)
#73B197
(115,177,151)
#80B8A1
(128,184,161)
#8DBFAB
(141,191,171)
#9AC6B5
(154,198,181)
#A7CDBF
(167,205,191)
#B4D4C9
(180,212,201)
#C1DBD3
(193,219,211)
#CEE2DD
(206,226,221)
#DBE9E7
(219,233,231)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AA8D; }

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

This text font color is #66AA8D.


Background Color

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

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

This div background color is #66AA8D.


Border color

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

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

This div border color is #66AA8D.


Opacity

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

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

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

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

This text has shadow with #66AA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AA8D on black background.


Color preview on white background

This text has color #66AA8D on white background.



Black color preview on #66AA8D background

This text has black color on #66AA8D background.


White color preview on #66AA8D background

This text has white color on #66AA8D background.