COLOR #668888

HEX: #668888 RGB: (102,136,136)

Color info

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

RGB color model

#668888 color RGB value is (102,136,136).

RGB: (102,136,136) (40%, 53%, 53%)

RGB channels and saturation

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

102
136
136

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

Portions of RGB colors in percentages

R + G + B = 102 + 136 + 136 = 374 (100%)
R 102 of 374 ~ 27.27%
G 136 of 374 ~ 36.36%
B 136 of 374 ~ 36.36'%

%27.27
%36.36
%36.36

CMYK color model

#668888 color CMYK value is (25,0,0,47).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (25,0,0,47)
C25M0Y0K47 (25%, 0%, 0%, 47%)
(0.25 / 0.00 / 0.00 / 0.47)

CMYK percentages

%25
%0
%0
%46.67

Codes

Color #668888 in popluar color models

66 88 88
RGB 102 136 136
HSL 180° 14.29% 46.67%
HSB/HSV 180° 25.00% 53.33%
CMYK 25.00% 0.00% 0.00%
46.67%

Color #668888 in popluar number systems.

HEX 66 88 88
Decimal 102 136 136
Binary 1100110 10001000 10001000
Octal 146 210 210

Shades and tints

Shades of #668888

#668888
(102,136,136)
#5D7C7C
(93,124,124)
#547070
(84,112,112)
#4B6464
(75,100,100)
#425858
(66,88,88)
#394C4C
(57,76,76)
#304040
(48,64,64)
#273434
(39,52,52)
#1E2828
(30,40,40)
#151C1C
(21,28,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #668888

#668888
(102,136,136)
#739292
(115,146,146)
#809C9C
(128,156,156)
#8DA6A6
(141,166,166)
#9AB0B0
(154,176,176)
#A7BABA
(167,186,186)
#B4C4C4
(180,196,196)
#C1CECE
(193,206,206)
#CED8D8
(206,216,216)
#DBE2E2
(219,226,226)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668888; }

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

This text font color is #668888.

Background Color

.myBgColor { background-color: #668888; }

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

This div background color is #668888.

Border color

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

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

This div border color is #668888.

Opacity

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

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

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

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

This text has shadow with #668888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668888.

Preview

Color preview on black background

This text has color #668888 on black background.


Color preview on white background

This text has color #668888 on white background.


Black color preview on #668888 background

This text has black color on #668888 background.


White color preview on #668888 background

This text has white color on #668888 background.


Related colors

Complementary color

Complementary color for #hex is #997777.


I love getcolorcode.com