COLOR #66B6CB

HEX: #66B6CB
RGB: (102,182,203)

Color info

#66B6CB contains mainly green and blue colors. Web safe color of #66B6CB is #66CCCC (or #6CC).

RGB color model

#66B6CB color RGB value is (102,182,203).

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

RGB channels and saturation

R 102 of 255 = 40%
G 182 of 255 = 71%
B 203 of 255 = 80%

102
182
203

R + G + B ~ 64%. #66B6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 182 + 203 = 487 (100%)
R 102 of 487 ~ 20.94%
G 182 of 487 ~ 37.37%
B 203 of 487 ~ 41.68%

%20.94
%37.37
%41.68

CMYK color model

#66B6CB color CMYK value is (50,10,0,20).

  • cyan value is 49.75%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(50,10,0,20)
C50M10Y0K20 
(50%,10%,0%,20%)
(0.50/0.10/0.00/0.20)	

CMYK percentages

%49.75
%10.34
%0
%20.39

Codes

Color #66B6CB in popluar color models

66B6CB
RGB102182203
HSL192°49.27%59.80%
HSB/HSV192°49.75%79.61%
CMYK49.75%10.34%0.00%
20.39%

Color #66B6CB in popluar number systems.

HEX66B6CB
Decimal102182203
Binary11001101011011011001011
Octal146266313

Shades and tints

Shades of #66B6CB

#66B6CB
(102,182,203)
#5DA6B9
(93,166,185)
#5496A7
(84,150,167)
#4B8695
(75,134,149)
#427683
(66,118,131)
#396671
(57,102,113)
#30565F
(48,86,95)
#27464D
(39,70,77)
#1E363B
(30,54,59)
#152629
(21,38,41)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #66B6CB

#66B6CB
(102,182,203)
#73BCCF
(115,188,207)
#80C2D3
(128,194,211)
#8DC8D7
(141,200,215)
#9ACEDB
(154,206,219)
#A7D4DF
(167,212,223)
#B4DAE3
(180,218,227)
#C1E0E7
(193,224,231)
#CEE6EB
(206,230,235)
#DBECEF
(219,236,239)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B6CB; }

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

This text font color is #66B6CB.


Background Color

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

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

This div background color is #66B6CB.


Border color

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

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

This div border color is #66B6CB.


Opacity

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

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

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

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

This text has shadow with #66B6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B6CB on black background.


Color preview on white background

This text has color #66B6CB on white background.



Black color preview on #66B6CB background

This text has black color on #66B6CB background.


White color preview on #66B6CB background

This text has white color on #66B6CB background.