COLOR #829893

HEX: #829893
RGB: (130,152,147)

Color info

#829893 contains red, green and blue colors in about the same proportion. Web safe color of #829893 is #999999 (or #999).

RGB color model

#829893 color RGB value is (130,152,147).

  • red value is 130;
  • green value is 152;
  • blue value is 147.
RGB:
(130,152,147)
(51%,60%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 147 of 255 = 58%

130
152
147

R + G + B ~ 56%. #829893 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 152 + 147 = 429 (100%)
R 130 of 429 ~ 30.3%
G 152 of 429 ~ 35.43%
B 147 of 429 ~ 34.27%

%30.3
%35.43
%34.27

CMYK color model

#829893 color CMYK value is (14,0,3,40).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(14,0,3,40)
C14M0Y3K40 
(14%,0%,3%,40%)
(0.14/0.00/0.03/0.40)	

CMYK percentages

%14.47
%0
%3.29
%40.39

Codes

Color #829893 in popluar color models

829893
RGB130152147
HSL166°9.65%55.29%
HSB/HSV166°14.47%59.61%
CMYK14.47%0.00%3.29%
40.39%

Color #829893 in popluar number systems.

HEX829893
Decimal130152147
Binary100000101001100010010011
Octal202230223

Shades and tints

Shades of #829893

#829893
(130,152,147)
#778B86
(119,139,134)
#6C7E79
(108,126,121)
#61716C
(97,113,108)
#56645F
(86,100,95)
#4B5752
(75,87,82)
#404A45
(64,74,69)
#353D38
(53,61,56)
#2A302B
(42,48,43)
#1F231E
(31,35,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #829893

#829893
(130,152,147)
#8DA19C
(141,161,156)
#98AAA5
(152,170,165)
#A3B3AE
(163,179,174)
#AEBCB7
(174,188,183)
#B9C5C0
(185,197,192)
#C4CEC9
(196,206,201)
#CFD7D2
(207,215,210)
#DAE0DB
(218,224,219)
#E5E9E4
(229,233,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829893 color. Also use rgb(130,152,147) instead hex code.

Text Font Color

.myTextColor { color: #829893; }

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

This text font color is #829893.


Background Color

.myBgColor { background-color: #829893; }

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

This div background color is #829893.


Border color

.myBorderColor { border: 1px solid #829893; }

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

This div border color is #829893.


Opacity

.myOpacity80 { color: #829893; opacity: 0.8; }

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

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

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

This text has shadow with #829893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829893 on black background.


Color preview on white background

This text has color #829893 on white background.



Black color preview on #829893 background

This text has black color on #829893 background.


White color preview on #829893 background

This text has white color on #829893 background.