COLOR #668E96

HEX: #668E96
RGB: (102,142,150)

Color info

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

RGB color model

#668E96 color RGB value is (102,142,150).

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

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 150 of 255 = 59%

102
142
150

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

Portions of RGB colors in percentages

R + G + B =
102 + 142 + 150 = 394 (100%)
R 102 of 394 ~ 25.89%
G 142 of 394 ~ 36.04%
B 150 of 394 ~ 38.07%

%25.89
%36.04
%38.07

CMYK color model

#668E96 color CMYK value is (32,5,0,41).

  • cyan value is 32.00%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(32,5,0,41)
C32M5Y0K41 
(32%,5%,0%,41%)
(0.32/0.05/0.00/0.41)	

CMYK percentages

%32
%5.33
%0
%41.18

Codes

Color #668E96 in popluar color models

668E96
RGB102142150
HSL190°19.05%49.41%
HSB/HSV190°32.00%58.82%
CMYK32.00%5.33%0.00%
41.18%

Color #668E96 in popluar number systems.

HEX668E96
Decimal102142150
Binary11001101000111010010110
Octal146216226

Shades and tints

Shades of #668E96

#668E96
(102,142,150)
#5D8289
(93,130,137)
#54767C
(84,118,124)
#4B6A6F
(75,106,111)
#425E62
(66,94,98)
#395255
(57,82,85)
#304648
(48,70,72)
#273A3B
(39,58,59)
#1E2E2E
(30,46,46)
#152221
(21,34,33)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #668E96

#668E96
(102,142,150)
#73989F
(115,152,159)
#80A2A8
(128,162,168)
#8DACB1
(141,172,177)
#9AB6BA
(154,182,186)
#A7C0C3
(167,192,195)
#B4CACC
(180,202,204)
#C1D4D5
(193,212,213)
#CEDEDE
(206,222,222)
#DBE8E7
(219,232,231)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668E96; }

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

This text font color is #668E96.


Background Color

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

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

This div background color is #668E96.


Border color

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

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

This div border color is #668E96.


Opacity

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

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

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

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

This text has shadow with #668E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668E96 on black background.


Color preview on white background

This text has color #668E96 on white background.



Black color preview on #668E96 background

This text has black color on #668E96 background.


White color preview on #668E96 background

This text has white color on #668E96 background.