COLOR #829E88

HEX: #829E88
RGB: (130,158,136)

Color info

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

RGB color model

#829E88 color RGB value is (130,158,136).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 136 of 255 = 53%

130
158
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 136 = 424 (100%)
R 130 of 424 ~ 30.66%
G 158 of 424 ~ 37.26%
B 136 of 424 ~ 32.08%

%30.66
%37.26
%32.08

CMYK color model

#829E88 color CMYK value is (18,0,14,38).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(18,0,14,38)
C18M0Y14K38 
(18%,0%,14%,38%)
(0.18/0.00/0.14/0.38)	

CMYK percentages

%17.72
%0
%13.92
%38.04

Codes

Color #829E88 in popluar color models

829E88
RGB130158136
HSL133°12.61%56.47%
HSB/HSV133°17.72%61.96%
CMYK17.72%0.00%13.92%
38.04%

Color #829E88 in popluar number systems.

HEX829E88
Decimal130158136
Binary100000101001111010001000
Octal202236210

Shades and tints

Shades of #829E88

#829E88
(130,158,136)
#77907C
(119,144,124)
#6C8270
(108,130,112)
#617464
(97,116,100)
#566658
(86,102,88)
#4B584C
(75,88,76)
#404A40
(64,74,64)
#353C34
(53,60,52)
#2A2E28
(42,46,40)
#1F201C
(31,32,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #829E88

#829E88
(130,158,136)
#8DA692
(141,166,146)
#98AE9C
(152,174,156)
#A3B6A6
(163,182,166)
#AEBEB0
(174,190,176)
#B9C6BA
(185,198,186)
#C4CEC4
(196,206,196)
#CFD6CE
(207,214,206)
#DADED8
(218,222,216)
#E5E6E2
(229,230,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E88; }

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

This text font color is #829E88.


Background Color

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

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

This div background color is #829E88.


Border color

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

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

This div border color is #829E88.


Opacity

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

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

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

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

This text has shadow with #829E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E88 on black background.


Color preview on white background

This text has color #829E88 on white background.



Black color preview on #829E88 background

This text has black color on #829E88 background.


White color preview on #829E88 background

This text has white color on #829E88 background.