COLOR #667DAB

HEX: #667DAB RGB: (102,125,171)

Color info

#667DAB contains mainly green and blue colors. Web safe color of #667DAB is #666699 (or #669).

RGB color model

#667DAB color RGB value is (102,125,171).

RGB: (102,125,171) (40%, 49%, 67%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 171 of 255 = 67%

102
125
171

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

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 171 = 398 (100%)
R 102 of 398 ~ 25.63%
G 125 of 398 ~ 31.41%
B 171 of 398 ~ 42.96'%

%25.63
%31.41
%42.96

CMYK color model

#667DAB color CMYK value is (40,27,0,33).

  • cyan value is 40.35%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (40,27,0,33) C40M27Y0K33 (40%,27%,0%,33%) (0.40/0.27/0.00/0.33) 

CMYK percentages

%40.35
%26.9
%0
%32.94

Codes

Color #667DAB in popluar color models

66 7D AB
RGB 102 125 171
HSL 220° 29.11% 53.53%
HSB/HSV 220° 40.35% 67.06%
CMYK 40.35% 26.90% 0.00%
32.94%

Color #667DAB in popluar number systems.

HEX 66 7D AB
Decimal 102 125 171
Binary 1100110 1111101 10101011
Octal 146 175 253

Shades and tints

Shades of #667DAB

#667DAB
(102,125,171)
#5D729C
(93,114,156)
#54678D
(84,103,141)
#4B5C7E
(75,92,126)
#42516F
(66,81,111)
#394660
(57,70,96)
#303B51
(48,59,81)
#273042
(39,48,66)
#1E2533
(30,37,51)
#151A24
(21,26,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #667DAB

#667DAB
(102,125,171)
#7388B2
(115,136,178)
#8093B9
(128,147,185)
#8D9EC0
(141,158,192)
#9AA9C7
(154,169,199)
#A7B4CE
(167,180,206)
#B4BFD5
(180,191,213)
#C1CADC
(193,202,220)
#CED5E3
(206,213,227)
#DBE0EA
(219,224,234)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667DAB; }

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

This text font color is #667DAB.

Background Color

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

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

This div background color is #667DAB.

Border color

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

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

This div border color is #667DAB.

Opacity

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

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

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

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

This text has shadow with #667DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667DAB.

Preview

Color preview on black background

This text has color #667DAB on black background.


Color preview on white background

This text has color #667DAB on white background.


Black color preview on #667DAB background

This text has black color on #667DAB background.


White color preview on #667DAB background

This text has white color on #667DAB background.


Related colors

Complementary color

Complementary color for #hex is #998254.


I love getcolorcode.com

Triadic colors

1 #AB667D and #7DAB66 with #667DAB are triadic colors.

2 #AB7D66 and #7D66AB with #667DAB are triadic colors.