COLOR #66828A

HEX: #66828A
RGB: (102,130,138)

Color info

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

RGB color model

#66828A color RGB value is (102,130,138).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 138 of 255 = 54%

102
130
138

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 138 = 370 (100%)
R 102 of 370 ~ 27.57%
G 130 of 370 ~ 35.14%
B 138 of 370 ~ 37.3%

%27.57
%35.14
%37.3

CMYK color model

#66828A color CMYK value is (26,6,0,46).

  • cyan value is 26.09%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,6,0,46)
C26M6Y0K46 
(26%,6%,0%,46%)
(0.26/0.06/0.00/0.46)	

CMYK percentages

%26.09
%5.8
%0
%45.88

Codes

Color #66828A in popluar color models

66828A
RGB102130138
HSL193°15.00%47.06%
HSB/HSV193°26.09%54.12%
CMYK26.09%5.80%0.00%
45.88%

Color #66828A in popluar number systems.

HEX66828A
Decimal102130138
Binary11001101000001010001010
Octal146202212

Shades and tints

Shades of #66828A

#66828A
(102,130,138)
#5D777E
(93,119,126)
#546C72
(84,108,114)
#4B6166
(75,97,102)
#42565A
(66,86,90)
#394B4E
(57,75,78)
#304042
(48,64,66)
#273536
(39,53,54)
#1E2A2A
(30,42,42)
#151F1E
(21,31,30)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #66828A

#66828A
(102,130,138)
#738D94
(115,141,148)
#80989E
(128,152,158)
#8DA3A8
(141,163,168)
#9AAEB2
(154,174,178)
#A7B9BC
(167,185,188)
#B4C4C6
(180,196,198)
#C1CFD0
(193,207,208)
#CEDADA
(206,218,218)
#DBE5E4
(219,229,228)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66828A; }

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

This text font color is #66828A.


Background Color

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

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

This div background color is #66828A.


Border color

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

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

This div border color is #66828A.


Opacity

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

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

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

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

This text has shadow with #66828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66828A on black background.


Color preview on white background

This text has color #66828A on white background.



Black color preview on #66828A background

This text has black color on #66828A background.


White color preview on #66828A background

This text has white color on #66828A background.