COLOR #829DAC

HEX: #829DAC
RGB: (130,157,172)

Renk bilgisi

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

RGB renk modeli

#829DAC color RGB value is (130,157,172).

  • kırmız ton 130;
  • yeşil ton 157;
  • mavi ton 172.
RGB:
(130,157,172)
(51%,62%,67%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 157 of 255 = 62%
B 172 of 255 = 67%

130
157
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 157 + 172 = 459 (100%)
R 130 of 459 ~ 28.32%
G 157 of 459 ~ 34.2%
B 172 of 459 ~ 37.47%

%28.32
%34.2
%37.47

CMYK RENK MODELİ

#829DAC rengi CMYK tonu (24,9,0,33).

  • camgöbeği tonu 24.42%
  • eflatun tonu 8.72%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(24,9,0,33)
C24M9Y0K33 
(24%,9%,0%,33%)
(0.24/0.09/0.00/0.33)	

CMYK yüzdeleri

%24.42
%8.72
%0
%32.55

Codes

Color #829DAC in popluar color models

829DAC
RGB130157172
HSL201°20.19%59.22%
HSB/HSV201°24.42%67.45%
CMYK24.42%8.72%0.00%
32.55%

Color #829DAC in popluar number systems.

HEX829DAC
Decimal130157172
Binary100000101001110110101100
Octal202235254

Shades and tints

Shades of #829DAC

#829DAC
(130,157,172)
#778F9D
(119,143,157)
#6C818E
(108,129,142)
#61737F
(97,115,127)
#566570
(86,101,112)
#4B5761
(75,87,97)
#404952
(64,73,82)
#353B43
(53,59,67)
#2A2D34
(42,45,52)
#1F1F25
(31,31,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #829DAC

#829DAC
(130,157,172)
#8DA5B3
(141,165,179)
#98ADBA
(152,173,186)
#A3B5C1
(163,181,193)
#AEBDC8
(174,189,200)
#B9C5CF
(185,197,207)
#C4CDD6
(196,205,214)
#CFD5DD
(207,213,221)
#DADDE4
(218,221,228)
#E5E5EB
(229,229,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829DAC color. Also use rgb(130,157,172) instead hex code.

Text Font Color

.myTextColor { color: #829DAC; }

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

This text font color is #829DAC.


Background Color

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

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

This div background color is #829DAC.


Border color

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

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

This div border color is #829DAC.


Opacity

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

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

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

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

This text has shadow with #829DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829DAC on black background.


Color preview on white background

This text has color #829DAC on white background.



Black color preview on #829DAC background

This text has black color on #829DAC background.


White color preview on #829DAC background

This text has white color on #829DAC background.