COLOR #667D81

HEX: #667D81 RGB: (102,125,129)

Color info

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

RGB color model

#667D81 color RGB value is (102,125,129).

RGB: (102,125,129) (40%, 49%, 51%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 129 of 255 = 51%

102
125
129

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

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 129 = 356 (100%)
R 102 of 356 ~ 28.65%
G 125 of 356 ~ 35.11%
B 129 of 356 ~ 36.24'%

%28.65
%35.11
%36.24

CMYK color model

#667D81 color CMYK value is (21,3,0,49).

  • cyan value is 20.93%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (21,3,0,49) C21M3Y0K49 (21%,3%,0%,49%) (0.21/0.03/0.00/0.49) 

CMYK percentages

%20.93
%3.1
%0
%49.41

Codes

Color #667D81 in popluar color models

66 7D 81
RGB 102 125 129
HSL 189° 11.69% 45.29%
HSB/HSV 189° 20.93% 50.59%
CMYK 20.93% 3.10% 0.00%
49.41%

Color #667D81 in popluar number systems.

HEX 66 7D 81
Decimal 102 125 129
Binary 1100110 1111101 10000001
Octal 146 175 201

Shades and tints

Shades of #667D81

#667D81
(102,125,129)
#5D7276
(93,114,118)
#54676B
(84,103,107)
#4B5C60
(75,92,96)
#425155
(66,81,85)
#39464A
(57,70,74)
#303B3F
(48,59,63)
#273034
(39,48,52)
#1E2529
(30,37,41)
#151A1E
(21,26,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #667D81

#667D81
(102,125,129)
#73888C
(115,136,140)
#809397
(128,147,151)
#8D9EA2
(141,158,162)
#9AA9AD
(154,169,173)
#A7B4B8
(167,180,184)
#B4BFC3
(180,191,195)
#C1CACE
(193,202,206)
#CED5D9
(206,213,217)
#DBE0E4
(219,224,228)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667D81; }

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

This text font color is #667D81.

Background Color

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

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

This div background color is #667D81.

Border color

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

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

This div border color is #667D81.

Opacity

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

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

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

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

This text has shadow with #667D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667D81.

Preview

Color preview on black background

This text has color #667D81 on black background.


Color preview on white background

This text has color #667D81 on white background.


Black color preview on #667D81 background

This text has black color on #667D81 background.


White color preview on #667D81 background

This text has white color on #667D81 background.


Related colors

Complementary color

Complementary color for #hex is #99827E.


I love getcolorcode.com

Triadic colors

1 #81667D and #7D8166 with #667D81 are triadic colors.

2 #817D66 and #7D6681 with #667D81 are triadic colors.