COLOR #667887

HEX: #667887
RGB: (102,120,135)

Color info

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

RGB color model

#667887 color RGB value is (102,120,135).

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

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 135 of 255 = 53%

102
120
135

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 135 = 357 (100%)
R 102 of 357 ~ 28.57%
G 120 of 357 ~ 33.61%
B 135 of 357 ~ 37.82%

%28.57
%33.61
%37.82

CMYK color model

#667887 color CMYK value is (24,11,0,47).

  • cyan value is 24.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,11,0,47)
C24M11Y0K47 
(24%,11%,0%,47%)
(0.24/0.11/0.00/0.47)	

CMYK percentages

%24.44
%11.11
%0
%47.06

Codes

Color #667887 in popluar color models

667887
RGB102120135
HSL207°13.92%46.47%
HSB/HSV207°24.44%52.94%
CMYK24.44%11.11%0.00%
47.06%

Color #667887 in popluar number systems.

HEX667887
Decimal102120135
Binary1100110111100010000111
Octal146170207

Shades and tints

Shades of #667887

#667887
(102,120,135)
#5D6E7B
(93,110,123)
#54646F
(84,100,111)
#4B5A63
(75,90,99)
#425057
(66,80,87)
#39464B
(57,70,75)
#303C3F
(48,60,63)
#273233
(39,50,51)
#1E2827
(30,40,39)
#151E1B
(21,30,27)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #667887

#667887
(102,120,135)
#738491
(115,132,145)
#80909B
(128,144,155)
#8D9CA5
(141,156,165)
#9AA8AF
(154,168,175)
#A7B4B9
(167,180,185)
#B4C0C3
(180,192,195)
#C1CCCD
(193,204,205)
#CED8D7
(206,216,215)
#DBE4E1
(219,228,225)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667887; }

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

This text font color is #667887.


Background Color

.myBgColor { background-color: #667887; }

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

This div background color is #667887.


Border color

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

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

This div border color is #667887.


Opacity

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

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

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

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

This text has shadow with #667887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667887 on black background.


Color preview on white background

This text has color #667887 on white background.



Black color preview on #667887 background

This text has black color on #667887 background.


White color preview on #667887 background

This text has white color on #667887 background.