COLOR #666978

HEX: #666978
RGB: (102,105,120)

Color info

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

RGB color model

#666978 color RGB value is (102,105,120).

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

RGB channels and saturation

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

102
105
120

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 120 = 327 (100%)
R 102 of 327 ~ 31.19%
G 105 of 327 ~ 32.11%
B 120 of 327 ~ 36.7%

%31.19
%32.11
%36.7

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 12.50%
  • 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
%12.5
%0
%52.94

Codes

Color #666978 in popluar color models

666978
RGB102105120
HSL230°8.11%43.53%
HSB/HSV230°15.00%47.06%
CMYK15.00%12.50%0.00%
52.94%

Color #666978 in popluar number systems.

HEX666978
Decimal102105120
Binary110011011010011111000
Octal146151170

Shades and tints

Shades of #666978

#666978
(102,105,120)
#5D606E
(93,96,110)
#545764
(84,87,100)
#4B4E5A
(75,78,90)
#424550
(66,69,80)
#393C46
(57,60,70)
#30333C
(48,51,60)
#272A32
(39,42,50)
#1E2128
(30,33,40)
#15181E
(21,24,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #666978

#666978
(102,105,120)
#737684
(115,118,132)
#808390
(128,131,144)
#8D909C
(141,144,156)
#9A9DA8
(154,157,168)
#A7AAB4
(167,170,180)
#B4B7C0
(180,183,192)
#C1C4CC
(193,196,204)
#CED1D8
(206,209,216)
#DBDEE4
(219,222,228)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666978; }

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

This text font color is #666978.


Background Color

.myBgColor { background-color: #666978; }

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

This div background color is #666978.


Border color

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

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

This div border color is #666978.


Opacity

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

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

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

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

This text has shadow with #666978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666978 on black background.


Color preview on white background

This text has color #666978 on white background.



Black color preview on #666978 background

This text has black color on #666978 background.


White color preview on #666978 background

This text has white color on #666978 background.