COLOR #66B1E7

HEX: #66B1E7
RGB: (102,177,231)

Color info

#66B1E7 contains mainly green and blue colors. Web safe color of #66B1E7 is #6699FF (or #69F).

RGB color model

#66B1E7 color RGB value is (102,177,231).

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

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 231 of 255 = 91%

102
177
231

R + G + B ~ 67%. #66B1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 177 + 231 = 510 (100%)
R 102 of 510 ~ 20%
G 177 of 510 ~ 34.71%
B 231 of 510 ~ 45.29%

%20
%34.71
%45.29

CMYK color model

#66B1E7 color CMYK value is (56,23,0,9).

  • cyan value is 55.84%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(56,23,0,9)
C56M23Y0K9 
(56%,23%,0%,9%)
(0.56/0.23/0.00/0.09)	

CMYK percentages

%55.84
%23.38
%0
%9.41

Codes

Color #66B1E7 in popluar color models

66B1E7
RGB102177231
HSL205°72.88%65.29%
HSB/HSV205°55.84%90.59%
CMYK55.84%23.38%0.00%
9.41%

Color #66B1E7 in popluar number systems.

HEX66B1E7
Decimal102177231
Binary11001101011000111100111
Octal146261347

Shades and tints

Shades of #66B1E7

#66B1E7
(102,177,231)
#5DA1D2
(93,161,210)
#5491BD
(84,145,189)
#4B81A8
(75,129,168)
#427193
(66,113,147)
#39617E
(57,97,126)
#305169
(48,81,105)
#274154
(39,65,84)
#1E313F
(30,49,63)
#15212A
(21,33,42)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #66B1E7

#66B1E7
(102,177,231)
#73B8E9
(115,184,233)
#80BFEB
(128,191,235)
#8DC6ED
(141,198,237)
#9ACDEF
(154,205,239)
#A7D4F1
(167,212,241)
#B4DBF3
(180,219,243)
#C1E2F5
(193,226,245)
#CEE9F7
(206,233,247)
#DBF0F9
(219,240,249)
#E8F7FB
(232,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B1E7; }

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

This text font color is #66B1E7.


Background Color

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

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

This div background color is #66B1E7.


Border color

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

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

This div border color is #66B1E7.


Opacity

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

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

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

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

This text has shadow with #66B1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B1E7 on black background.


Color preview on white background

This text has color #66B1E7 on white background.



Black color preview on #66B1E7 background

This text has black color on #66B1E7 background.


White color preview on #66B1E7 background

This text has white color on #66B1E7 background.