COLOR #667B89

HEX: #667B89
RGB: (102,123,137)

Color info

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

RGB color model

#667B89 color RGB value is (102,123,137).

  • red value is 102;
  • green value is 123;
  • blue value is 137.
RGB:
(102,123,137)
(40%,48%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 137 of 255 = 54%

102
123
137

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

Portions of RGB colors in percentages

R + G + B =
102 + 123 + 137 = 362 (100%)
R 102 of 362 ~ 28.18%
G 123 of 362 ~ 33.98%
B 137 of 362 ~ 37.85%

%28.18
%33.98
%37.85

CMYK color model

#667B89 color CMYK value is (26,10,0,46).

  • cyan value is 25.55%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,10,0,46)
C26M10Y0K46 
(26%,10%,0%,46%)
(0.26/0.10/0.00/0.46)	

CMYK percentages

%25.55
%10.22
%0
%46.27

Codes

Color #667B89 in popluar color models

667B89
RGB102123137
HSL204°14.64%46.86%
HSB/HSV204°25.55%53.73%
CMYK25.55%10.22%0.00%
46.27%

Color #667B89 in popluar number systems.

HEX667B89
Decimal102123137
Binary1100110111101110001001
Octal146173211

Shades and tints

Shades of #667B89

#667B89
(102,123,137)
#5D707D
(93,112,125)
#546571
(84,101,113)
#4B5A65
(75,90,101)
#424F59
(66,79,89)
#39444D
(57,68,77)
#303941
(48,57,65)
#272E35
(39,46,53)
#1E2329
(30,35,41)
#15181D
(21,24,29)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #667B89

#667B89
(102,123,137)
#738793
(115,135,147)
#80939D
(128,147,157)
#8D9FA7
(141,159,167)
#9AABB1
(154,171,177)
#A7B7BB
(167,183,187)
#B4C3C5
(180,195,197)
#C1CFCF
(193,207,207)
#CEDBD9
(206,219,217)
#DBE7E3
(219,231,227)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667B89 color. Also use rgb(102,123,137) instead hex code.

Text Font Color

.myTextColor { color: #667B89; }

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

This text font color is #667B89.


Background Color

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

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

This div background color is #667B89.


Border color

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

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

This div border color is #667B89.


Opacity

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

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

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

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

This text has shadow with #667B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667B89 on black background.


Color preview on white background

This text has color #667B89 on white background.



Black color preview on #667B89 background

This text has black color on #667B89 background.


White color preview on #667B89 background

This text has white color on #667B89 background.