COLOR #668A7F

HEX: #668A7F RGB: (102,138,127)

Color info

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

RGB color model

#668A7F color RGB value is (102,138,127).

RGB: (102,138,127) (40%, 54%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 127 of 255 = 50%

102
138
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 138 + 127 = 367 (100%)
R 102 of 367 ~ 27.79%
G 138 of 367 ~ 37.6%
B 127 of 367 ~ 34.6'%

%27.79
%37.6
%34.6

CMYK color model

#668A7F color CMYK value is (26,0,8,46).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%

CMYK: (26,0,8,46)
C26M0Y8K46 (26%, 0%, 8%, 46%)
(0.26 / 0.00 / 0.08 / 0.46)

CMYK percentages

%26.09
%0
%7.97
%45.88

Codes

Color #668A7F in popluar color models

66 8A 7F
RGB 102 138 127
HSL 162° 15.00% 47.06%
HSB/HSV 162° 26.09% 54.12%
CMYK 26.09% 0.00% 7.97%
45.88%

Color #668A7F in popluar number systems.

HEX 66 8A 7F
Decimal 102 138 127
Binary 1100110 10001010 1111111
Octal 146 212 177

Shades and tints

Shades of #668A7F

#668A7F
(102,138,127)
#5D7E74
(93,126,116)
#547269
(84,114,105)
#4B665E
(75,102,94)
#425A53
(66,90,83)
#394E48
(57,78,72)
#30423D
(48,66,61)
#273632
(39,54,50)
#1E2A27
(30,42,39)
#151E1C
(21,30,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #668A7F

#668A7F
(102,138,127)
#73948A
(115,148,138)
#809E95
(128,158,149)
#8DA8A0
(141,168,160)
#9AB2AB
(154,178,171)
#A7BCB6
(167,188,182)
#B4C6C1
(180,198,193)
#C1D0CC
(193,208,204)
#CEDAD7
(206,218,215)
#DBE4E2
(219,228,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668A7F; }

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

This text font color is #668A7F.

Background Color

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

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

This div background color is #668A7F.

Border color

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

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

This div border color is #668A7F.

Opacity

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

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

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

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

This text has shadow with #668A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668A7F.

Preview

Color preview on black background

This text has color #668A7F on black background.


Color preview on white background

This text has color #668A7F on white background.


Black color preview on #668A7F background

This text has black color on #668A7F background.


White color preview on #668A7F background

This text has white color on #668A7F background.


Related colors

Complementary color

Complementary color for #hex is #997580.


I love getcolorcode.com

Triadic colors

1 #7F668A and #8A7F66 with #668A7F are triadic colors.

2 #7F8A66 and #8A667F with #668A7F are triadic colors.