COLOR #667E80

HEX: #667E80
RGB: (102,126,128)

Color info

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

RGB color model

#667E80 color RGB value is (102,126,128).

  • red value is 102;
  • green value is 126;
  • blue value is 128.
RGB:
(102,126,128)
(40%,49%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 128 of 255 = 50%

102
126
128

R + G + B ~ 46%. #667E80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 126 + 128 = 356 (100%)
R 102 of 356 ~ 28.65%
G 126 of 356 ~ 35.39%
B 128 of 356 ~ 35.96%

%28.65
%35.39
%35.96

CMYK color model

#667E80 color CMYK value is (20,2,0,50).

  • cyan value is 20.31%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,2,0,50)
C20M2Y0K50 
(20%,2%,0%,50%)
(0.20/0.02/0.00/0.50)	

CMYK percentages

%20.31
%1.56
%0
%49.8

Codes

Color #667E80 in popluar color models

667E80
RGB102126128
HSL185°11.30%45.10%
HSB/HSV185°20.31%50.20%
CMYK20.31%1.56%0.00%
49.80%

Color #667E80 in popluar number systems.

HEX667E80
Decimal102126128
Binary1100110111111010000000
Octal146176200

Shades and tints

Shades of #667E80

#667E80
(102,126,128)
#5D7375
(93,115,117)
#54686A
(84,104,106)
#4B5D5F
(75,93,95)
#425254
(66,82,84)
#394749
(57,71,73)
#303C3E
(48,60,62)
#273133
(39,49,51)
#1E2628
(30,38,40)
#151B1D
(21,27,29)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #667E80

#667E80
(102,126,128)
#73898B
(115,137,139)
#809496
(128,148,150)
#8D9FA1
(141,159,161)
#9AAAAC
(154,170,172)
#A7B5B7
(167,181,183)
#B4C0C2
(180,192,194)
#C1CBCD
(193,203,205)
#CED6D8
(206,214,216)
#DBE1E3
(219,225,227)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667E80 color. Also use rgb(102,126,128) instead hex code.

Text Font Color

.myTextColor { color: #667E80; }

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

This text font color is #667E80.


Background Color

.myBgColor { background-color: #667E80; }

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

This div background color is #667E80.


Border color

.myBorderColor { border: 1px solid #667E80; }

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

This div border color is #667E80.


Opacity

.myOpacity80 { color: #667E80; opacity: 0.8; }

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

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

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

This text has shadow with #667E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667E80 on black background.


Color preview on white background

This text has color #667E80 on white background.



Black color preview on #667E80 background

This text has black color on #667E80 background.


White color preview on #667E80 background

This text has white color on #667E80 background.