COLOR #668D8C

HEX: #668D8C
RGB: (102,141,140)

Color info

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

RGB color model

#668D8C color RGB value is (102,141,140).

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

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 140 of 255 = 55%

102
141
140

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 140 = 383 (100%)
R 102 of 383 ~ 26.63%
G 141 of 383 ~ 36.81%
B 140 of 383 ~ 36.55%

%26.63
%36.81
%36.55

CMYK color model

#668D8C color CMYK value is (28,0,1,45).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 0.71%
  • key color value is 44.71%
CMYK:
(28,0,1,45)
C28M0Y1K45 
(28%,0%,1%,45%)
(0.28/0.00/0.01/0.45)	

CMYK percentages

%27.66
%0
%0.71
%44.71

Codes

Color #668D8C in popluar color models

668D8C
RGB102141140
HSL178°16.05%47.65%
HSB/HSV178°27.66%55.29%
CMYK27.66%0.00%0.71%
44.71%

Color #668D8C in popluar number systems.

HEX668D8C
Decimal102141140
Binary11001101000110110001100
Octal146215214

Shades and tints

Shades of #668D8C

#668D8C
(102,141,140)
#5D8180
(93,129,128)
#547574
(84,117,116)
#4B6968
(75,105,104)
#425D5C
(66,93,92)
#395150
(57,81,80)
#304544
(48,69,68)
#273938
(39,57,56)
#1E2D2C
(30,45,44)
#152120
(21,33,32)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #668D8C

#668D8C
(102,141,140)
#739796
(115,151,150)
#80A1A0
(128,161,160)
#8DABAA
(141,171,170)
#9AB5B4
(154,181,180)
#A7BFBE
(167,191,190)
#B4C9C8
(180,201,200)
#C1D3D2
(193,211,210)
#CEDDDC
(206,221,220)
#DBE7E6
(219,231,230)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668D8C; }

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

This text font color is #668D8C.


Background Color

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

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

This div background color is #668D8C.


Border color

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

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

This div border color is #668D8C.


Opacity

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

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

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

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

This text has shadow with #668D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668D8C on black background.


Color preview on white background

This text has color #668D8C on white background.



Black color preview on #668D8C background

This text has black color on #668D8C background.


White color preview on #668D8C background

This text has white color on #668D8C background.