COLOR #666B7C

HEX: #666B7C
RGB: (102,107,124)

Color info

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

RGB color model

#666B7C color RGB value is (102,107,124).

  • red value is 102;
  • green value is 107;
  • blue value is 124.
RGB:
(102,107,124)
(40%,42%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 124 of 255 = 49%

102
107
124

R + G + B ~ 44%. #666B7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 124 = 333 (100%)
R 102 of 333 ~ 30.63%
G 107 of 333 ~ 32.13%
B 124 of 333 ~ 37.24%

%30.63
%32.13
%37.24

CMYK color model

#666B7C color CMYK value is (18,14,0,51).

  • cyan value is 17.74%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,14,0,51)
C18M14Y0K51 
(18%,14%,0%,51%)
(0.18/0.14/0.00/0.51)	

CMYK percentages

%17.74
%13.71
%0
%51.37

Codes

Color #666B7C in popluar color models

666B7C
RGB102107124
HSL226°9.73%44.31%
HSB/HSV226°17.74%48.63%
CMYK17.74%13.71%0.00%
51.37%

Color #666B7C in popluar number systems.

HEX666B7C
Decimal102107124
Binary110011011010111111100
Octal146153174

Shades and tints

Shades of #666B7C

#666B7C
(102,107,124)
#5D6271
(93,98,113)
#545966
(84,89,102)
#4B505B
(75,80,91)
#424750
(66,71,80)
#393E45
(57,62,69)
#30353A
(48,53,58)
#272C2F
(39,44,47)
#1E2324
(30,35,36)
#151A19
(21,26,25)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #666B7C

#666B7C
(102,107,124)
#737887
(115,120,135)
#808592
(128,133,146)
#8D929D
(141,146,157)
#9A9FA8
(154,159,168)
#A7ACB3
(167,172,179)
#B4B9BE
(180,185,190)
#C1C6C9
(193,198,201)
#CED3D4
(206,211,212)
#DBE0DF
(219,224,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666B7C color. Also use rgb(102,107,124) instead hex code.

Text Font Color

.myTextColor { color: #666B7C; }

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

This text font color is #666B7C.


Background Color

.myBgColor { background-color: #666B7C; }

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

This div background color is #666B7C.


Border color

.myBorderColor { border: 1px solid #666B7C; }

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

This div border color is #666B7C.


Opacity

.myOpacity80 { color: #666B7C; opacity: 0.8; }

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

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

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

This text has shadow with #666B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666B7C on black background.


Color preview on white background

This text has color #666B7C on white background.



Black color preview on #666B7C background

This text has black color on #666B7C background.


White color preview on #666B7C background

This text has white color on #666B7C background.