COLOR #66829F

HEX: #66829F
RGB: (102,130,159)

Color info

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

RGB color model

#66829F color RGB value is (102,130,159).

  • red value is 102;
  • green value is 130;
  • blue value is 159.
RGB:
(102,130,159)
(40%,51%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 159 of 255 = 62%

102
130
159

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 159 = 391 (100%)
R 102 of 391 ~ 26.09%
G 130 of 391 ~ 33.25%
B 159 of 391 ~ 40.66%

%26.09
%33.25
%40.66

CMYK color model

#66829F color CMYK value is (36,18,0,38).

  • cyan value is 35.85%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(36,18,0,38)
C36M18Y0K38 
(36%,18%,0%,38%)
(0.36/0.18/0.00/0.38)	

CMYK percentages

%35.85
%18.24
%0
%37.65

Codes

Color #66829F in popluar color models

66829F
RGB102130159
HSL211°22.89%51.18%
HSB/HSV211°35.85%62.35%
CMYK35.85%18.24%0.00%
37.65%

Color #66829F in popluar number systems.

HEX66829F
Decimal102130159
Binary11001101000001010011111
Octal146202237

Shades and tints

Shades of #66829F

#66829F
(102,130,159)
#5D7791
(93,119,145)
#546C83
(84,108,131)
#4B6175
(75,97,117)
#425667
(66,86,103)
#394B59
(57,75,89)
#30404B
(48,64,75)
#27353D
(39,53,61)
#1E2A2F
(30,42,47)
#151F21
(21,31,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #66829F

#66829F
(102,130,159)
#738DA7
(115,141,167)
#8098AF
(128,152,175)
#8DA3B7
(141,163,183)
#9AAEBF
(154,174,191)
#A7B9C7
(167,185,199)
#B4C4CF
(180,196,207)
#C1CFD7
(193,207,215)
#CEDADF
(206,218,223)
#DBE5E7
(219,229,231)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66829F color. Also use rgb(102,130,159) instead hex code.

Text Font Color

.myTextColor { color: #66829F; }

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

This text font color is #66829F.


Background Color

.myBgColor { background-color: #66829F; }

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

This div background color is #66829F.


Border color

.myBorderColor { border: 1px solid #66829F; }

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

This div border color is #66829F.


Opacity

.myOpacity80 { color: #66829F; opacity: 0.8; }

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

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

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

This text has shadow with #66829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66829F on black background.


Color preview on white background

This text has color #66829F on white background.



Black color preview on #66829F background

This text has black color on #66829F background.


White color preview on #66829F background

This text has white color on #66829F background.