COLOR #668E87

HEX: #668E87 RGB: (102,142,135)

Color info

#668E87 contains red, green and blue colors in about the same proportion. Web safe color of #668E87 is #669999 (or #699).

RGB color model

#668E87 color RGB value is (102,142,135).

RGB: (102,142,135) (40%, 56%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 135 of 255 = 53%

102
142
135

R + G + B ~ 50%. #668E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 142 + 135 = 379 (100%)
R 102 of 379 ~ 26.91%
G 142 of 379 ~ 37.47%
B 135 of 379 ~ 35.62'%

%26.91
%37.47
%35.62

CMYK color model

#668E87 color CMYK value is (28,0,5,44).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 44.31%

CMYK: (28,0,5,44)
C28M0Y5K44 (28%, 0%, 5%, 44%)
(0.28 / 0.00 / 0.05 / 0.44)

CMYK percentages

%28.17
%0
%4.93
%44.31

Codes

Color #668E87 in popluar color models

66 8E 87
RGB 102 142 135
HSL 170° 16.39% 47.84%
HSB/HSV 170° 28.17% 55.69%
CMYK 28.17% 0.00% 4.93%
44.31%

Color #668E87 in popluar number systems.

HEX 66 8E 87
Decimal 102 142 135
Binary 1100110 10001110 10000111
Octal 146 216 207

Shades and tints

Shades of #668E87

#668E87
(102,142,135)
#5D827B
(93,130,123)
#54766F
(84,118,111)
#4B6A63
(75,106,99)
#425E57
(66,94,87)
#39524B
(57,82,75)
#30463F
(48,70,63)
#273A33
(39,58,51)
#1E2E27
(30,46,39)
#15221B
(21,34,27)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #668E87

#668E87
(102,142,135)
#739891
(115,152,145)
#80A29B
(128,162,155)
#8DACA5
(141,172,165)
#9AB6AF
(154,182,175)
#A7C0B9
(167,192,185)
#B4CAC3
(180,202,195)
#C1D4CD
(193,212,205)
#CEDED7
(206,222,215)
#DBE8E1
(219,232,225)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668E87 color. Also use rgb(102,142,135) instead hex code.

Text Font Color

.myTextColor { color: #668E87; }

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

This text font color is #668E87.

Background Color

.myBgColor { background-color: #668E87; }

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

This div background color is #668E87.

Border color

.myBorderColor { border: 1px solid #668E87; }

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

This div border color is #668E87.

Opacity

.myOpacity80 { color: #668E87; opacity: 0.8; }

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

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

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

This text has shadow with #668E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668E87.

Preview

Color preview on black background

This text has color #668E87 on black background.


Color preview on white background

This text has color #668E87 on white background.


Black color preview on #668E87 background

This text has black color on #668E87 background.


White color preview on #668E87 background

This text has white color on #668E87 background.


Related colors

Complementary color

Complementary color for #hex is #997178.


I love getcolorcode.com

Triadic colors

1 #87668E and #8E8766 with #668E87 are triadic colors.

2 #878E66 and #8E6687 with #668E87 are triadic colors.