COLOR #669695

HEX: #669695
RGB: (102,150,149)

Color info

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

RGB color model

#669695 color RGB value is (102,150,149).

  • red value is 102;
  • green value is 150;
  • blue value is 149.
RGB:
(102,150,149)
(40%,59%,58%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 149 of 255 = 58%

102
150
149

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

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 149 = 401 (100%)
R 102 of 401 ~ 25.44%
G 150 of 401 ~ 37.41%
B 149 of 401 ~ 37.16%

%25.44
%37.41
%37.16

CMYK color model

#669695 color CMYK value is (32,0,1,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(32,0,1,41)
C32M0Y1K41 
(32%,0%,1%,41%)
(0.32/0.00/0.01/0.41)	

CMYK percentages

%32
%0
%0.67
%41.18

Codes

Color #669695 in popluar color models

669695
RGB102150149
HSL179°19.05%49.41%
HSB/HSV179°32.00%58.82%
CMYK32.00%0.00%0.67%
41.18%

Color #669695 in popluar number systems.

HEX669695
Decimal102150149
Binary11001101001011010010101
Octal146226225

Shades and tints

Shades of #669695

#669695
(102,150,149)
#5D8988
(93,137,136)
#547C7B
(84,124,123)
#4B6F6E
(75,111,110)
#426261
(66,98,97)
#395554
(57,85,84)
#304847
(48,72,71)
#273B3A
(39,59,58)
#1E2E2D
(30,46,45)
#152120
(21,33,32)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #669695

#669695
(102,150,149)
#739F9E
(115,159,158)
#80A8A7
(128,168,167)
#8DB1B0
(141,177,176)
#9ABAB9
(154,186,185)
#A7C3C2
(167,195,194)
#B4CCCB
(180,204,203)
#C1D5D4
(193,213,212)
#CEDEDD
(206,222,221)
#DBE7E6
(219,231,230)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669695 color. Also use rgb(102,150,149) instead hex code.

Text Font Color

.myTextColor { color: #669695; }

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

This text font color is #669695.


Background Color

.myBgColor { background-color: #669695; }

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

This div background color is #669695.


Border color

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

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

This div border color is #669695.


Opacity

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

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

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

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

This text has shadow with #669695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669695 on black background.


Color preview on white background

This text has color #669695 on white background.



Black color preview on #669695 background

This text has black color on #669695 background.


White color preview on #669695 background

This text has white color on #669695 background.