COLOR #66AAB9

HEX: #66AAB9
RGB: (102,170,185)

Color info

#66AAB9 contains mainly green and blue colors. Web safe color of #66AAB9 is #6699CC (or #69C).

RGB color model

#66AAB9 color RGB value is (102,170,185).

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

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 185 of 255 = 73%

102
170
185

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

Portions of RGB colors in percentages

R + G + B =
102 + 170 + 185 = 457 (100%)
R 102 of 457 ~ 22.32%
G 170 of 457 ~ 37.2%
B 185 of 457 ~ 40.48%

%22.32
%37.2
%40.48

CMYK color model

#66AAB9 color CMYK value is (45,8,0,27).

  • cyan value is 44.86%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(45,8,0,27)
C45M8Y0K27 
(45%,8%,0%,27%)
(0.45/0.08/0.00/0.27)	

CMYK percentages

%44.86
%8.11
%0
%27.45

Codes

Color #66AAB9 in popluar color models

66AAB9
RGB102170185
HSL191°37.22%56.27%
HSB/HSV191°44.86%72.55%
CMYK44.86%8.11%0.00%
27.45%

Color #66AAB9 in popluar number systems.

HEX66AAB9
Decimal102170185
Binary11001101010101010111001
Octal146252271

Shades and tints

Shades of #66AAB9

#66AAB9
(102,170,185)
#5D9BA9
(93,155,169)
#548C99
(84,140,153)
#4B7D89
(75,125,137)
#426E79
(66,110,121)
#395F69
(57,95,105)
#305059
(48,80,89)
#274149
(39,65,73)
#1E3239
(30,50,57)
#152329
(21,35,41)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #66AAB9

#66AAB9
(102,170,185)
#73B1BF
(115,177,191)
#80B8C5
(128,184,197)
#8DBFCB
(141,191,203)
#9AC6D1
(154,198,209)
#A7CDD7
(167,205,215)
#B4D4DD
(180,212,221)
#C1DBE3
(193,219,227)
#CEE2E9
(206,226,233)
#DBE9EF
(219,233,239)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AAB9; }

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

This text font color is #66AAB9.


Background Color

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

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

This div background color is #66AAB9.


Border color

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

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

This div border color is #66AAB9.


Opacity

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

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

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

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

This text has shadow with #66AAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AAB9 on black background.


Color preview on white background

This text has color #66AAB9 on white background.



Black color preview on #66AAB9 background

This text has black color on #66AAB9 background.


White color preview on #66AAB9 background

This text has white color on #66AAB9 background.