COLOR #66B4BE

HEX: #66B4BE RGB: (102,180,190)

Color info

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

RGB color model

#66B4BE color RGB value is (102,180,190).

RGB: (102,180,190) (40%, 71%, 75%)

RGB channels and saturation

R 102 of 255 = 40%
G 180 of 255 = 71%
B 190 of 255 = 75%

102
180
190

R + G + B ~ 62%. #66B4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 180 + 190 = 472 (100%)
R 102 of 472 ~ 21.61%
G 180 of 472 ~ 38.14%
B 190 of 472 ~ 40.25'%

%21.61
%38.14
%40.25

CMYK color model

#66B4BE color CMYK value is (46,5,0,25).

  • cyan value is 46.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (46,5,0,25) C46M5Y0K25 (46%,5%,0%,25%) (0.46/0.05/0.00/0.25) 

CMYK percentages

%46.32
%5.26
%0
%25.49

Codes

Color #66B4BE in popluar color models

66 B4 BE
RGB 102 180 190
HSL 187° 40.37% 57.25%
HSB/HSV 187° 46.32% 74.51%
CMYK 46.32% 5.26% 0.00%
25.49%

Color #66B4BE in popluar number systems.

HEX 66 B4 BE
Decimal 102 180 190
Binary 1100110 10110100 10111110
Octal 146 264 276

Shades and tints

Shades of #66B4BE

#66B4BE
(102,180,190)
#5DA4AD
(93,164,173)
#54949C
(84,148,156)
#4B848B
(75,132,139)
#42747A
(66,116,122)
#396469
(57,100,105)
#305458
(48,84,88)
#274447
(39,68,71)
#1E3436
(30,52,54)
#152425
(21,36,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #66B4BE

#66B4BE
(102,180,190)
#73BAC3
(115,186,195)
#80C0C8
(128,192,200)
#8DC6CD
(141,198,205)
#9ACCD2
(154,204,210)
#A7D2D7
(167,210,215)
#B4D8DC
(180,216,220)
#C1DEE1
(193,222,225)
#CEE4E6
(206,228,230)
#DBEAEB
(219,234,235)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B4BE color. Also use rgb(102,180,190) instead hex code.

Text Font Color

.myTextColor { color: #66B4BE; }

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

This text font color is #66B4BE.

Background Color

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

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

This div background color is #66B4BE.

Border color

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

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

This div border color is #66B4BE.

Opacity

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

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

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

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

This text has shadow with #66B4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B4BE.

Preview

Color preview on black background

This text has color #66B4BE on black background.


Color preview on white background

This text has color #66B4BE on white background.


Black color preview on #66B4BE background

This text has black color on #66B4BE background.


White color preview on #66B4BE background

This text has white color on #66B4BE background.


Related colors

Complementary color

Complementary color for #hex is #994B41.


I love getcolorcode.com

Triadic colors

1 #BE66B4 and #B4BE66 with #66B4BE are triadic colors.

2 #BEB466 and #B466BE with #66B4BE are triadic colors.