COLOR #66899A

HEX: #66899A
RGB: (102,137,154)

Color info

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

RGB color model

#66899A color RGB value is (102,137,154).

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

RGB channels and saturation

R 102 of 255 = 40%
G 137 of 255 = 54%
B 154 of 255 = 60%

102
137
154

R + G + B ~ 51%. #66899A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 137 + 154 = 393 (100%)
R 102 of 393 ~ 25.95%
G 137 of 393 ~ 34.86%
B 154 of 393 ~ 39.19%

%25.95
%34.86
%39.19

CMYK color model

#66899A color CMYK value is (34,11,0,40).

  • cyan value is 33.77%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(34,11,0,40)
C34M11Y0K40 
(34%,11%,0%,40%)
(0.34/0.11/0.00/0.40)	

CMYK percentages

%33.77
%11.04
%0
%39.61

Codes

Color #66899A in popluar color models

66899A
RGB102137154
HSL200°20.47%50.20%
HSB/HSV200°33.77%60.39%
CMYK33.77%11.04%0.00%
39.61%

Color #66899A in popluar number systems.

HEX66899A
Decimal102137154
Binary11001101000100110011010
Octal146211232

Shades and tints

Shades of #66899A

#66899A
(102,137,154)
#5D7D8C
(93,125,140)
#54717E
(84,113,126)
#4B6570
(75,101,112)
#425962
(66,89,98)
#394D54
(57,77,84)
#304146
(48,65,70)
#273538
(39,53,56)
#1E292A
(30,41,42)
#151D1C
(21,29,28)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #66899A

#66899A
(102,137,154)
#7393A3
(115,147,163)
#809DAC
(128,157,172)
#8DA7B5
(141,167,181)
#9AB1BE
(154,177,190)
#A7BBC7
(167,187,199)
#B4C5D0
(180,197,208)
#C1CFD9
(193,207,217)
#CED9E2
(206,217,226)
#DBE3EB
(219,227,235)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66899A; }

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

This text font color is #66899A.


Background Color

.myBgColor { background-color: #66899A; }

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

This div background color is #66899A.


Border color

.myBorderColor { border: 1px solid #66899A; }

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

This div border color is #66899A.


Opacity

.myOpacity80 { color: #66899A; opacity: 0.8; }

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

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

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

This text has shadow with #66899A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66899A on black background.


Color preview on white background

This text has color #66899A on white background.



Black color preview on #66899A background

This text has black color on #66899A background.


White color preview on #66899A background

This text has white color on #66899A background.