COLOR #667087

HEX: #667087
RGB: (102,112,135)

Color info

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

RGB color model

#667087 color RGB value is (102,112,135).

  • red value is 102;
  • green value is 112;
  • blue value is 135.
RGB:
(102,112,135)
(40%,44%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 135 of 255 = 53%

102
112
135

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 135 = 349 (100%)
R 102 of 349 ~ 29.23%
G 112 of 349 ~ 32.09%
B 135 of 349 ~ 38.68%

%29.23
%32.09
%38.68

CMYK color model

#667087 color CMYK value is (24,17,0,47).

  • cyan value is 24.44%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,17,0,47)
C24M17Y0K47 
(24%,17%,0%,47%)
(0.24/0.17/0.00/0.47)	

CMYK percentages

%24.44
%17.04
%0
%47.06

Codes

Color #667087 in popluar color models

667087
RGB102112135
HSL222°13.92%46.47%
HSB/HSV222°24.44%52.94%
CMYK24.44%17.04%0.00%
47.06%

Color #667087 in popluar number systems.

HEX667087
Decimal102112135
Binary1100110111000010000111
Octal146160207

Shades and tints

Shades of #667087

#667087
(102,112,135)
#5D667B
(93,102,123)
#545C6F
(84,92,111)
#4B5263
(75,82,99)
#424857
(66,72,87)
#393E4B
(57,62,75)
#30343F
(48,52,63)
#272A33
(39,42,51)
#1E2027
(30,32,39)
#15161B
(21,22,27)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #667087

#667087
(102,112,135)
#737D91
(115,125,145)
#808A9B
(128,138,155)
#8D97A5
(141,151,165)
#9AA4AF
(154,164,175)
#A7B1B9
(167,177,185)
#B4BEC3
(180,190,195)
#C1CBCD
(193,203,205)
#CED8D7
(206,216,215)
#DBE5E1
(219,229,225)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667087; }

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

This text font color is #667087.


Background Color

.myBgColor { background-color: #667087; }

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

This div background color is #667087.


Border color

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

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

This div border color is #667087.


Opacity

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

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

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

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

This text has shadow with #667087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667087 on black background.


Color preview on white background

This text has color #667087 on white background.



Black color preview on #667087 background

This text has black color on #667087 background.


White color preview on #667087 background

This text has white color on #667087 background.