COLOR #66808C

HEX: #66808C
RGB: (102,128,140)

Color info

#66808C contains red, green and blue colors in about the same proportion. Web safe color of #66808C is #666699 (or #669).

RGB color model

#66808C color RGB value is (102,128,140).

  • red value is 102;
  • green value is 128;
  • blue value is 140.
RGB:
(102,128,140)
(40%,50%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 140 of 255 = 55%

102
128
140

R + G + B ~ 48%. #66808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 128 + 140 = 370 (100%)
R 102 of 370 ~ 27.57%
G 128 of 370 ~ 34.59%
B 140 of 370 ~ 37.84%

%27.57
%34.59
%37.84

CMYK color model

#66808C color CMYK value is (27,9,0,45).

  • cyan value is 27.14%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(27,9,0,45)
C27M9Y0K45 
(27%,9%,0%,45%)
(0.27/0.09/0.00/0.45)	

CMYK percentages

%27.14
%8.57
%0
%45.1

Codes

Color #66808C in popluar color models

66808C
RGB102128140
HSL199°15.70%47.45%
HSB/HSV199°27.14%54.90%
CMYK27.14%8.57%0.00%
45.10%

Color #66808C in popluar number systems.

HEX66808C
Decimal102128140
Binary11001101000000010001100
Octal146200214

Shades and tints

Shades of #66808C

#66808C
(102,128,140)
#5D7580
(93,117,128)
#546A74
(84,106,116)
#4B5F68
(75,95,104)
#42545C
(66,84,92)
#394950
(57,73,80)
#303E44
(48,62,68)
#273338
(39,51,56)
#1E282C
(30,40,44)
#151D20
(21,29,32)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #66808C

#66808C
(102,128,140)
#738B96
(115,139,150)
#8096A0
(128,150,160)
#8DA1AA
(141,161,170)
#9AACB4
(154,172,180)
#A7B7BE
(167,183,190)
#B4C2C8
(180,194,200)
#C1CDD2
(193,205,210)
#CED8DC
(206,216,220)
#DBE3E6
(219,227,230)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66808C color. Also use rgb(102,128,140) instead hex code.

Text Font Color

.myTextColor { color: #66808C; }

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

This text font color is #66808C.


Background Color

.myBgColor { background-color: #66808C; }

<div style="background-color:#66808C">Inner text</div>

This div background color is #66808C.


Border color

.myBorderColor { border: 1px solid #66808C; }

<div style="border:3px solid #66808C">Div</div>

This div border color is #66808C.


Opacity

.myOpacity80 { color: #66808C; opacity: 0.8; }

<p style="color:#66808C;opacity:0.8;">80%</p>

Text with #66808C 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 #66808C;}

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

This text has shadow with #66808C color.

.textShadow {text-shadow: 3px 3px 1px #66808C, 3px 3px 1px red;}

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

This text has shadow with #66808C primary color and red secondary color.


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

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

This text has shadow with #66808C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66808C on black background.


Color preview on white background

This text has color #66808C on white background.



Black color preview on #66808C background

This text has black color on #66808C background.


White color preview on #66808C background

This text has white color on #66808C background.