COLOR #666880

HEX: #666880
RGB: (102,104,128)

Color info

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

RGB color model

#666880 color RGB value is (102,104,128).

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

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 128 of 255 = 50%

102
104
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 104 + 128 = 334 (100%)
R 102 of 334 ~ 30.54%
G 104 of 334 ~ 31.14%
B 128 of 334 ~ 38.32%

%30.54
%31.14
%38.32

CMYK color model

#666880 color CMYK value is (20,19,0,50).

  • cyan value is 20.31%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,19,0,50)
C20M19Y0K50 
(20%,19%,0%,50%)
(0.20/0.19/0.00/0.50)	

CMYK percentages

%20.31
%18.75
%0
%49.8

Codes

Color #666880 in popluar color models

666880
RGB102104128
HSL235°11.30%45.10%
HSB/HSV235°20.31%50.20%
CMYK20.31%18.75%0.00%
49.80%

Color #666880 in popluar number systems.

HEX666880
Decimal102104128
Binary1100110110100010000000
Octal146150200

Shades and tints

Shades of #666880

#666880
(102,104,128)
#5D5F75
(93,95,117)
#54566A
(84,86,106)
#4B4D5F
(75,77,95)
#424454
(66,68,84)
#393B49
(57,59,73)
#30323E
(48,50,62)
#272933
(39,41,51)
#1E2028
(30,32,40)
#15171D
(21,23,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #666880

#666880
(102,104,128)
#73758B
(115,117,139)
#808296
(128,130,150)
#8D8FA1
(141,143,161)
#9A9CAC
(154,156,172)
#A7A9B7
(167,169,183)
#B4B6C2
(180,182,194)
#C1C3CD
(193,195,205)
#CED0D8
(206,208,216)
#DBDDE3
(219,221,227)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666880; }

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

This text font color is #666880.


Background Color

.myBgColor { background-color: #666880; }

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

This div background color is #666880.


Border color

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

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

This div border color is #666880.


Opacity

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

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

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

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

This text has shadow with #666880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666880 on black background.


Color preview on white background

This text has color #666880 on white background.



Black color preview on #666880 background

This text has black color on #666880 background.


White color preview on #666880 background

This text has white color on #666880 background.