COLOR #665166

HEX: #665166
RGB: (102,81,102)

Color info

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

RGB color model

#665166 color RGB value is (102,81,102).

  • red value is 102;
  • green value is 81;
  • blue value is 102.
RGB:
(102,81,102)
(40%,32%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 81 of 255 = 32%
B 102 of 255 = 40%

102
81
102

R + G + B ~ 37%. #665166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 81 + 102 = 285 (100%)
R 102 of 285 ~ 35.79%
G 81 of 285 ~ 28.42%
B 102 of 285 ~ 35.79%

%35.79
%28.42
%35.79

CMYK color model

#665166 color CMYK value is (0,21,0,60).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,21,0,60)
C0M21Y0K60 
(0%,21%,0%,60%)
(0.00/0.21/0.00/0.60)	

CMYK percentages

%0
%20.59
%0
%60

Codes

Color #665166 in popluar color models

665166
RGB10281102
HSL300°11.48%35.88%
HSB/HSV300°20.59%40.00%
CMYK0.00%20.59%0.00%
60.00%

Color #665166 in popluar number systems.

HEX665166
Decimal10281102
Binary110011010100011100110
Octal146121146

Shades and tints

Shades of #665166

#665166
(102,81,102)
#5D4A5D
(93,74,93)
#544354
(84,67,84)
#4B3C4B
(75,60,75)
#423542
(66,53,66)
#392E39
(57,46,57)
#302730
(48,39,48)
#272027
(39,32,39)
#1E191E
(30,25,30)
#151215
(21,18,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #665166

#665166
(102,81,102)
#736073
(115,96,115)
#806F80
(128,111,128)
#8D7E8D
(141,126,141)
#9A8D9A
(154,141,154)
#A79CA7
(167,156,167)
#B4ABB4
(180,171,180)
#C1BAC1
(193,186,193)
#CEC9CE
(206,201,206)
#DBD8DB
(219,216,219)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665166; }

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

This text font color is #665166.


Background Color

.myBgColor { background-color: #665166; }

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

This div background color is #665166.


Border color

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

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

This div border color is #665166.


Opacity

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

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

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

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

This text has shadow with #665166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665166 on black background.


Color preview on white background

This text has color #665166 on white background.



Black color preview on #665166 background

This text has black color on #665166 background.


White color preview on #665166 background

This text has white color on #665166 background.