COLOR #666F7E

HEX: #666F7E RGB: (102,111,126)

Color info

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

RGB color model

#666F7E color RGB value is (102,111,126).

RGB: (102,111,126) (40%, 44%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 126 of 255 = 49%

102
111
126

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

Portions of RGB colors in percentages

R + G + B = 102 + 111 + 126 = 339 (100%)
R 102 of 339 ~ 30.09%
G 111 of 339 ~ 32.74%
B 126 of 339 ~ 37.17'%

%30.09
%32.74
%37.17

CMYK color model

#666F7E color CMYK value is (19,12,0,51).

  • cyan value is 19.05%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (19,12,0,51)
C19M12Y0K51 (19%, 12%, 0%, 51%)
(0.19 / 0.12 / 0.00 / 0.51)

CMYK percentages

%19.05
%11.9
%0
%50.59

Codes

Color #666F7E in popluar color models

66 6F 7E
RGB 102 111 126
HSL 218° 10.53% 44.71%
HSB/HSV 218° 19.05% 49.41%
CMYK 19.05% 11.90% 0.00%
50.59%

Color #666F7E in popluar number systems.

HEX 66 6F 7E
Decimal 102 111 126
Binary 1100110 1101111 1111110
Octal 146 157 176

Shades and tints

Shades of #666F7E

#666F7E
(102,111,126)
#5D6573
(93,101,115)
#545B68
(84,91,104)
#4B515D
(75,81,93)
#424752
(66,71,82)
#393D47
(57,61,71)
#30333C
(48,51,60)
#272931
(39,41,49)
#1E1F26
(30,31,38)
#15151B
(21,21,27)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #666F7E

#666F7E
(102,111,126)
#737C89
(115,124,137)
#808994
(128,137,148)
#8D969F
(141,150,159)
#9AA3AA
(154,163,170)
#A7B0B5
(167,176,181)
#B4BDC0
(180,189,192)
#C1CACB
(193,202,203)
#CED7D6
(206,215,214)
#DBE4E1
(219,228,225)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666F7E color. Also use rgb(102,111,126) instead hex code.

Text Font Color

.myTextColor { color: #666F7E; }

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

This text font color is #666F7E.

Background Color

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

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

This div background color is #666F7E.

Border color

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

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

This div border color is #666F7E.

Opacity

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

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

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

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

This text has shadow with #666F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666F7E.

Preview

Color preview on black background

This text has color #666F7E on black background.


Color preview on white background

This text has color #666F7E on white background.


Black color preview on #666F7E background

This text has black color on #666F7E background.


White color preview on #666F7E background

This text has white color on #666F7E background.


Related colors

Complementary color

Complementary color for #hex is #999081.


I love getcolorcode.com

Triadic colors

1 #7E666F and #6F7E66 with #666F7E are triadic colors.

2 #7E6F66 and #6F667E with #666F7E are triadic colors.