COLOR #66AFB6

HEX: #66AFB6
RGB: (102,175,182)

Color info

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

RGB color model

#66AFB6 color RGB value is (102,175,182).

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

RGB channels and saturation

R 102 of 255 = 40%
G 175 of 255 = 69%
B 182 of 255 = 71%

102
175
182

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

Portions of RGB colors in percentages

R + G + B =
102 + 175 + 182 = 459 (100%)
R 102 of 459 ~ 22.22%
G 175 of 459 ~ 38.13%
B 182 of 459 ~ 39.65%

%22.22
%38.13
%39.65

CMYK color model

#66AFB6 color CMYK value is (44,4,0,29).

  • cyan value is 43.96%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(44,4,0,29)
C44M4Y0K29 
(44%,4%,0%,29%)
(0.44/0.04/0.00/0.29)	

CMYK percentages

%43.96
%3.85
%0
%28.63

Codes

Color #66AFB6 in popluar color models

66AFB6
RGB102175182
HSL185°35.40%55.69%
HSB/HSV185°43.96%71.37%
CMYK43.96%3.85%0.00%
28.63%

Color #66AFB6 in popluar number systems.

HEX66AFB6
Decimal102175182
Binary11001101010111110110110
Octal146257266

Shades and tints

Shades of #66AFB6

#66AFB6
(102,175,182)
#5DA0A6
(93,160,166)
#549196
(84,145,150)
#4B8286
(75,130,134)
#427376
(66,115,118)
#396466
(57,100,102)
#305556
(48,85,86)
#274646
(39,70,70)
#1E3736
(30,55,54)
#152826
(21,40,38)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #66AFB6

#66AFB6
(102,175,182)
#73B6BC
(115,182,188)
#80BDC2
(128,189,194)
#8DC4C8
(141,196,200)
#9ACBCE
(154,203,206)
#A7D2D4
(167,210,212)
#B4D9DA
(180,217,218)
#C1E0E0
(193,224,224)
#CEE7E6
(206,231,230)
#DBEEEC
(219,238,236)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AFB6; }

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

This text font color is #66AFB6.


Background Color

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

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

This div background color is #66AFB6.


Border color

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

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

This div border color is #66AFB6.


Opacity

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

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

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

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

This text has shadow with #66AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AFB6 on black background.


Color preview on white background

This text has color #66AFB6 on white background.



Black color preview on #66AFB6 background

This text has black color on #66AFB6 background.


White color preview on #66AFB6 background

This text has white color on #66AFB6 background.