COLOR #667988

HEX: #667988
RGB: (102,121,136)

Color info

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

RGB color model

#667988 color RGB value is (102,121,136).

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

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 136 of 255 = 53%

102
121
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 136 = 359 (100%)
R 102 of 359 ~ 28.41%
G 121 of 359 ~ 33.7%
B 136 of 359 ~ 37.88%

%28.41
%33.7
%37.88

CMYK color model

#667988 color CMYK value is (25,11,0,47).

  • cyan value is 25.00%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(25,11,0,47)
C25M11Y0K47 
(25%,11%,0%,47%)
(0.25/0.11/0.00/0.47)	

CMYK percentages

%25
%11.03
%0
%46.67

Codes

Color #667988 in popluar color models

667988
RGB102121136
HSL206°14.29%46.67%
HSB/HSV206°25.00%53.33%
CMYK25.00%11.03%0.00%
46.67%

Color #667988 in popluar number systems.

HEX667988
Decimal102121136
Binary1100110111100110001000
Octal146171210

Shades and tints

Shades of #667988

#667988
(102,121,136)
#5D6E7C
(93,110,124)
#546370
(84,99,112)
#4B5864
(75,88,100)
#424D58
(66,77,88)
#39424C
(57,66,76)
#303740
(48,55,64)
#272C34
(39,44,52)
#1E2128
(30,33,40)
#15161C
(21,22,28)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #667988

#667988
(102,121,136)
#738592
(115,133,146)
#80919C
(128,145,156)
#8D9DA6
(141,157,166)
#9AA9B0
(154,169,176)
#A7B5BA
(167,181,186)
#B4C1C4
(180,193,196)
#C1CDCE
(193,205,206)
#CED9D8
(206,217,216)
#DBE5E2
(219,229,226)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667988 color. Also use rgb(102,121,136) instead hex code.

Text Font Color

.myTextColor { color: #667988; }

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

This text font color is #667988.


Background Color

.myBgColor { background-color: #667988; }

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

This div background color is #667988.


Border color

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

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

This div border color is #667988.


Opacity

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

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

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

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

This text has shadow with #667988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667988 on black background.


Color preview on white background

This text has color #667988 on white background.



Black color preview on #667988 background

This text has black color on #667988 background.


White color preview on #667988 background

This text has white color on #667988 background.