COLOR #66888C

HEX: #66888C RGB: (102,136,140)

Color info

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

RGB color model

#66888C color RGB value is (102,136,140).

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

RGB channels and saturation

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

102
136
140

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

Portions of RGB colors in percentages

R + G + B = 102 + 136 + 140 = 378 (100%)
R 102 of 378 ~ 26.98%
G 136 of 378 ~ 35.98%
B 140 of 378 ~ 37.04'%

%26.98
%35.98
%37.04

CMYK color model

#66888C color CMYK value is (27,3,0,45).

  • cyan value is 27.14%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (27,3,0,45)
C27M3Y0K45 (27%, 3%, 0%, 45%)
(0.27 / 0.03 / 0.00 / 0.45)

CMYK percentages

%27.14
%2.86
%0
%45.1

Codes

Color #66888C in popluar color models

66 88 8C
RGB 102 136 140
HSL 186° 15.70% 47.45%
HSB/HSV 186° 27.14% 54.90%
CMYK 27.14% 2.86% 0.00%
45.10%

Color #66888C in popluar number systems.

HEX 66 88 8C
Decimal 102 136 140
Binary 1100110 10001000 10001100
Octal 146 210 214

Shades and tints

Shades of #66888C

#66888C
(102,136,140)
#5D7C80
(93,124,128)
#547074
(84,112,116)
#4B6468
(75,100,104)
#42585C
(66,88,92)
#394C50
(57,76,80)
#304044
(48,64,68)
#273438
(39,52,56)
#1E282C
(30,40,44)
#151C20
(21,28,32)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #66888C

#66888C
(102,136,140)
#739296
(115,146,150)
#809CA0
(128,156,160)
#8DA6AA
(141,166,170)
#9AB0B4
(154,176,180)
#A7BABE
(167,186,190)
#B4C4C8
(180,196,200)
#C1CED2
(193,206,210)
#CED8DC
(206,216,220)
#DBE2E6
(219,226,230)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66888C; }

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

This text font color is #66888C.

Background Color

.myBgColor { background-color: #66888C; }

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

This div background color is #66888C.

Border color

.myBorderColor { border: 1px solid #66888C; }

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

This div border color is #66888C.

Opacity

.myOpacity80 { color: #66888C; opacity: 0.8; }

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

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

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

This text has shadow with #66888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66888C.

Preview

Color preview on black background

This text has color #66888C on black background.


Color preview on white background

This text has color #66888C on white background.


Black color preview on #66888C background

This text has black color on #66888C background.


White color preview on #66888C background

This text has white color on #66888C background.


Related colors

Complementary color

Complementary color for #hex is #997773.


I love getcolorcode.com

Triadic colors

1 #8C6688 and #888C66 with #66888C are triadic colors.

2 #8C8866 and #88668C with #66888C are triadic colors.