COLOR #66AEA7

HEX: #66AEA7
RGB: (102,174,167)

Color info

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

RGB color model

#66AEA7 color RGB value is (102,174,167).

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

RGB channels and saturation

R 102 of 255 = 40%
G 174 of 255 = 68%
B 167 of 255 = 65%

102
174
167

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

Portions of RGB colors in percentages

R + G + B =
102 + 174 + 167 = 443 (100%)
R 102 of 443 ~ 23.02%
G 174 of 443 ~ 39.28%
B 167 of 443 ~ 37.7%

%23.02
%39.28
%37.7

CMYK color model

#66AEA7 color CMYK value is (41,0,4,32).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(41,0,4,32)
C41M0Y4K32 
(41%,0%,4%,32%)
(0.41/0.00/0.04/0.32)	

CMYK percentages

%41.38
%0
%4.02
%31.76

Codes

Color #66AEA7 in popluar color models

66AEA7
RGB102174167
HSL174°30.77%54.12%
HSB/HSV174°41.38%68.24%
CMYK41.38%0.00%4.02%
31.76%

Color #66AEA7 in popluar number systems.

HEX66AEA7
Decimal102174167
Binary11001101010111010100111
Octal146256247

Shades and tints

Shades of #66AEA7

#66AEA7
(102,174,167)
#5D9F98
(93,159,152)
#549089
(84,144,137)
#4B817A
(75,129,122)
#42726B
(66,114,107)
#39635C
(57,99,92)
#30544D
(48,84,77)
#27453E
(39,69,62)
#1E362F
(30,54,47)
#152720
(21,39,32)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #66AEA7

#66AEA7
(102,174,167)
#73B5AF
(115,181,175)
#80BCB7
(128,188,183)
#8DC3BF
(141,195,191)
#9ACAC7
(154,202,199)
#A7D1CF
(167,209,207)
#B4D8D7
(180,216,215)
#C1DFDF
(193,223,223)
#CEE6E7
(206,230,231)
#DBEDEF
(219,237,239)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AEA7; }

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

This text font color is #66AEA7.


Background Color

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

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

This div background color is #66AEA7.


Border color

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

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

This div border color is #66AEA7.


Opacity

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

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

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

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

This text has shadow with #66AEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AEA7 on black background.


Color preview on white background

This text has color #66AEA7 on white background.



Black color preview on #66AEA7 background

This text has black color on #66AEA7 background.


White color preview on #66AEA7 background

This text has white color on #66AEA7 background.