COLOR #668988

HEX: #668988
RGB: (102,137,136)

Color info

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

RGB color model

#668988 color RGB value is (102,137,136).

  • red value is 102;
  • green value is 137;
  • blue value is 136.
RGB:
(102,137,136)
(40%,54%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 137 of 255 = 54%
B 136 of 255 = 53%

102
137
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 137 + 136 = 375 (100%)
R 102 of 375 ~ 27.2%
G 137 of 375 ~ 36.53%
B 136 of 375 ~ 36.27%

%27.2
%36.53
%36.27

CMYK color model

#668988 color CMYK value is (26,0,1,46).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(26,0,1,46)
C26M0Y1K46 
(26%,0%,1%,46%)
(0.26/0.00/0.01/0.46)	

CMYK percentages

%25.55
%0
%0.73
%46.27

Codes

Color #668988 in popluar color models

668988
RGB102137136
HSL178°14.64%46.86%
HSB/HSV178°25.55%53.73%
CMYK25.55%0.00%0.73%
46.27%

Color #668988 in popluar number systems.

HEX668988
Decimal102137136
Binary11001101000100110001000
Octal146211210

Shades and tints

Shades of #668988

#668988
(102,137,136)
#5D7D7C
(93,125,124)
#547170
(84,113,112)
#4B6564
(75,101,100)
#425958
(66,89,88)
#394D4C
(57,77,76)
#304140
(48,65,64)
#273534
(39,53,52)
#1E2928
(30,41,40)
#151D1C
(21,29,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #668988

#668988
(102,137,136)
#739392
(115,147,146)
#809D9C
(128,157,156)
#8DA7A6
(141,167,166)
#9AB1B0
(154,177,176)
#A7BBBA
(167,187,186)
#B4C5C4
(180,197,196)
#C1CFCE
(193,207,206)
#CED9D8
(206,217,216)
#DBE3E2
(219,227,226)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668988 color. Also use rgb(102,137,136) instead hex code.

Text Font Color

.myTextColor { color: #668988; }

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

This text font color is #668988.


Background Color

.myBgColor { background-color: #668988; }

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

This div background color is #668988.


Border color

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

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

This div border color is #668988.


Opacity

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

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

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

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

This text has shadow with #668988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668988 on black background.


Color preview on white background

This text has color #668988 on white background.



Black color preview on #668988 background

This text has black color on #668988 background.


White color preview on #668988 background

This text has white color on #668988 background.