COLOR #668C9C

HEX: #668C9C
RGB: (102,140,156)

Color info

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

RGB color model

#668C9C color RGB value is (102,140,156).

  • red value is 102;
  • green value is 140;
  • blue value is 156.
RGB:
(102,140,156)
(40%,55%,61%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 156 of 255 = 61%

102
140
156

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 156 = 398 (100%)
R 102 of 398 ~ 25.63%
G 140 of 398 ~ 35.18%
B 156 of 398 ~ 39.2%

%25.63
%35.18
%39.2

CMYK color model

#668C9C color CMYK value is (35,10,0,39).

  • cyan value is 34.62%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(35,10,0,39)
C35M10Y0K39 
(35%,10%,0%,39%)
(0.35/0.10/0.00/0.39)	

CMYK percentages

%34.62
%10.26
%0
%38.82

Codes

Color #668C9C in popluar color models

668C9C
RGB102140156
HSL198°21.43%50.59%
HSB/HSV198°34.62%61.18%
CMYK34.62%10.26%0.00%
38.82%

Color #668C9C in popluar number systems.

HEX668C9C
Decimal102140156
Binary11001101000110010011100
Octal146214234

Shades and tints

Shades of #668C9C

#668C9C
(102,140,156)
#5D808E
(93,128,142)
#547480
(84,116,128)
#4B6872
(75,104,114)
#425C64
(66,92,100)
#395056
(57,80,86)
#304448
(48,68,72)
#27383A
(39,56,58)
#1E2C2C
(30,44,44)
#15201E
(21,32,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #668C9C

#668C9C
(102,140,156)
#7396A5
(115,150,165)
#80A0AE
(128,160,174)
#8DAAB7
(141,170,183)
#9AB4C0
(154,180,192)
#A7BEC9
(167,190,201)
#B4C8D2
(180,200,210)
#C1D2DB
(193,210,219)
#CEDCE4
(206,220,228)
#DBE6ED
(219,230,237)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668C9C color. Also use rgb(102,140,156) instead hex code.

Text Font Color

.myTextColor { color: #668C9C; }

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

This text font color is #668C9C.


Background Color

.myBgColor { background-color: #668C9C; }

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

This div background color is #668C9C.


Border color

.myBorderColor { border: 1px solid #668C9C; }

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

This div border color is #668C9C.


Opacity

.myOpacity80 { color: #668C9C; opacity: 0.8; }

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

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

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

This text has shadow with #668C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668C9C on black background.


Color preview on white background

This text has color #668C9C on white background.



Black color preview on #668C9C background

This text has black color on #668C9C background.


White color preview on #668C9C background

This text has white color on #668C9C background.