COLOR #66B8C5

HEX: #66B8C5
RGB: (102,184,197)

Color info

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

RGB color model

#66B8C5 color RGB value is (102,184,197).

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

RGB channels and saturation

R 102 of 255 = 40%
G 184 of 255 = 72%
B 197 of 255 = 77%

102
184
197

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

Portions of RGB colors in percentages

R + G + B =
102 + 184 + 197 = 483 (100%)
R 102 of 483 ~ 21.12%
G 184 of 483 ~ 38.1%
B 197 of 483 ~ 40.79%

%21.12
%38.1
%40.79

CMYK color model

#66B8C5 color CMYK value is (48,7,0,23).

  • cyan value is 48.22%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(48,7,0,23)
C48M7Y0K23 
(48%,7%,0%,23%)
(0.48/0.07/0.00/0.23)	

CMYK percentages

%48.22
%6.6
%0
%22.75

Codes

Color #66B8C5 in popluar color models

66B8C5
RGB102184197
HSL188°45.02%58.63%
HSB/HSV188°48.22%77.25%
CMYK48.22%6.60%0.00%
22.75%

Color #66B8C5 in popluar number systems.

HEX66B8C5
Decimal102184197
Binary11001101011100011000101
Octal146270305

Shades and tints

Shades of #66B8C5

#66B8C5
(102,184,197)
#5DA8B4
(93,168,180)
#5498A3
(84,152,163)
#4B8892
(75,136,146)
#427881
(66,120,129)
#396870
(57,104,112)
#30585F
(48,88,95)
#27484E
(39,72,78)
#1E383D
(30,56,61)
#15282C
(21,40,44)
#0C181B
(12,24,27)
#000000
(0,0,0)

Tints of #66B8C5

#66B8C5
(102,184,197)
#73BECA
(115,190,202)
#80C4CF
(128,196,207)
#8DCAD4
(141,202,212)
#9AD0D9
(154,208,217)
#A7D6DE
(167,214,222)
#B4DCE3
(180,220,227)
#C1E2E8
(193,226,232)
#CEE8ED
(206,232,237)
#DBEEF2
(219,238,242)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B8C5; }

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

This text font color is #66B8C5.


Background Color

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

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

This div background color is #66B8C5.


Border color

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

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

This div border color is #66B8C5.


Opacity

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

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

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

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

This text has shadow with #66B8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B8C5 on black background.


Color preview on white background

This text has color #66B8C5 on white background.



Black color preview on #66B8C5 background

This text has black color on #66B8C5 background.


White color preview on #66B8C5 background

This text has white color on #66B8C5 background.