COLOR #829FA6

HEX: #829FA6
RGB: (130,159,166)

Renk bilgisi

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

RGB renk modeli

#829FA6 color RGB value is (130,159,166).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 166 of 255 = 65%

130
159
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 166 = 455 (100%)
R 130 of 455 ~ 28.57%
G 159 of 455 ~ 34.95%
B 166 of 455 ~ 36.48%

%28.57
%34.95
%36.48

CMYK RENK MODELİ

#829FA6 rengi CMYK tonu (22,4,0,35).

  • camgöbeği tonu 21.69%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(22,4,0,35)
C22M4Y0K35 
(22%,4%,0%,35%)
(0.22/0.04/0.00/0.35)	

CMYK yüzdeleri

%21.69
%4.22
%0
%34.9

Codes

Color #829FA6 in popluar color models

829FA6
RGB130159166
HSL192°16.82%58.04%
HSB/HSV192°21.69%65.10%
CMYK21.69%4.22%0.00%
34.90%

Color #829FA6 in popluar number systems.

HEX829FA6
Decimal130159166
Binary100000101001111110100110
Octal202237246

Shades and tints

Shades of #829FA6

#829FA6
(130,159,166)
#779197
(119,145,151)
#6C8388
(108,131,136)
#617579
(97,117,121)
#56676A
(86,103,106)
#4B595B
(75,89,91)
#404B4C
(64,75,76)
#353D3D
(53,61,61)
#2A2F2E
(42,47,46)
#1F211F
(31,33,31)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #829FA6

#829FA6
(130,159,166)
#8DA7AE
(141,167,174)
#98AFB6
(152,175,182)
#A3B7BE
(163,183,190)
#AEBFC6
(174,191,198)
#B9C7CE
(185,199,206)
#C4CFD6
(196,207,214)
#CFD7DE
(207,215,222)
#DADFE6
(218,223,230)
#E5E7EE
(229,231,238)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FA6; }

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

This text font color is #829FA6.


Background Color

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

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

This div background color is #829FA6.


Border color

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

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

This div border color is #829FA6.


Opacity

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

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

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

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

This text has shadow with #829FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FA6 on black background.


Color preview on white background

This text has color #829FA6 on white background.



Black color preview on #829FA6 background

This text has black color on #829FA6 background.


White color preview on #829FA6 background

This text has white color on #829FA6 background.