COLOR #667088

HEX: #667088
RGB: (102,112,136)

Color info

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

RGB color model

#667088 color RGB value is (102,112,136).

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

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 136 of 255 = 53%

102
112
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 136 = 350 (100%)
R 102 of 350 ~ 29.14%
G 112 of 350 ~ 32%
B 136 of 350 ~ 38.86%

%29.14
%32
%38.86

CMYK color model

#667088 color CMYK value is (25,18,0,47).

  • cyan value is 25.00%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(25,18,0,47)
C25M18Y0K47 
(25%,18%,0%,47%)
(0.25/0.18/0.00/0.47)	

CMYK percentages

%25
%17.65
%0
%46.67

Codes

Color #667088 in popluar color models

667088
RGB102112136
HSL222°14.29%46.67%
HSB/HSV222°25.00%53.33%
CMYK25.00%17.65%0.00%
46.67%

Color #667088 in popluar number systems.

HEX667088
Decimal102112136
Binary1100110111000010001000
Octal146160210

Shades and tints

Shades of #667088

#667088
(102,112,136)
#5D667C
(93,102,124)
#545C70
(84,92,112)
#4B5264
(75,82,100)
#424858
(66,72,88)
#393E4C
(57,62,76)
#303440
(48,52,64)
#272A34
(39,42,52)
#1E2028
(30,32,40)
#15161C
(21,22,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #667088

#667088
(102,112,136)
#737D92
(115,125,146)
#808A9C
(128,138,156)
#8D97A6
(141,151,166)
#9AA4B0
(154,164,176)
#A7B1BA
(167,177,186)
#B4BEC4
(180,190,196)
#C1CBCE
(193,203,206)
#CED8D8
(206,216,216)
#DBE5E2
(219,229,226)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667088; }

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

This text font color is #667088.


Background Color

.myBgColor { background-color: #667088; }

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

This div background color is #667088.


Border color

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

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

This div border color is #667088.


Opacity

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

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

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

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

This text has shadow with #667088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667088 on black background.


Color preview on white background

This text has color #667088 on white background.



Black color preview on #667088 background

This text has black color on #667088 background.


White color preview on #667088 background

This text has white color on #667088 background.