COLOR #66A4B8

HEX: #66A4B8
RGB: (102,164,184)

Color info

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

RGB color model

#66A4B8 color RGB value is (102,164,184).

  • red value is 102;
  • green value is 164;
  • blue value is 184.
RGB:
(102,164,184)
(40%,64%,72%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 184 of 255 = 72%

102
164
184

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 184 = 450 (100%)
R 102 of 450 ~ 22.67%
G 164 of 450 ~ 36.44%
B 184 of 450 ~ 40.89%

%22.67
%36.44
%40.89

CMYK color model

#66A4B8 color CMYK value is (45,11,0,28).

  • cyan value is 44.57%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(45,11,0,28)
C45M11Y0K28 
(45%,11%,0%,28%)
(0.45/0.11/0.00/0.28)	

CMYK percentages

%44.57
%10.87
%0
%27.84

Codes

Color #66A4B8 in popluar color models

66A4B8
RGB102164184
HSL195°36.61%56.08%
HSB/HSV195°44.57%72.16%
CMYK44.57%10.87%0.00%
27.84%

Color #66A4B8 in popluar number systems.

HEX66A4B8
Decimal102164184
Binary11001101010010010111000
Octal146244270

Shades and tints

Shades of #66A4B8

#66A4B8
(102,164,184)
#5D96A8
(93,150,168)
#548898
(84,136,152)
#4B7A88
(75,122,136)
#426C78
(66,108,120)
#395E68
(57,94,104)
#305058
(48,80,88)
#274248
(39,66,72)
#1E3438
(30,52,56)
#152628
(21,38,40)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #66A4B8

#66A4B8
(102,164,184)
#73ACBE
(115,172,190)
#80B4C4
(128,180,196)
#8DBCCA
(141,188,202)
#9AC4D0
(154,196,208)
#A7CCD6
(167,204,214)
#B4D4DC
(180,212,220)
#C1DCE2
(193,220,226)
#CEE4E8
(206,228,232)
#DBECEE
(219,236,238)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A4B8 color. Also use rgb(102,164,184) instead hex code.

Text Font Color

.myTextColor { color: #66A4B8; }

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

This text font color is #66A4B8.


Background Color

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

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

This div background color is #66A4B8.


Border color

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

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

This div border color is #66A4B8.


Opacity

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

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

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

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

This text has shadow with #66A4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A4B8 on black background.


Color preview on white background

This text has color #66A4B8 on white background.



Black color preview on #66A4B8 background

This text has black color on #66A4B8 background.


White color preview on #66A4B8 background

This text has white color on #66A4B8 background.