COLOR #66897D

HEX: #66897D RGB: (102,137,125)

Color info

#66897D contains red, green and blue colors in about the same proportion. Web safe color of #66897D is #669966 (or #696).

RGB color model

#66897D color RGB value is (102,137,125).

RGB: (102,137,125) (40%, 54%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 137 of 255 = 54%
B 125 of 255 = 49%

102
137
125

R + G + B ~ 48%. #66897D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 137 + 125 = 364 (100%)
R 102 of 364 ~ 28.02%
G 137 of 364 ~ 37.64%
B 125 of 364 ~ 34.34'%

%28.02
%37.64
%34.34

CMYK color model

#66897D color CMYK value is (26,0,9,46).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%

CMYK: (26,0,9,46)
C26M0Y9K46 (26%, 0%, 9%, 46%)
(0.26 / 0.00 / 0.09 / 0.46)

CMYK percentages

%25.55
%0
%8.76
%46.27

Codes

Color #66897D in popluar color models

66 89 7D
RGB 102 137 125
HSL 159° 14.64% 46.86%
HSB/HSV 159° 25.55% 53.73%
CMYK 25.55% 0.00% 8.76%
46.27%

Color #66897D in popluar number systems.

HEX 66 89 7D
Decimal 102 137 125
Binary 1100110 10001001 1111101
Octal 146 211 175

Shades and tints

Shades of #66897D

#66897D
(102,137,125)
#5D7D72
(93,125,114)
#547167
(84,113,103)
#4B655C
(75,101,92)
#425951
(66,89,81)
#394D46
(57,77,70)
#30413B
(48,65,59)
#273530
(39,53,48)
#1E2925
(30,41,37)
#151D1A
(21,29,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #66897D

#66897D
(102,137,125)
#739388
(115,147,136)
#809D93
(128,157,147)
#8DA79E
(141,167,158)
#9AB1A9
(154,177,169)
#A7BBB4
(167,187,180)
#B4C5BF
(180,197,191)
#C1CFCA
(193,207,202)
#CED9D5
(206,217,213)
#DBE3E0
(219,227,224)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66897D; }

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

This text font color is #66897D.

Background Color

.myBgColor { background-color: #66897D; }

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

This div background color is #66897D.

Border color

.myBorderColor { border: 1px solid #66897D; }

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

This div border color is #66897D.

Opacity

.myOpacity80 { color: #66897D; opacity: 0.8; }

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

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

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

This text has shadow with #66897D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66897D.

Preview

Color preview on black background

This text has color #66897D on black background.


Color preview on white background

This text has color #66897D on white background.


Black color preview on #66897D background

This text has black color on #66897D background.


White color preview on #66897D background

This text has white color on #66897D background.


Related colors

Complementary color

Complementary color for #hex is #997682.


I love getcolorcode.com

Triadic colors

1 #7D6689 and #897D66 with #66897D are triadic colors.

2 #7D8966 and #89667D with #66897D are triadic colors.