COLOR #667F92

HEX: #667F92
RGB: (102,127,146)

Color info

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

RGB color model

#667F92 color RGB value is (102,127,146).

  • red value is 102;
  • green value is 127;
  • blue value is 146.
RGB:
(102,127,146)
(40%,50%,57%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 146 of 255 = 57%

102
127
146

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

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 146 = 375 (100%)
R 102 of 375 ~ 27.2%
G 127 of 375 ~ 33.87%
B 146 of 375 ~ 38.93%

%27.2
%33.87
%38.93

CMYK color model

#667F92 color CMYK value is (30,13,0,43).

  • cyan value is 30.14%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(30,13,0,43)
C30M13Y0K43 
(30%,13%,0%,43%)
(0.30/0.13/0.00/0.43)	

CMYK percentages

%30.14
%13.01
%0
%42.75

Codes

Color #667F92 in popluar color models

667F92
RGB102127146
HSL206°17.74%48.63%
HSB/HSV206°30.14%57.25%
CMYK30.14%13.01%0.00%
42.75%

Color #667F92 in popluar number systems.

HEX667F92
Decimal102127146
Binary1100110111111110010010
Octal146177222

Shades and tints

Shades of #667F92

#667F92
(102,127,146)
#5D7485
(93,116,133)
#546978
(84,105,120)
#4B5E6B
(75,94,107)
#42535E
(66,83,94)
#394851
(57,72,81)
#303D44
(48,61,68)
#273237
(39,50,55)
#1E272A
(30,39,42)
#151C1D
(21,28,29)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #667F92

#667F92
(102,127,146)
#738A9B
(115,138,155)
#8095A4
(128,149,164)
#8DA0AD
(141,160,173)
#9AABB6
(154,171,182)
#A7B6BF
(167,182,191)
#B4C1C8
(180,193,200)
#C1CCD1
(193,204,209)
#CED7DA
(206,215,218)
#DBE2E3
(219,226,227)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667F92 color. Also use rgb(102,127,146) instead hex code.

Text Font Color

.myTextColor { color: #667F92; }

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

This text font color is #667F92.


Background Color

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

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

This div background color is #667F92.


Border color

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

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

This div border color is #667F92.


Opacity

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

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

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

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

This text has shadow with #667F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667F92 on black background.


Color preview on white background

This text has color #667F92 on white background.



Black color preview on #667F92 background

This text has black color on #667F92 background.


White color preview on #667F92 background

This text has white color on #667F92 background.