COLOR #666A82

HEX: #666A82
RGB: (102,106,130)

Color info

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

RGB color model

#666A82 color RGB value is (102,106,130).

  • red value is 102;
  • green value is 106;
  • blue value is 130.
RGB:
(102,106,130)
(40%,42%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 130 of 255 = 51%

102
106
130

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

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 130 = 338 (100%)
R 102 of 338 ~ 30.18%
G 106 of 338 ~ 31.36%
B 130 of 338 ~ 38.46%

%30.18
%31.36
%38.46

CMYK color model

#666A82 color CMYK value is (22,18,0,49).

  • cyan value is 21.54%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(22,18,0,49)
C22M18Y0K49 
(22%,18%,0%,49%)
(0.22/0.18/0.00/0.49)	

CMYK percentages

%21.54
%18.46
%0
%49.02

Codes

Color #666A82 in popluar color models

666A82
RGB102106130
HSL231°12.07%45.49%
HSB/HSV231°21.54%50.98%
CMYK21.54%18.46%0.00%
49.02%

Color #666A82 in popluar number systems.

HEX666A82
Decimal102106130
Binary1100110110101010000010
Octal146152202

Shades and tints

Shades of #666A82

#666A82
(102,106,130)
#5D6177
(93,97,119)
#54586C
(84,88,108)
#4B4F61
(75,79,97)
#424656
(66,70,86)
#393D4B
(57,61,75)
#303440
(48,52,64)
#272B35
(39,43,53)
#1E222A
(30,34,42)
#15191F
(21,25,31)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #666A82

#666A82
(102,106,130)
#73778D
(115,119,141)
#808498
(128,132,152)
#8D91A3
(141,145,163)
#9A9EAE
(154,158,174)
#A7ABB9
(167,171,185)
#B4B8C4
(180,184,196)
#C1C5CF
(193,197,207)
#CED2DA
(206,210,218)
#DBDFE5
(219,223,229)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666A82 color. Also use rgb(102,106,130) instead hex code.

Text Font Color

.myTextColor { color: #666A82; }

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

This text font color is #666A82.


Background Color

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

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

This div background color is #666A82.


Border color

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

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

This div border color is #666A82.


Opacity

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

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

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

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

This text has shadow with #666A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666A82 on black background.


Color preview on white background

This text has color #666A82 on white background.



Black color preview on #666A82 background

This text has black color on #666A82 background.


White color preview on #666A82 background

This text has white color on #666A82 background.