COLOR #666C83

HEX: #666C83
RGB: (102,108,131)

Color info

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

RGB color model

#666C83 color RGB value is (102,108,131).

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

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 131 of 255 = 51%

102
108
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 131 = 341 (100%)
R 102 of 341 ~ 29.91%
G 108 of 341 ~ 31.67%
B 131 of 341 ~ 38.42%

%29.91
%31.67
%38.42

CMYK color model

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

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

CMYK percentages

%22.14
%17.56
%0
%48.63

Codes

Color #666C83 in popluar color models

666C83
RGB102108131
HSL228°12.45%45.69%
HSB/HSV228°22.14%51.37%
CMYK22.14%17.56%0.00%
48.63%

Color #666C83 in popluar number systems.

HEX666C83
Decimal102108131
Binary1100110110110010000011
Octal146154203

Shades and tints

Shades of #666C83

#666C83
(102,108,131)
#5D6378
(93,99,120)
#545A6D
(84,90,109)
#4B5162
(75,81,98)
#424857
(66,72,87)
#393F4C
(57,63,76)
#303641
(48,54,65)
#272D36
(39,45,54)
#1E242B
(30,36,43)
#151B20
(21,27,32)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #666C83

#666C83
(102,108,131)
#73798E
(115,121,142)
#808699
(128,134,153)
#8D93A4
(141,147,164)
#9AA0AF
(154,160,175)
#A7ADBA
(167,173,186)
#B4BAC5
(180,186,197)
#C1C7D0
(193,199,208)
#CED4DB
(206,212,219)
#DBE1E6
(219,225,230)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C83 color. Also use rgb(102,108,131) instead hex code.

Text Font Color

.myTextColor { color: #666C83; }

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

This text font color is #666C83.


Background Color

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

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

This div background color is #666C83.


Border color

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

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

This div border color is #666C83.


Opacity

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

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

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

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

This text has shadow with #666C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C83 on black background.


Color preview on white background

This text has color #666C83 on white background.



Black color preview on #666C83 background

This text has black color on #666C83 background.


White color preview on #666C83 background

This text has white color on #666C83 background.