COLOR #669B89

HEX: #669B89
RGB: (102,155,137)

Color info

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

RGB color model

#669B89 color RGB value is (102,155,137).

  • red value is 102;
  • green value is 155;
  • blue value is 137.
RGB:
(102,155,137)
(40%,61%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 137 of 255 = 54%

102
155
137

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

Portions of RGB colors in percentages

R + G + B =
102 + 155 + 137 = 394 (100%)
R 102 of 394 ~ 25.89%
G 155 of 394 ~ 39.34%
B 137 of 394 ~ 34.77%

%25.89
%39.34
%34.77

CMYK color model

#669B89 color CMYK value is (34,0,12,39).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 39.22%
CMYK:
(34,0,12,39)
C34M0Y12K39 
(34%,0%,12%,39%)
(0.34/0.00/0.12/0.39)	

CMYK percentages

%34.19
%0
%11.61
%39.22

Codes

Color #669B89 in popluar color models

669B89
RGB102155137
HSL160°20.95%50.39%
HSB/HSV160°34.19%60.78%
CMYK34.19%0.00%11.61%
39.22%

Color #669B89 in popluar number systems.

HEX669B89
Decimal102155137
Binary11001101001101110001001
Octal146233211

Shades and tints

Shades of #669B89

#669B89
(102,155,137)
#5D8D7D
(93,141,125)
#547F71
(84,127,113)
#4B7165
(75,113,101)
#426359
(66,99,89)
#39554D
(57,85,77)
#304741
(48,71,65)
#273935
(39,57,53)
#1E2B29
(30,43,41)
#151D1D
(21,29,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #669B89

#669B89
(102,155,137)
#73A493
(115,164,147)
#80AD9D
(128,173,157)
#8DB6A7
(141,182,167)
#9ABFB1
(154,191,177)
#A7C8BB
(167,200,187)
#B4D1C5
(180,209,197)
#C1DACF
(193,218,207)
#CEE3D9
(206,227,217)
#DBECE3
(219,236,227)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669B89 color. Also use rgb(102,155,137) instead hex code.

Text Font Color

.myTextColor { color: #669B89; }

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

This text font color is #669B89.


Background Color

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

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

This div background color is #669B89.


Border color

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

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

This div border color is #669B89.


Opacity

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

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

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

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

This text has shadow with #669B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669B89 on black background.


Color preview on white background

This text has color #669B89 on white background.



Black color preview on #669B89 background

This text has black color on #669B89 background.


White color preview on #669B89 background

This text has white color on #669B89 background.