COLOR #668C7F

HEX: #668C7F
RGB: (102,140,127)

Color info

#668C7F contains red, green and blue colors in about the same proportion. Web safe color of #668C7F is #669966 (or #696).

RGB color model

#668C7F color RGB value is (102,140,127).

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

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 127 of 255 = 50%

102
140
127

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 127 = 369 (100%)
R 102 of 369 ~ 27.64%
G 140 of 369 ~ 37.94%
B 127 of 369 ~ 34.42%

%27.64
%37.94
%34.42

CMYK color model

#668C7F color CMYK value is (27,0,9,45).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(27,0,9,45)
C27M0Y9K45 
(27%,0%,9%,45%)
(0.27/0.00/0.09/0.45)	

CMYK percentages

%27.14
%0
%9.29
%45.1

Codes

Color #668C7F in popluar color models

668C7F
RGB102140127
HSL159°15.70%47.45%
HSB/HSV159°27.14%54.90%
CMYK27.14%0.00%9.29%
45.10%

Color #668C7F in popluar number systems.

HEX668C7F
Decimal102140127
Binary1100110100011001111111
Octal146214177

Shades and tints

Shades of #668C7F

#668C7F
(102,140,127)
#5D8074
(93,128,116)
#547469
(84,116,105)
#4B685E
(75,104,94)
#425C53
(66,92,83)
#395048
(57,80,72)
#30443D
(48,68,61)
#273832
(39,56,50)
#1E2C27
(30,44,39)
#15201C
(21,32,28)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #668C7F

#668C7F
(102,140,127)
#73968A
(115,150,138)
#80A095
(128,160,149)
#8DAAA0
(141,170,160)
#9AB4AB
(154,180,171)
#A7BEB6
(167,190,182)
#B4C8C1
(180,200,193)
#C1D2CC
(193,210,204)
#CEDCD7
(206,220,215)
#DBE6E2
(219,230,226)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668C7F; }

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

This text font color is #668C7F.


Background Color

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

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

This div background color is #668C7F.


Border color

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

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

This div border color is #668C7F.


Opacity

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

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

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

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

This text has shadow with #668C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668C7F on black background.


Color preview on white background

This text has color #668C7F on white background.



Black color preview on #668C7F background

This text has black color on #668C7F background.


White color preview on #668C7F background

This text has white color on #668C7F background.