COLOR #668D8E

HEX: #668D8E
RGB: (102,141,142)

Color info

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

RGB color model

#668D8E color RGB value is (102,141,142).

  • red value is 102;
  • green value is 141;
  • blue value is 142.
RGB:
(102,141,142)
(40%,55%,56%)

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 142 of 255 = 56%

102
141
142

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 142 = 385 (100%)
R 102 of 385 ~ 26.49%
G 141 of 385 ~ 36.62%
B 142 of 385 ~ 36.88%

%26.49
%36.62
%36.88

CMYK color model

#668D8E color CMYK value is (28,1,0,44).

  • cyan value is 28.17%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(28,1,0,44)
C28M1Y0K44 
(28%,1%,0%,44%)
(0.28/0.01/0.00/0.44)	

CMYK percentages

%28.17
%0.7
%0
%44.31

Codes

Color #668D8E in popluar color models

668D8E
RGB102141142
HSL182°16.39%47.84%
HSB/HSV182°28.17%55.69%
CMYK28.17%0.70%0.00%
44.31%

Color #668D8E in popluar number systems.

HEX668D8E
Decimal102141142
Binary11001101000110110001110
Octal146215216

Shades and tints

Shades of #668D8E

#668D8E
(102,141,142)
#5D8182
(93,129,130)
#547576
(84,117,118)
#4B696A
(75,105,106)
#425D5E
(66,93,94)
#395152
(57,81,82)
#304546
(48,69,70)
#27393A
(39,57,58)
#1E2D2E
(30,45,46)
#152122
(21,33,34)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #668D8E

#668D8E
(102,141,142)
#739798
(115,151,152)
#80A1A2
(128,161,162)
#8DABAC
(141,171,172)
#9AB5B6
(154,181,182)
#A7BFC0
(167,191,192)
#B4C9CA
(180,201,202)
#C1D3D4
(193,211,212)
#CEDDDE
(206,221,222)
#DBE7E8
(219,231,232)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668D8E; }

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

This text font color is #668D8E.


Background Color

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

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

This div background color is #668D8E.


Border color

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

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

This div border color is #668D8E.


Opacity

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

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

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

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

This text has shadow with #668D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668D8E on black background.


Color preview on white background

This text has color #668D8E on white background.



Black color preview on #668D8E background

This text has black color on #668D8E background.


White color preview on #668D8E background

This text has white color on #668D8E background.