COLOR #66B7D5

HEX: #66B7D5
RGB: (102,183,213)

Color info

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

RGB color model

#66B7D5 color RGB value is (102,183,213).

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

RGB channels and saturation

R 102 of 255 = 40%
G 183 of 255 = 72%
B 213 of 255 = 84%

102
183
213

R + G + B ~ 65%. #66B7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 183 + 213 = 498 (100%)
R 102 of 498 ~ 20.48%
G 183 of 498 ~ 36.75%
B 213 of 498 ~ 42.77%

%20.48
%36.75
%42.77

CMYK color model

#66B7D5 color CMYK value is (52,14,0,16).

  • cyan value is 52.11%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(52,14,0,16)
C52M14Y0K16 
(52%,14%,0%,16%)
(0.52/0.14/0.00/0.16)	

CMYK percentages

%52.11
%14.08
%0
%16.47

Codes

Color #66B7D5 in popluar color models

66B7D5
RGB102183213
HSL196°56.92%61.76%
HSB/HSV196°52.11%83.53%
CMYK52.11%14.08%0.00%
16.47%

Color #66B7D5 in popluar number systems.

HEX66B7D5
Decimal102183213
Binary11001101011011111010101
Octal146267325

Shades and tints

Shades of #66B7D5

#66B7D5
(102,183,213)
#5DA7C2
(93,167,194)
#5497AF
(84,151,175)
#4B879C
(75,135,156)
#427789
(66,119,137)
#396776
(57,103,118)
#305763
(48,87,99)
#274750
(39,71,80)
#1E373D
(30,55,61)
#15272A
(21,39,42)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #66B7D5

#66B7D5
(102,183,213)
#73BDD8
(115,189,216)
#80C3DB
(128,195,219)
#8DC9DE
(141,201,222)
#9ACFE1
(154,207,225)
#A7D5E4
(167,213,228)
#B4DBE7
(180,219,231)
#C1E1EA
(193,225,234)
#CEE7ED
(206,231,237)
#DBEDF0
(219,237,240)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B7D5; }

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

This text font color is #66B7D5.


Background Color

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

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

This div background color is #66B7D5.


Border color

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

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

This div border color is #66B7D5.


Opacity

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

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

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

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

This text has shadow with #66B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B7D5 on black background.


Color preview on white background

This text has color #66B7D5 on white background.



Black color preview on #66B7D5 background

This text has black color on #66B7D5 background.


White color preview on #66B7D5 background

This text has white color on #66B7D5 background.