COLOR #667A83

HEX: #667A83
RGB: (102,122,131)

Color info

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

RGB color model

#667A83 color RGB value is (102,122,131).

  • red value is 102;
  • green value is 122;
  • blue value is 131.
RGB:
(102,122,131)
(40%,48%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 131 of 255 = 51%

102
122
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 131 = 355 (100%)
R 102 of 355 ~ 28.73%
G 122 of 355 ~ 34.37%
B 131 of 355 ~ 36.9%

%28.73
%34.37
%36.9

CMYK color model

#667A83 color CMYK value is (22,7,0,49).

  • cyan value is 22.14%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(22,7,0,49)
C22M7Y0K49 
(22%,7%,0%,49%)
(0.22/0.07/0.00/0.49)	

CMYK percentages

%22.14
%6.87
%0
%48.63

Codes

Color #667A83 in popluar color models

667A83
RGB102122131
HSL199°12.45%45.69%
HSB/HSV199°22.14%51.37%
CMYK22.14%6.87%0.00%
48.63%

Color #667A83 in popluar number systems.

HEX667A83
Decimal102122131
Binary1100110111101010000011
Octal146172203

Shades and tints

Shades of #667A83

#667A83
(102,122,131)
#5D6F78
(93,111,120)
#54646D
(84,100,109)
#4B5962
(75,89,98)
#424E57
(66,78,87)
#39434C
(57,67,76)
#303841
(48,56,65)
#272D36
(39,45,54)
#1E222B
(30,34,43)
#151720
(21,23,32)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #667A83

#667A83
(102,122,131)
#73868E
(115,134,142)
#809299
(128,146,153)
#8D9EA4
(141,158,164)
#9AAAAF
(154,170,175)
#A7B6BA
(167,182,186)
#B4C2C5
(180,194,197)
#C1CED0
(193,206,208)
#CEDADB
(206,218,219)
#DBE6E6
(219,230,230)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667A83 color. Also use rgb(102,122,131) instead hex code.

Text Font Color

.myTextColor { color: #667A83; }

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

This text font color is #667A83.


Background Color

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

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

This div background color is #667A83.


Border color

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

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

This div border color is #667A83.


Opacity

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

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

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

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

This text has shadow with #667A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667A83 on black background.


Color preview on white background

This text has color #667A83 on white background.



Black color preview on #667A83 background

This text has black color on #667A83 background.


White color preview on #667A83 background

This text has white color on #667A83 background.