COLOR #669B99

HEX: #669B99
RGB: (102,155,153)

Color info

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

RGB color model

#669B99 color RGB value is (102,155,153).

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

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 153 of 255 = 60%

102
155
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 155 + 153 = 410 (100%)
R 102 of 410 ~ 24.88%
G 155 of 410 ~ 37.8%
B 153 of 410 ~ 37.32%

%24.88
%37.8
%37.32

CMYK color model

#669B99 color CMYK value is (34,0,1,39).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(34,0,1,39)
C34M0Y1K39 
(34%,0%,1%,39%)
(0.34/0.00/0.01/0.39)	

CMYK percentages

%34.19
%0
%1.29
%39.22

Codes

Color #669B99 in popluar color models

669B99
RGB102155153
HSL178°20.95%50.39%
HSB/HSV178°34.19%60.78%
CMYK34.19%0.00%1.29%
39.22%

Color #669B99 in popluar number systems.

HEX669B99
Decimal102155153
Binary11001101001101110011001
Octal146233231

Shades and tints

Shades of #669B99

#669B99
(102,155,153)
#5D8D8C
(93,141,140)
#547F7F
(84,127,127)
#4B7172
(75,113,114)
#426365
(66,99,101)
#395558
(57,85,88)
#30474B
(48,71,75)
#27393E
(39,57,62)
#1E2B31
(30,43,49)
#151D24
(21,29,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #669B99

#669B99
(102,155,153)
#73A4A2
(115,164,162)
#80ADAB
(128,173,171)
#8DB6B4
(141,182,180)
#9ABFBD
(154,191,189)
#A7C8C6
(167,200,198)
#B4D1CF
(180,209,207)
#C1DAD8
(193,218,216)
#CEE3E1
(206,227,225)
#DBECEA
(219,236,234)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669B99; }

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

This text font color is #669B99.


Background Color

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

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

This div background color is #669B99.


Border color

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

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

This div border color is #669B99.


Opacity

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

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

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

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

This text has shadow with #669B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669B99 on black background.


Color preview on white background

This text has color #669B99 on white background.



Black color preview on #669B99 background

This text has black color on #669B99 background.


White color preview on #669B99 background

This text has white color on #669B99 background.