COLOR #66B8E7

HEX: #66B8E7
RGB: (102,184,231)

Color info

#66B8E7 contains mainly green and blue colors. Web safe color of #66B8E7 is #66CCFF (or #6CF).

RGB color model

#66B8E7 color RGB value is (102,184,231).

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

RGB channels and saturation

R 102 of 255 = 40%
G 184 of 255 = 72%
B 231 of 255 = 91%

102
184
231

R + G + B ~ 68%. #66B8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 184 + 231 = 517 (100%)
R 102 of 517 ~ 19.73%
G 184 of 517 ~ 35.59%
B 231 of 517 ~ 44.68%

%19.73
%35.59
%44.68

CMYK color model

#66B8E7 color CMYK value is (56,20,0,9).

  • cyan value is 55.84%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(56,20,0,9)
C56M20Y0K9 
(56%,20%,0%,9%)
(0.56/0.20/0.00/0.09)	

CMYK percentages

%55.84
%20.35
%0
%9.41

Codes

Color #66B8E7 in popluar color models

66B8E7
RGB102184231
HSL202°72.88%65.29%
HSB/HSV202°55.84%90.59%
CMYK55.84%20.35%0.00%
9.41%

Color #66B8E7 in popluar number systems.

HEX66B8E7
Decimal102184231
Binary11001101011100011100111
Octal146270347

Shades and tints

Shades of #66B8E7

#66B8E7
(102,184,231)
#5DA8D2
(93,168,210)
#5498BD
(84,152,189)
#4B88A8
(75,136,168)
#427893
(66,120,147)
#39687E
(57,104,126)
#305869
(48,88,105)
#274854
(39,72,84)
#1E383F
(30,56,63)
#15282A
(21,40,42)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #66B8E7

#66B8E7
(102,184,231)
#73BEE9
(115,190,233)
#80C4EB
(128,196,235)
#8DCAED
(141,202,237)
#9AD0EF
(154,208,239)
#A7D6F1
(167,214,241)
#B4DCF3
(180,220,243)
#C1E2F5
(193,226,245)
#CEE8F7
(206,232,247)
#DBEEF9
(219,238,249)
#E8F4FB
(232,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B8E7; }

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

This text font color is #66B8E7.


Background Color

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

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

This div background color is #66B8E7.


Border color

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

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

This div border color is #66B8E7.


Opacity

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

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

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

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

This text has shadow with #66B8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B8E7 on black background.


Color preview on white background

This text has color #66B8E7 on white background.



Black color preview on #66B8E7 background

This text has black color on #66B8E7 background.


White color preview on #66B8E7 background

This text has white color on #66B8E7 background.