COLOR #66867E

HEX: #66867E RGB: (102,134,126)

Color info

#66867E contains red, green and blue colors in about the same proportion. Web safe color of #66867E is #669966 (or #696).

RGB color model

#66867E color RGB value is (102,134,126).

RGB: (102,134,126) (40%, 53%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 126 of 255 = 49%

102
134
126

R + G + B ~ 47%. #66867E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 134 + 126 = 362 (100%)
R 102 of 362 ~ 28.18%
G 134 of 362 ~ 37.02%
B 126 of 362 ~ 34.81'%

%28.18
%37.02
%34.81

CMYK color model

#66867E color CMYK value is (24,0,6,47).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 47.45%

CMYK: (24,0,6,47)
C24M0Y6K47 (24%, 0%, 6%, 47%)
(0.24 / 0.00 / 0.06 / 0.47)

CMYK percentages

%23.88
%0
%5.97
%47.45

Codes

Color #66867E in popluar color models

66 86 7E
RGB 102 134 126
HSL 165° 13.56% 46.27%
HSB/HSV 165° 23.88% 52.55%
CMYK 23.88% 0.00% 5.97%
47.45%

Color #66867E in popluar number systems.

HEX 66 86 7E
Decimal 102 134 126
Binary 1100110 10000110 1111110
Octal 146 206 176

Shades and tints

Shades of #66867E

#66867E
(102,134,126)
#5D7A73
(93,122,115)
#546E68
(84,110,104)
#4B625D
(75,98,93)
#425652
(66,86,82)
#394A47
(57,74,71)
#303E3C
(48,62,60)
#273231
(39,50,49)
#1E2626
(30,38,38)
#151A1B
(21,26,27)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #66867E

#66867E
(102,134,126)
#739189
(115,145,137)
#809C94
(128,156,148)
#8DA79F
(141,167,159)
#9AB2AA
(154,178,170)
#A7BDB5
(167,189,181)
#B4C8C0
(180,200,192)
#C1D3CB
(193,211,203)
#CEDED6
(206,222,214)
#DBE9E1
(219,233,225)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66867E color. Also use rgb(102,134,126) instead hex code.

Text Font Color

.myTextColor { color: #66867E; }

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

This text font color is #66867E.

Background Color

.myBgColor { background-color: #66867E; }

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

This div background color is #66867E.

Border color

.myBorderColor { border: 1px solid #66867E; }

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

This div border color is #66867E.

Opacity

.myOpacity80 { color: #66867E; opacity: 0.8; }

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

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

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

This text has shadow with #66867E color.


.textShadow {text-shadow: 3px 3px 1px #66867E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66867E; -webkit-box-shadow: 1px 1px 3px 2px #66867E; box-shadow:1px 1px 3px 2px #66867E;">
Div content here
</div>

This div box has shadow with color #66867E.

Preview

Color preview on black background

This text has color #66867E on black background.


Color preview on white background

This text has color #66867E on white background.


Black color preview on #66867E background

This text has black color on #66867E background.


White color preview on #66867E background

This text has white color on #66867E background.


Related colors

Complementary color

Complementary color for #hex is #997981.


I love getcolorcode.com

Triadic colors

1 #7E6686 and #867E66 with #66867E are triadic colors.

2 #7E8666 and #86667E with #66867E are triadic colors.