COLOR #66828F

HEX: #66828F
RGB: (102,130,143)

Color info

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

RGB color model

#66828F color RGB value is (102,130,143).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 143 of 255 = 56%

102
130
143

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 143 = 375 (100%)
R 102 of 375 ~ 27.2%
G 130 of 375 ~ 34.67%
B 143 of 375 ~ 38.13%

%27.2
%34.67
%38.13

CMYK color model

#66828F color CMYK value is (29,9,0,44).

  • cyan value is 28.67%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(29,9,0,44)
C29M9Y0K44 
(29%,9%,0%,44%)
(0.29/0.09/0.00/0.44)	

CMYK percentages

%28.67
%9.09
%0
%43.92

Codes

Color #66828F in popluar color models

66828F
RGB102130143
HSL199°16.73%48.04%
HSB/HSV199°28.67%56.08%
CMYK28.67%9.09%0.00%
43.92%

Color #66828F in popluar number systems.

HEX66828F
Decimal102130143
Binary11001101000001010001111
Octal146202217

Shades and tints

Shades of #66828F

#66828F
(102,130,143)
#5D7782
(93,119,130)
#546C75
(84,108,117)
#4B6168
(75,97,104)
#42565B
(66,86,91)
#394B4E
(57,75,78)
#304041
(48,64,65)
#273534
(39,53,52)
#1E2A27
(30,42,39)
#151F1A
(21,31,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #66828F

#66828F
(102,130,143)
#738D99
(115,141,153)
#8098A3
(128,152,163)
#8DA3AD
(141,163,173)
#9AAEB7
(154,174,183)
#A7B9C1
(167,185,193)
#B4C4CB
(180,196,203)
#C1CFD5
(193,207,213)
#CEDADF
(206,218,223)
#DBE5E9
(219,229,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66828F; }

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

This text font color is #66828F.


Background Color

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

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

This div background color is #66828F.


Border color

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

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

This div border color is #66828F.


Opacity

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

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

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

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

This text has shadow with #66828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66828F on black background.


Color preview on white background

This text has color #66828F on white background.



Black color preview on #66828F background

This text has black color on #66828F background.


White color preview on #66828F background

This text has white color on #66828F background.