COLOR #666878

HEX: #666878
RGB: (102,104,120)

Color info

#666878 contains red, green and blue colors in about the same proportion. Web safe color of #666878 is #666666 (or #666).

RGB color model

#666878 color RGB value is (102,104,120).

  • red value is 102;
  • green value is 104;
  • blue value is 120.
RGB:
(102,104,120)
(40%,41%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 120 of 255 = 47%

102
104
120

R + G + B ~ 43%. #666878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 104 + 120 = 326 (100%)
R 102 of 326 ~ 31.29%
G 104 of 326 ~ 31.9%
B 120 of 326 ~ 36.81%

%31.29
%31.9
%36.81

CMYK color model

#666878 color CMYK value is (15,13,0,53).

  • cyan value is 15.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(15,13,0,53)
C15M13Y0K53 
(15%,13%,0%,53%)
(0.15/0.13/0.00/0.53)	

CMYK percentages

%15
%13.33
%0
%52.94

Codes

Color #666878 in popluar color models

666878
RGB102104120
HSL233°8.11%43.53%
HSB/HSV233°15.00%47.06%
CMYK15.00%13.33%0.00%
52.94%

Color #666878 in popluar number systems.

HEX666878
Decimal102104120
Binary110011011010001111000
Octal146150170

Shades and tints

Shades of #666878

#666878
(102,104,120)
#5D5F6E
(93,95,110)
#545664
(84,86,100)
#4B4D5A
(75,77,90)
#424450
(66,68,80)
#393B46
(57,59,70)
#30323C
(48,50,60)
#272932
(39,41,50)
#1E2028
(30,32,40)
#15171E
(21,23,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #666878

#666878
(102,104,120)
#737584
(115,117,132)
#808290
(128,130,144)
#8D8F9C
(141,143,156)
#9A9CA8
(154,156,168)
#A7A9B4
(167,169,180)
#B4B6C0
(180,182,192)
#C1C3CC
(193,195,204)
#CED0D8
(206,208,216)
#DBDDE4
(219,221,228)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666878 color. Also use rgb(102,104,120) instead hex code.

Text Font Color

.myTextColor { color: #666878; }

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

This text font color is #666878.


Background Color

.myBgColor { background-color: #666878; }

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

This div background color is #666878.


Border color

.myBorderColor { border: 1px solid #666878; }

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

This div border color is #666878.


Opacity

.myOpacity80 { color: #666878; opacity: 0.8; }

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

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

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

This text has shadow with #666878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666878 on black background.


Color preview on white background

This text has color #666878 on white background.



Black color preview on #666878 background

This text has black color on #666878 background.


White color preview on #666878 background

This text has white color on #666878 background.