COLOR #667FB8

HEX: #667FB8
RGB: (102,127,184)

Color info

#667FB8 contains mainly green and blue colors. Web safe color of #667FB8 is #6666CC (or #66C).

RGB color model

#667FB8 color RGB value is (102,127,184).

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

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 184 of 255 = 72%

102
127
184

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

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 184 = 413 (100%)
R 102 of 413 ~ 24.7%
G 127 of 413 ~ 30.75%
B 184 of 413 ~ 44.55%

%24.7
%30.75
%44.55

CMYK color model

#667FB8 color CMYK value is (45,31,0,28).

  • cyan value is 44.57%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(45,31,0,28)
C45M31Y0K28 
(45%,31%,0%,28%)
(0.45/0.31/0.00/0.28)	

CMYK percentages

%44.57
%30.98
%0
%27.84

Codes

Color #667FB8 in popluar color models

667FB8
RGB102127184
HSL222°36.61%56.08%
HSB/HSV222°44.57%72.16%
CMYK44.57%30.98%0.00%
27.84%

Color #667FB8 in popluar number systems.

HEX667FB8
Decimal102127184
Binary1100110111111110111000
Octal146177270

Shades and tints

Shades of #667FB8

#667FB8
(102,127,184)
#5D74A8
(93,116,168)
#546998
(84,105,152)
#4B5E88
(75,94,136)
#425378
(66,83,120)
#394868
(57,72,104)
#303D58
(48,61,88)
#273248
(39,50,72)
#1E2738
(30,39,56)
#151C28
(21,28,40)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #667FB8

#667FB8
(102,127,184)
#738ABE
(115,138,190)
#8095C4
(128,149,196)
#8DA0CA
(141,160,202)
#9AABD0
(154,171,208)
#A7B6D6
(167,182,214)
#B4C1DC
(180,193,220)
#C1CCE2
(193,204,226)
#CED7E8
(206,215,232)
#DBE2EE
(219,226,238)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667FB8; }

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

This text font color is #667FB8.


Background Color

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

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

This div background color is #667FB8.


Border color

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

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

This div border color is #667FB8.


Opacity

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

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

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

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

This text has shadow with #667FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667FB8 on black background.


Color preview on white background

This text has color #667FB8 on white background.



Black color preview on #667FB8 background

This text has black color on #667FB8 background.


White color preview on #667FB8 background

This text has white color on #667FB8 background.