COLOR #66868C

HEX: #66868C
RGB: (102,134,140)

Color info

#66868C contains red, green and blue colors in about the same proportion. Web safe color of #66868C is #669999 (or #699).

RGB color model

#66868C color RGB value is (102,134,140).

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

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 140 of 255 = 55%

102
134
140

R + G + B ~ 49%. #66868C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 140 = 376 (100%)
R 102 of 376 ~ 27.13%
G 134 of 376 ~ 35.64%
B 140 of 376 ~ 37.23%

%27.13
%35.64
%37.23

CMYK color model

#66868C color CMYK value is (27,4,0,45).

  • cyan value is 27.14%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(27,4,0,45)
C27M4Y0K45 
(27%,4%,0%,45%)
(0.27/0.04/0.00/0.45)	

CMYK percentages

%27.14
%4.29
%0
%45.1

Codes

Color #66868C in popluar color models

66868C
RGB102134140
HSL189°15.70%47.45%
HSB/HSV189°27.14%54.90%
CMYK27.14%4.29%0.00%
45.10%

Color #66868C in popluar number systems.

HEX66868C
Decimal102134140
Binary11001101000011010001100
Octal146206214

Shades and tints

Shades of #66868C

#66868C
(102,134,140)
#5D7A80
(93,122,128)
#546E74
(84,110,116)
#4B6268
(75,98,104)
#42565C
(66,86,92)
#394A50
(57,74,80)
#303E44
(48,62,68)
#273238
(39,50,56)
#1E262C
(30,38,44)
#151A20
(21,26,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #66868C

#66868C
(102,134,140)
#739196
(115,145,150)
#809CA0
(128,156,160)
#8DA7AA
(141,167,170)
#9AB2B4
(154,178,180)
#A7BDBE
(167,189,190)
#B4C8C8
(180,200,200)
#C1D3D2
(193,211,210)
#CEDEDC
(206,222,220)
#DBE9E6
(219,233,230)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66868C color. Also use rgb(102,134,140) instead hex code.

Text Font Color

.myTextColor { color: #66868C; }

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

This text font color is #66868C.


Background Color

.myBgColor { background-color: #66868C; }

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

This div background color is #66868C.


Border color

.myBorderColor { border: 1px solid #66868C; }

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

This div border color is #66868C.


Opacity

.myOpacity80 { color: #66868C; opacity: 0.8; }

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

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

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

This text has shadow with #66868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66868C on black background.


Color preview on white background

This text has color #66868C on white background.



Black color preview on #66868C background

This text has black color on #66868C background.


White color preview on #66868C background

This text has white color on #66868C background.