COLOR #668E9D

HEX: #668E9D
RGB: (102,142,157)

Color info

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

RGB color model

#668E9D color RGB value is (102,142,157).

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

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 157 of 255 = 62%

102
142
157

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

Portions of RGB colors in percentages

R + G + B =
102 + 142 + 157 = 401 (100%)
R 102 of 401 ~ 25.44%
G 142 of 401 ~ 35.41%
B 157 of 401 ~ 39.15%

%25.44
%35.41
%39.15

CMYK color model

#668E9D color CMYK value is (35,10,0,38).

  • cyan value is 35.03%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(35,10,0,38)
C35M10Y0K38 
(35%,10%,0%,38%)
(0.35/0.10/0.00/0.38)	

CMYK percentages

%35.03
%9.55
%0
%38.43

Codes

Color #668E9D in popluar color models

668E9D
RGB102142157
HSL196°21.91%50.78%
HSB/HSV196°35.03%61.57%
CMYK35.03%9.55%0.00%
38.43%

Color #668E9D in popluar number systems.

HEX668E9D
Decimal102142157
Binary11001101000111010011101
Octal146216235

Shades and tints

Shades of #668E9D

#668E9D
(102,142,157)
#5D828F
(93,130,143)
#547681
(84,118,129)
#4B6A73
(75,106,115)
#425E65
(66,94,101)
#395257
(57,82,87)
#304649
(48,70,73)
#273A3B
(39,58,59)
#1E2E2D
(30,46,45)
#15221F
(21,34,31)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #668E9D

#668E9D
(102,142,157)
#7398A5
(115,152,165)
#80A2AD
(128,162,173)
#8DACB5
(141,172,181)
#9AB6BD
(154,182,189)
#A7C0C5
(167,192,197)
#B4CACD
(180,202,205)
#C1D4D5
(193,212,213)
#CEDEDD
(206,222,221)
#DBE8E5
(219,232,229)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668E9D; }

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

This text font color is #668E9D.


Background Color

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

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

This div background color is #668E9D.


Border color

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

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

This div border color is #668E9D.


Opacity

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

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

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

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

This text has shadow with #668E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668E9D on black background.


Color preview on white background

This text has color #668E9D on white background.



Black color preview on #668E9D background

This text has black color on #668E9D background.


White color preview on #668E9D background

This text has white color on #668E9D background.