COLOR #669A80

HEX: #669A80 RGB: (102,154,128)

Color info

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

RGB color model

#669A80 color RGB value is (102,154,128).

RGB: (102,154,128) (40%, 60%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 128 of 255 = 50%

102
154
128

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

Portions of RGB colors in percentages

R + G + B = 102 + 154 + 128 = 384 (100%)
R 102 of 384 ~ 26.56%
G 154 of 384 ~ 40.1%
B 128 of 384 ~ 33.33'%

%26.56
%40.1
%33.33

CMYK color model

#669A80 color CMYK value is (34,0,17,40).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%

CMYK: (34,0,17,40)
C34M0Y17K40 (34%, 0%, 17%, 40%)
(0.34 / 0.00 / 0.17 / 0.40)

CMYK percentages

%33.77
%0
%16.88
%39.61

Codes

Color #669A80 in popluar color models

66 9A 80
RGB 102 154 128
HSL 150° 20.47% 50.20%
HSB/HSV 150° 33.77% 60.39%
CMYK 33.77% 0.00% 16.88%
39.61%

Color #669A80 in popluar number systems.

HEX 66 9A 80
Decimal 102 154 128
Binary 1100110 10011010 10000000
Octal 146 232 200

Shades and tints

Shades of #669A80

#669A80
(102,154,128)
#5D8C75
(93,140,117)
#547E6A
(84,126,106)
#4B705F
(75,112,95)
#426254
(66,98,84)
#395449
(57,84,73)
#30463E
(48,70,62)
#273833
(39,56,51)
#1E2A28
(30,42,40)
#151C1D
(21,28,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #669A80

#669A80
(102,154,128)
#73A38B
(115,163,139)
#80AC96
(128,172,150)
#8DB5A1
(141,181,161)
#9ABEAC
(154,190,172)
#A7C7B7
(167,199,183)
#B4D0C2
(180,208,194)
#C1D9CD
(193,217,205)
#CEE2D8
(206,226,216)
#DBEBE3
(219,235,227)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669A80 color. Also use rgb(102,154,128) instead hex code.

Text Font Color

.myTextColor { color: #669A80; }

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

This text font color is #669A80.

Background Color

.myBgColor { background-color: #669A80; }

<div style="background-color:#669A80">Inner text</div>

This div background color is #669A80.

Border color

.myBorderColor { border: 1px solid #669A80; }

<div style="border:3px solid #669A80">Div</div>

This div border color is #669A80.

Opacity

.myOpacity80 { color: #669A80; opacity: 0.8; }

<p style="color:#669A80;opacity:0.8;">80%</p>

Text with #669A80 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 #669A80;}

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

This text has shadow with #669A80 color.


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

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

This text has shadow with #669A80 primary color and red secondary color.


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

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

This text has shadow with #669A80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #669A80.

Preview

Color preview on black background

This text has color #669A80 on black background.


Color preview on white background

This text has color #669A80 on white background.


Black color preview on #669A80 background

This text has black color on #669A80 background.


White color preview on #669A80 background

This text has white color on #669A80 background.


Related colors

Complementary color

Complementary color for #hex is #99657F.


I love getcolorcode.com

Triadic colors

1 #80669A and #9A8066 with #669A80 are triadic colors.

2 #809A66 and #9A6680 with #669A80 are triadic colors.