COLOR #829B88

HEX: #829B88
RGB: (130,155,136)

Color info

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

RGB color model

#829B88 color RGB value is (130,155,136).

  • red value is 130;
  • green value is 155;
  • blue value is 136.
RGB:
(130,155,136)
(51%,61%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 136 of 255 = 53%

130
155
136

R + G + B ~ 55%. #829B88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 136 = 421 (100%)
R 130 of 421 ~ 30.88%
G 155 of 421 ~ 36.82%
B 136 of 421 ~ 32.3%

%30.88
%36.82
%32.3

CMYK color model

#829B88 color CMYK value is (16,0,12,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK:
(16,0,12,39)
C16M0Y12K39 
(16%,0%,12%,39%)
(0.16/0.00/0.12/0.39)	

CMYK percentages

%16.13
%0
%12.26
%39.22

Codes

Color #829B88 in popluar color models

829B88
RGB130155136
HSL134°11.11%55.88%
HSB/HSV134°16.13%60.78%
CMYK16.13%0.00%12.26%
39.22%

Color #829B88 in popluar number systems.

HEX829B88
Decimal130155136
Binary100000101001101110001000
Octal202233210

Shades and tints

Shades of #829B88

#829B88
(130,155,136)
#778D7C
(119,141,124)
#6C7F70
(108,127,112)
#617164
(97,113,100)
#566358
(86,99,88)
#4B554C
(75,85,76)
#404740
(64,71,64)
#353934
(53,57,52)
#2A2B28
(42,43,40)
#1F1D1C
(31,29,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #829B88

#829B88
(130,155,136)
#8DA492
(141,164,146)
#98AD9C
(152,173,156)
#A3B6A6
(163,182,166)
#AEBFB0
(174,191,176)
#B9C8BA
(185,200,186)
#C4D1C4
(196,209,196)
#CFDACE
(207,218,206)
#DAE3D8
(218,227,216)
#E5ECE2
(229,236,226)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829B88 color. Also use rgb(130,155,136) instead hex code.

Text Font Color

.myTextColor { color: #829B88; }

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

This text font color is #829B88.


Background Color

.myBgColor { background-color: #829B88; }

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

This div background color is #829B88.


Border color

.myBorderColor { border: 1px solid #829B88; }

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

This div border color is #829B88.


Opacity

.myOpacity80 { color: #829B88; opacity: 0.8; }

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

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

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

This text has shadow with #829B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B88 on black background.


Color preview on white background

This text has color #829B88 on white background.



Black color preview on #829B88 background

This text has black color on #829B88 background.


White color preview on #829B88 background

This text has white color on #829B88 background.