COLOR #66B2B9

HEX: #66B2B9
RGB: (102,178,185)

Color info

#66B2B9 contains mainly green and blue colors. Web safe color of #66B2B9 is #6699CC (or #69C).

RGB color model

#66B2B9 color RGB value is (102,178,185).

  • red value is 102;
  • green value is 178;
  • blue value is 185.
RGB:
(102,178,185)
(40%,70%,73%)

RGB channels and saturation

R 102 of 255 = 40%
G 178 of 255 = 70%
B 185 of 255 = 73%

102
178
185

R + G + B ~ 61%. #66B2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 178 + 185 = 465 (100%)
R 102 of 465 ~ 21.94%
G 178 of 465 ~ 38.28%
B 185 of 465 ~ 39.78%

%21.94
%38.28
%39.78

CMYK color model

#66B2B9 color CMYK value is (45,4,0,27).

  • cyan value is 44.86%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(45,4,0,27)
C45M4Y0K27 
(45%,4%,0%,27%)
(0.45/0.04/0.00/0.27)	

CMYK percentages

%44.86
%3.78
%0
%27.45

Codes

Color #66B2B9 in popluar color models

66B2B9
RGB102178185
HSL185°37.22%56.27%
HSB/HSV185°44.86%72.55%
CMYK44.86%3.78%0.00%
27.45%

Color #66B2B9 in popluar number systems.

HEX66B2B9
Decimal102178185
Binary11001101011001010111001
Octal146262271

Shades and tints

Shades of #66B2B9

#66B2B9
(102,178,185)
#5DA2A9
(93,162,169)
#549299
(84,146,153)
#4B8289
(75,130,137)
#427279
(66,114,121)
#396269
(57,98,105)
#305259
(48,82,89)
#274249
(39,66,73)
#1E3239
(30,50,57)
#152229
(21,34,41)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #66B2B9

#66B2B9
(102,178,185)
#73B9BF
(115,185,191)
#80C0C5
(128,192,197)
#8DC7CB
(141,199,203)
#9ACED1
(154,206,209)
#A7D5D7
(167,213,215)
#B4DCDD
(180,220,221)
#C1E3E3
(193,227,227)
#CEEAE9
(206,234,233)
#DBF1EF
(219,241,239)
#E8F8F5
(232,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B2B9 color. Also use rgb(102,178,185) instead hex code.

Text Font Color

.myTextColor { color: #66B2B9; }

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

This text font color is #66B2B9.


Background Color

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

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

This div background color is #66B2B9.


Border color

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

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

This div border color is #66B2B9.


Opacity

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

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

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

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

This text has shadow with #66B2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B2B9 on black background.


Color preview on white background

This text has color #66B2B9 on white background.



Black color preview on #66B2B9 background

This text has black color on #66B2B9 background.


White color preview on #66B2B9 background

This text has white color on #66B2B9 background.