COLOR #829F99

HEX: #829F99
RGB: (130,159,153)

Renk bilgisi

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

RGB renk modeli

#829F99 color RGB value is (130,159,153).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 153 of 255 = 60%

130
159
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 153 = 442 (100%)
R 130 of 442 ~ 29.41%
G 159 of 442 ~ 35.97%
B 153 of 442 ~ 34.62%

%29.41
%35.97
%34.62

CMYK RENK MODELİ

#829F99 rengi CMYK tonu (18,0,4,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 3.77%
  • ana renk tonu 37.65%
CMYK:
(18,0,4,38)
C18M0Y4K38 
(18%,0%,4%,38%)
(0.18/0.00/0.04/0.38)	

CMYK yüzdeleri

%18.24
%0
%3.77
%37.65

Codes

Color #829F99 in popluar color models

829F99
RGB130159153
HSL168°13.12%56.67%
HSB/HSV168°18.24%62.35%
CMYK18.24%0.00%3.77%
37.65%

Color #829F99 in popluar number systems.

HEX829F99
Decimal130159153
Binary100000101001111110011001
Octal202237231

Shades and tints

Shades of #829F99

#829F99
(130,159,153)
#77918C
(119,145,140)
#6C837F
(108,131,127)
#617572
(97,117,114)
#566765
(86,103,101)
#4B5958
(75,89,88)
#404B4B
(64,75,75)
#353D3E
(53,61,62)
#2A2F31
(42,47,49)
#1F2124
(31,33,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #829F99

#829F99
(130,159,153)
#8DA7A2
(141,167,162)
#98AFAB
(152,175,171)
#A3B7B4
(163,183,180)
#AEBFBD
(174,191,189)
#B9C7C6
(185,199,198)
#C4CFCF
(196,207,207)
#CFD7D8
(207,215,216)
#DADFE1
(218,223,225)
#E5E7EA
(229,231,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F99; }

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

This text font color is #829F99.


Background Color

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

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

This div background color is #829F99.


Border color

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

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

This div border color is #829F99.


Opacity

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

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

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

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

This text has shadow with #829F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F99 on black background.


Color preview on white background

This text has color #829F99 on white background.



Black color preview on #829F99 background

This text has black color on #829F99 background.


White color preview on #829F99 background

This text has white color on #829F99 background.