COLOR #66AEB9

HEX: #66AEB9
RGB: (102,174,185)

Color info

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

RGB color model

#66AEB9 color RGB value is (102,174,185).

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

RGB channels and saturation

R 102 of 255 = 40%
G 174 of 255 = 68%
B 185 of 255 = 73%

102
174
185

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

Portions of RGB colors in percentages

R + G + B =
102 + 174 + 185 = 461 (100%)
R 102 of 461 ~ 22.13%
G 174 of 461 ~ 37.74%
B 185 of 461 ~ 40.13%

%22.13
%37.74
%40.13

CMYK color model

#66AEB9 color CMYK value is (45,6,0,27).

  • cyan value is 44.86%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(45,6,0,27)
C45M6Y0K27 
(45%,6%,0%,27%)
(0.45/0.06/0.00/0.27)	

CMYK percentages

%44.86
%5.95
%0
%27.45

Codes

Color #66AEB9 in popluar color models

66AEB9
RGB102174185
HSL188°37.22%56.27%
HSB/HSV188°44.86%72.55%
CMYK44.86%5.95%0.00%
27.45%

Color #66AEB9 in popluar number systems.

HEX66AEB9
Decimal102174185
Binary11001101010111010111001
Octal146256271

Shades and tints

Shades of #66AEB9

#66AEB9
(102,174,185)
#5D9FA9
(93,159,169)
#549099
(84,144,153)
#4B8189
(75,129,137)
#427279
(66,114,121)
#396369
(57,99,105)
#305459
(48,84,89)
#274549
(39,69,73)
#1E3639
(30,54,57)
#152729
(21,39,41)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #66AEB9

#66AEB9
(102,174,185)
#73B5BF
(115,181,191)
#80BCC5
(128,188,197)
#8DC3CB
(141,195,203)
#9ACAD1
(154,202,209)
#A7D1D7
(167,209,215)
#B4D8DD
(180,216,221)
#C1DFE3
(193,223,227)
#CEE6E9
(206,230,233)
#DBEDEF
(219,237,239)
#E8F4F5
(232,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AEB9; }

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

This text font color is #66AEB9.


Background Color

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

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

This div background color is #66AEB9.


Border color

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

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

This div border color is #66AEB9.


Opacity

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

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

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

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

This text has shadow with #66AEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AEB9 on black background.


Color preview on white background

This text has color #66AEB9 on white background.



Black color preview on #66AEB9 background

This text has black color on #66AEB9 background.


White color preview on #66AEB9 background

This text has white color on #66AEB9 background.