COLOR #669080

HEX: #669080
RGB: (102,144,128)

Color info

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

RGB color model

#669080 color RGB value is (102,144,128).

  • red value is 102;
  • green value is 144;
  • blue value is 128.
RGB:
(102,144,128)
(40%,56%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 144 of 255 = 56%
B 128 of 255 = 50%

102
144
128

R + G + B ~ 49%. #669080 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 144 + 128 = 374 (100%)
R 102 of 374 ~ 27.27%
G 144 of 374 ~ 38.5%
B 128 of 374 ~ 34.22%

%27.27
%38.5
%34.22

CMYK color model

#669080 color CMYK value is (29,0,11,44).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%
CMYK:
(29,0,11,44)
C29M0Y11K44 
(29%,0%,11%,44%)
(0.29/0.00/0.11/0.44)	

CMYK percentages

%29.17
%0
%11.11
%43.53

Codes

Color #669080 in popluar color models

669080
RGB102144128
HSL157°17.07%48.24%
HSB/HSV157°29.17%56.47%
CMYK29.17%0.00%11.11%
43.53%

Color #669080 in popluar number systems.

HEX669080
Decimal102144128
Binary11001101001000010000000
Octal146220200

Shades and tints

Shades of #669080

#669080
(102,144,128)
#5D8375
(93,131,117)
#54766A
(84,118,106)
#4B695F
(75,105,95)
#425C54
(66,92,84)
#394F49
(57,79,73)
#30423E
(48,66,62)
#273533
(39,53,51)
#1E2828
(30,40,40)
#151B1D
(21,27,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #669080

#669080
(102,144,128)
#739A8B
(115,154,139)
#80A496
(128,164,150)
#8DAEA1
(141,174,161)
#9AB8AC
(154,184,172)
#A7C2B7
(167,194,183)
#B4CCC2
(180,204,194)
#C1D6CD
(193,214,205)
#CEE0D8
(206,224,216)
#DBEAE3
(219,234,227)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669080; }

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

This text font color is #669080.


Background Color

.myBgColor { background-color: #669080; }

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

This div background color is #669080.


Border color

.myBorderColor { border: 1px solid #669080; }

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

This div border color is #669080.


Opacity

.myOpacity80 { color: #669080; opacity: 0.8; }

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

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

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

This text has shadow with #669080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669080 on black background.


Color preview on white background

This text has color #669080 on white background.



Black color preview on #669080 background

This text has black color on #669080 background.


White color preview on #669080 background

This text has white color on #669080 background.