COLOR #66AFCD

HEX: #66AFCD
RGB: (102,175,205)

Color info

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

RGB color model

#66AFCD color RGB value is (102,175,205).

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

RGB channels and saturation

R 102 of 255 = 40%
G 175 of 255 = 69%
B 205 of 255 = 80%

102
175
205

R + G + B ~ 63%. #66AFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 175 + 205 = 482 (100%)
R 102 of 482 ~ 21.16%
G 175 of 482 ~ 36.31%
B 205 of 482 ~ 42.53%

%21.16
%36.31
%42.53

CMYK color model

#66AFCD color CMYK value is (50,15,0,20).

  • cyan value is 50.24%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(50,15,0,20)
C50M15Y0K20 
(50%,15%,0%,20%)
(0.50/0.15/0.00/0.20)	

CMYK percentages

%50.24
%14.63
%0
%19.61

Codes

Color #66AFCD in popluar color models

66AFCD
RGB102175205
HSL197°50.74%60.20%
HSB/HSV197°50.24%80.39%
CMYK50.24%14.63%0.00%
19.61%

Color #66AFCD in popluar number systems.

HEX66AFCD
Decimal102175205
Binary11001101010111111001101
Octal146257315

Shades and tints

Shades of #66AFCD

#66AFCD
(102,175,205)
#5DA0BB
(93,160,187)
#5491A9
(84,145,169)
#4B8297
(75,130,151)
#427385
(66,115,133)
#396473
(57,100,115)
#305561
(48,85,97)
#27464F
(39,70,79)
#1E373D
(30,55,61)
#15282B
(21,40,43)
#0C1919
(12,25,25)
#000000
(0,0,0)

Tints of #66AFCD

#66AFCD
(102,175,205)
#73B6D1
(115,182,209)
#80BDD5
(128,189,213)
#8DC4D9
(141,196,217)
#9ACBDD
(154,203,221)
#A7D2E1
(167,210,225)
#B4D9E5
(180,217,229)
#C1E0E9
(193,224,233)
#CEE7ED
(206,231,237)
#DBEEF1
(219,238,241)
#E8F5F5
(232,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AFCD; }

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

This text font color is #66AFCD.


Background Color

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

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

This div background color is #66AFCD.


Border color

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

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

This div border color is #66AFCD.


Opacity

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

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

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

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

This text has shadow with #66AFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AFCD on black background.


Color preview on white background

This text has color #66AFCD on white background.



Black color preview on #66AFCD background

This text has black color on #66AFCD background.


White color preview on #66AFCD background

This text has white color on #66AFCD background.