COLOR #667DA0

HEX: #667DA0
RGB: (102,125,160)

Color info

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

RGB color model

#667DA0 color RGB value is (102,125,160).

  • red value is 102;
  • green value is 125;
  • blue value is 160.
RGB:
(102,125,160)
(40%,49%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 160 of 255 = 63%

102
125
160

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

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 160 = 387 (100%)
R 102 of 387 ~ 26.36%
G 125 of 387 ~ 32.3%
B 160 of 387 ~ 41.34%

%26.36
%32.3
%41.34

CMYK color model

#667DA0 color CMYK value is (36,22,0,37).

  • cyan value is 36.25%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(36,22,0,37)
C36M22Y0K37 
(36%,22%,0%,37%)
(0.36/0.22/0.00/0.37)	

CMYK percentages

%36.25
%21.88
%0
%37.25

Codes

Color #667DA0 in popluar color models

667DA0
RGB102125160
HSL216°23.39%51.37%
HSB/HSV216°36.25%62.75%
CMYK36.25%21.88%0.00%
37.25%

Color #667DA0 in popluar number systems.

HEX667DA0
Decimal102125160
Binary1100110111110110100000
Octal146175240

Shades and tints

Shades of #667DA0

#667DA0
(102,125,160)
#5D7292
(93,114,146)
#546784
(84,103,132)
#4B5C76
(75,92,118)
#425168
(66,81,104)
#39465A
(57,70,90)
#303B4C
(48,59,76)
#27303E
(39,48,62)
#1E2530
(30,37,48)
#151A22
(21,26,34)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #667DA0

#667DA0
(102,125,160)
#7388A8
(115,136,168)
#8093B0
(128,147,176)
#8D9EB8
(141,158,184)
#9AA9C0
(154,169,192)
#A7B4C8
(167,180,200)
#B4BFD0
(180,191,208)
#C1CAD8
(193,202,216)
#CED5E0
(206,213,224)
#DBE0E8
(219,224,232)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667DA0 color. Also use rgb(102,125,160) instead hex code.

Text Font Color

.myTextColor { color: #667DA0; }

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

This text font color is #667DA0.


Background Color

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

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

This div background color is #667DA0.


Border color

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

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

This div border color is #667DA0.


Opacity

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

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

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

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

This text has shadow with #667DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667DA0 on black background.


Color preview on white background

This text has color #667DA0 on white background.



Black color preview on #667DA0 background

This text has black color on #667DA0 background.


White color preview on #667DA0 background

This text has white color on #667DA0 background.