COLOR #66B7C5

HEX: #66B7C5
RGB: (102,183,197)

Color info

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

RGB color model

#66B7C5 color RGB value is (102,183,197).

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

RGB channels and saturation

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

102
183
197

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

Portions of RGB colors in percentages

R + G + B =
102 + 183 + 197 = 482 (100%)
R 102 of 482 ~ 21.16%
G 183 of 482 ~ 37.97%
B 197 of 482 ~ 40.87%

%21.16
%37.97
%40.87

CMYK color model

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

  • cyan value is 48.22%
  • magenta value is 7.11%
  • 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
%7.11
%0
%22.75

Codes

Color #66B7C5 in popluar color models

66B7C5
RGB102183197
HSL189°45.02%58.63%
HSB/HSV189°48.22%77.25%
CMYK48.22%7.11%0.00%
22.75%

Color #66B7C5 in popluar number systems.

HEX66B7C5
Decimal102183197
Binary11001101011011111000101
Octal146267305

Shades and tints

Shades of #66B7C5

#66B7C5
(102,183,197)
#5DA7B4
(93,167,180)
#5497A3
(84,151,163)
#4B8792
(75,135,146)
#427781
(66,119,129)
#396770
(57,103,112)
#30575F
(48,87,95)
#27474E
(39,71,78)
#1E373D
(30,55,61)
#15272C
(21,39,44)
#0C171B
(12,23,27)
#000000
(0,0,0)

Tints of #66B7C5

#66B7C5
(102,183,197)
#73BDCA
(115,189,202)
#80C3CF
(128,195,207)
#8DC9D4
(141,201,212)
#9ACFD9
(154,207,217)
#A7D5DE
(167,213,222)
#B4DBE3
(180,219,227)
#C1E1E8
(193,225,232)
#CEE7ED
(206,231,237)
#DBEDF2
(219,237,242)
#E8F3F7
(232,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B7C5; }

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

This text font color is #66B7C5.


Background Color

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

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

This div background color is #66B7C5.


Border color

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

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

This div border color is #66B7C5.


Opacity

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

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

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

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

This text has shadow with #66B7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B7C5 on black background.


Color preview on white background

This text has color #66B7C5 on white background.



Black color preview on #66B7C5 background

This text has black color on #66B7C5 background.


White color preview on #66B7C5 background

This text has white color on #66B7C5 background.