COLOR #829988

HEX: #829988
RGB: (130,153,136)

Renk bilgisi

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

RGB renk modeli

#829988 color RGB value is (130,153,136).

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

RGB bağlantıları ve doygunluk

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

130
153
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 153 + 136 = 419 (100%)
R 130 of 419 ~ 31.03%
G 153 of 419 ~ 36.52%
B 136 of 419 ~ 32.46%

%31.03
%36.52
%32.46

CMYK RENK MODELİ

#829988 rengi CMYK tonu (15,0,11,40).

  • camgöbeği tonu 15.03%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 40.00%
CMYK:
(15,0,11,40)
C15M0Y11K40 
(15%,0%,11%,40%)
(0.15/0.00/0.11/0.40)	

CMYK yüzdeleri

%15.03
%0
%11.11
%40

Codes

Color #829988 in popluar color models

829988
RGB130153136
HSL136°10.13%55.49%
HSB/HSV136°15.03%60.00%
CMYK15.03%0.00%11.11%
40.00%

Color #829988 in popluar number systems.

HEX829988
Decimal130153136
Binary100000101001100110001000
Octal202231210

Shades and tints

Shades of #829988

#829988
(130,153,136)
#778C7C
(119,140,124)
#6C7F70
(108,127,112)
#617264
(97,114,100)
#566558
(86,101,88)
#4B584C
(75,88,76)
#404B40
(64,75,64)
#353E34
(53,62,52)
#2A3128
(42,49,40)
#1F241C
(31,36,28)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #829988

#829988
(130,153,136)
#8DA292
(141,162,146)
#98AB9C
(152,171,156)
#A3B4A6
(163,180,166)
#AEBDB0
(174,189,176)
#B9C6BA
(185,198,186)
#C4CFC4
(196,207,196)
#CFD8CE
(207,216,206)
#DAE1D8
(218,225,216)
#E5EAE2
(229,234,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829988; }

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

This text font color is #829988.


Background Color

.myBgColor { background-color: #829988; }

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

This div background color is #829988.


Border color

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

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

This div border color is #829988.


Opacity

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

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

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

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

This text has shadow with #829988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829988 on black background.


Color preview on white background

This text has color #829988 on white background.



Black color preview on #829988 background

This text has black color on #829988 background.


White color preview on #829988 background

This text has white color on #829988 background.