COLOR #829888

HEX: #829888
RGB: (130,152,136)

Renk bilgisi

#829888 contains red, green and blue colors in about the same proportion. #829888 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#829888 color RGB value is (130,152,136).

  • kırmız ton 130;
  • yeşil ton 152;
  • mavi ton 136.
RGB:
(130,152,136)
(51%,60%,53%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 152 of 255 = 60%
B 136 of 255 = 53%

130
152
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 152 + 136 = 418 (100%)
R 130 of 418 ~ 31.1%
G 152 of 418 ~ 36.36%
B 136 of 418 ~ 32.54%

%31.1
%36.36
%32.54

CMYK RENK MODELİ

#829888 rengi CMYK tonu (14,0,11,40).

  • camgöbeği tonu 14.47%
  • eflatun tonu 0.00%
  • sarı tonu 10.53%
  • ana renk tonu 40.39%
CMYK:
(14,0,11,40)
C14M0Y11K40 
(14%,0%,11%,40%)
(0.14/0.00/0.11/0.40)	

CMYK yüzdeleri

%14.47
%0
%10.53
%40.39

Codes

Color #829888 in popluar color models

829888
RGB130152136
HSL136°9.65%55.29%
HSB/HSV136°14.47%59.61%
CMYK14.47%0.00%10.53%
40.39%

Color #829888 in popluar number systems.

HEX829888
Decimal130152136
Binary100000101001100010001000
Octal202230210

Shades and tints

Shades of #829888

#829888
(130,152,136)
#778B7C
(119,139,124)
#6C7E70
(108,126,112)
#617164
(97,113,100)
#566458
(86,100,88)
#4B574C
(75,87,76)
#404A40
(64,74,64)
#353D34
(53,61,52)
#2A3028
(42,48,40)
#1F231C
(31,35,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #829888

#829888
(130,152,136)
#8DA192
(141,161,146)
#98AA9C
(152,170,156)
#A3B3A6
(163,179,166)
#AEBCB0
(174,188,176)
#B9C5BA
(185,197,186)
#C4CEC4
(196,206,196)
#CFD7CE
(207,215,206)
#DAE0D8
(218,224,216)
#E5E9E2
(229,233,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829888; }

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

This text font color is #829888.


Background Color

.myBgColor { background-color: #829888; }

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

This div background color is #829888.


Border color

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

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

This div border color is #829888.


Opacity

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

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

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

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

This text has shadow with #829888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829888 on black background.


Color preview on white background

This text has color #829888 on white background.



Black color preview on #829888 background

This text has black color on #829888 background.


White color preview on #829888 background

This text has white color on #829888 background.