COLOR #666E8C

HEX: #666E8C
RGB: (102,110,140)

Color info

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

RGB color model

#666E8C color RGB value is (102,110,140).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 140 of 255 = 55%

102
110
140

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 140 = 352 (100%)
R 102 of 352 ~ 28.98%
G 110 of 352 ~ 31.25%
B 140 of 352 ~ 39.77%

%28.98
%31.25
%39.77

CMYK color model

#666E8C color CMYK value is (27,21,0,45).

  • cyan value is 27.14%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(27,21,0,45)
C27M21Y0K45 
(27%,21%,0%,45%)
(0.27/0.21/0.00/0.45)	

CMYK percentages

%27.14
%21.43
%0
%45.1

Codes

Color #666E8C in popluar color models

666E8C
RGB102110140
HSL227°15.70%47.45%
HSB/HSV227°27.14%54.90%
CMYK27.14%21.43%0.00%
45.10%

Color #666E8C in popluar number systems.

HEX666E8C
Decimal102110140
Binary1100110110111010001100
Octal146156214

Shades and tints

Shades of #666E8C

#666E8C
(102,110,140)
#5D6480
(93,100,128)
#545A74
(84,90,116)
#4B5068
(75,80,104)
#42465C
(66,70,92)
#393C50
(57,60,80)
#303244
(48,50,68)
#272838
(39,40,56)
#1E1E2C
(30,30,44)
#151420
(21,20,32)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #666E8C

#666E8C
(102,110,140)
#737B96
(115,123,150)
#8088A0
(128,136,160)
#8D95AA
(141,149,170)
#9AA2B4
(154,162,180)
#A7AFBE
(167,175,190)
#B4BCC8
(180,188,200)
#C1C9D2
(193,201,210)
#CED6DC
(206,214,220)
#DBE3E6
(219,227,230)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666E8C color. Also use rgb(102,110,140) instead hex code.

Text Font Color

.myTextColor { color: #666E8C; }

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

This text font color is #666E8C.


Background Color

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

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

This div background color is #666E8C.


Border color

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

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

This div border color is #666E8C.


Opacity

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

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

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

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

This text has shadow with #666E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E8C on black background.


Color preview on white background

This text has color #666E8C on white background.



Black color preview on #666E8C background

This text has black color on #666E8C background.


White color preview on #666E8C background

This text has white color on #666E8C background.