COLOR #667F8A

HEX: #667F8A RGB: (102,127,138)

Color info

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

RGB color model

#667F8A color RGB value is (102,127,138).

RGB: (102,127,138) (40%, 50%, 54%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 138 of 255 = 54%

102
127
138

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

Portions of RGB colors in percentages

R + G + B = 102 + 127 + 138 = 367 (100%)
R 102 of 367 ~ 27.79%
G 127 of 367 ~ 34.6%
B 138 of 367 ~ 37.6'%

%27.79
%34.6
%37.6

CMYK color model

#667F8A color CMYK value is (26,8,0,46).

  • cyan value is 26.09%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (26,8,0,46)
C26M8Y0K46 (26%, 8%, 0%, 46%)
(0.26 / 0.08 / 0.00 / 0.46)

CMYK percentages

%26.09
%7.97
%0
%45.88

Codes

Color #667F8A in popluar color models

66 7F 8A
RGB 102 127 138
HSL 198° 15.00% 47.06%
HSB/HSV 198° 26.09% 54.12%
CMYK 26.09% 7.97% 0.00%
45.88%

Color #667F8A in popluar number systems.

HEX 66 7F 8A
Decimal 102 127 138
Binary 1100110 1111111 10001010
Octal 146 177 212

Shades and tints

Shades of #667F8A

#667F8A
(102,127,138)
#5D747E
(93,116,126)
#546972
(84,105,114)
#4B5E66
(75,94,102)
#42535A
(66,83,90)
#39484E
(57,72,78)
#303D42
(48,61,66)
#273236
(39,50,54)
#1E272A
(30,39,42)
#151C1E
(21,28,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #667F8A

#667F8A
(102,127,138)
#738A94
(115,138,148)
#80959E
(128,149,158)
#8DA0A8
(141,160,168)
#9AABB2
(154,171,178)
#A7B6BC
(167,182,188)
#B4C1C6
(180,193,198)
#C1CCD0
(193,204,208)
#CED7DA
(206,215,218)
#DBE2E4
(219,226,228)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667F8A; }

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

This text font color is #667F8A.

Background Color

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

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

This div background color is #667F8A.

Border color

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

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

This div border color is #667F8A.

Opacity

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

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

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

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

This text has shadow with #667F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667F8A.

Preview

Color preview on black background

This text has color #667F8A on black background.


Color preview on white background

This text has color #667F8A on white background.


Black color preview on #667F8A background

This text has black color on #667F8A background.


White color preview on #667F8A background

This text has white color on #667F8A background.


Related colors

Complementary color

Complementary color for #hex is #998075.


I love getcolorcode.com

Triadic colors

1 #8A667F and #7F8A66 with #667F8A are triadic colors.

2 #8A7F66 and #7F668A with #667F8A are triadic colors.