COLOR #66A5C3

HEX: #66A5C3
RGB: (102,165,195)

Color info

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

RGB color model

#66A5C3 color RGB value is (102,165,195).

  • red value is 102;
  • green value is 165;
  • blue value is 195.
RGB:
(102,165,195)
(40%,65%,76%)

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 195 of 255 = 76%

102
165
195

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

Portions of RGB colors in percentages

R + G + B =
102 + 165 + 195 = 462 (100%)
R 102 of 462 ~ 22.08%
G 165 of 462 ~ 35.71%
B 195 of 462 ~ 42.21%

%22.08
%35.71
%42.21

CMYK color model

#66A5C3 color CMYK value is (48,15,0,24).

  • cyan value is 47.69%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(48,15,0,24)
C48M15Y0K24 
(48%,15%,0%,24%)
(0.48/0.15/0.00/0.24)	

CMYK percentages

%47.69
%15.38
%0
%23.53

Codes

Color #66A5C3 in popluar color models

66A5C3
RGB102165195
HSL199°43.66%58.24%
HSB/HSV199°47.69%76.47%
CMYK47.69%15.38%0.00%
23.53%

Color #66A5C3 in popluar number systems.

HEX66A5C3
Decimal102165195
Binary11001101010010111000011
Octal146245303

Shades and tints

Shades of #66A5C3

#66A5C3
(102,165,195)
#5D96B2
(93,150,178)
#5487A1
(84,135,161)
#4B7890
(75,120,144)
#42697F
(66,105,127)
#395A6E
(57,90,110)
#304B5D
(48,75,93)
#273C4C
(39,60,76)
#1E2D3B
(30,45,59)
#151E2A
(21,30,42)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #66A5C3

#66A5C3
(102,165,195)
#73ADC8
(115,173,200)
#80B5CD
(128,181,205)
#8DBDD2
(141,189,210)
#9AC5D7
(154,197,215)
#A7CDDC
(167,205,220)
#B4D5E1
(180,213,225)
#C1DDE6
(193,221,230)
#CEE5EB
(206,229,235)
#DBEDF0
(219,237,240)
#E8F5F5
(232,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A5C3 color. Also use rgb(102,165,195) instead hex code.

Text Font Color

.myTextColor { color: #66A5C3; }

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

This text font color is #66A5C3.


Background Color

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

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

This div background color is #66A5C3.


Border color

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

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

This div border color is #66A5C3.


Opacity

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

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

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

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

This text has shadow with #66A5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A5C3 on black background.


Color preview on white background

This text has color #66A5C3 on white background.



Black color preview on #66A5C3 background

This text has black color on #66A5C3 background.


White color preview on #66A5C3 background

This text has white color on #66A5C3 background.