COLOR #66B686

HEX: #66B686
RGB: (102,182,134)

Color info

#66B686 contains mainly green and blue colors. Web safe color of #66B686 is #66CC99 (or #6C9).

RGB color model

#66B686 color RGB value is (102,182,134).

  • red value is 102;
  • green value is 182;
  • blue value is 134.
RGB:
(102,182,134)
(40%,71%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 182 of 255 = 71%
B 134 of 255 = 53%

102
182
134

R + G + B ~ 55%. #66B686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 182 + 134 = 418 (100%)
R 102 of 418 ~ 24.4%
G 182 of 418 ~ 43.54%
B 134 of 418 ~ 32.06%

%24.4
%43.54
%32.06

CMYK color model

#66B686 color CMYK value is (44,0,26,29).

  • cyan value is 43.96%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(44,0,26,29)
C44M0Y26K29 
(44%,0%,26%,29%)
(0.44/0.00/0.26/0.29)	

CMYK percentages

%43.96
%0
%26.37
%28.63

Codes

Color #66B686 in popluar color models

66B686
RGB102182134
HSL144°35.40%55.69%
HSB/HSV144°43.96%71.37%
CMYK43.96%0.00%26.37%
28.63%

Color #66B686 in popluar number systems.

HEX66B686
Decimal102182134
Binary11001101011011010000110
Octal146266206

Shades and tints

Shades of #66B686

#66B686
(102,182,134)
#5DA67A
(93,166,122)
#54966E
(84,150,110)
#4B8662
(75,134,98)
#427656
(66,118,86)
#39664A
(57,102,74)
#30563E
(48,86,62)
#274632
(39,70,50)
#1E3626
(30,54,38)
#15261A
(21,38,26)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #66B686

#66B686
(102,182,134)
#73BC91
(115,188,145)
#80C29C
(128,194,156)
#8DC8A7
(141,200,167)
#9ACEB2
(154,206,178)
#A7D4BD
(167,212,189)
#B4DAC8
(180,218,200)
#C1E0D3
(193,224,211)
#CEE6DE
(206,230,222)
#DBECE9
(219,236,233)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B686 color. Also use rgb(102,182,134) instead hex code.

Text Font Color

.myTextColor { color: #66B686; }

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

This text font color is #66B686.


Background Color

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

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

This div background color is #66B686.


Border color

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

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

This div border color is #66B686.


Opacity

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

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

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

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

This text has shadow with #66B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B686 on black background.


Color preview on white background

This text has color #66B686 on white background.



Black color preview on #66B686 background

This text has black color on #66B686 background.


White color preview on #66B686 background

This text has white color on #66B686 background.