COLOR #829FA0

HEX: #829FA0
RGB: (130,159,160)

Renk bilgisi

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

RGB renk modeli

#829FA0 color RGB value is (130,159,160).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 160 of 255 = 63%

130
159
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 160 = 449 (100%)
R 130 of 449 ~ 28.95%
G 159 of 449 ~ 35.41%
B 160 of 449 ~ 35.63%

%28.95
%35.41
%35.63

CMYK RENK MODELİ

#829FA0 rengi CMYK tonu (19,1,0,37).

  • camgöbeği tonu 18.75%
  • eflatun tonu 0.62%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(19,1,0,37)
C19M1Y0K37 
(19%,1%,0%,37%)
(0.19/0.01/0.00/0.37)	

CMYK yüzdeleri

%18.75
%0.62
%0
%37.25

Codes

Color #829FA0 in popluar color models

829FA0
RGB130159160
HSL182°13.64%56.86%
HSB/HSV182°18.75%62.75%
CMYK18.75%0.62%0.00%
37.25%

Color #829FA0 in popluar number systems.

HEX829FA0
Decimal130159160
Binary100000101001111110100000
Octal202237240

Shades and tints

Shades of #829FA0

#829FA0
(130,159,160)
#779192
(119,145,146)
#6C8384
(108,131,132)
#617576
(97,117,118)
#566768
(86,103,104)
#4B595A
(75,89,90)
#404B4C
(64,75,76)
#353D3E
(53,61,62)
#2A2F30
(42,47,48)
#1F2122
(31,33,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #829FA0

#829FA0
(130,159,160)
#8DA7A8
(141,167,168)
#98AFB0
(152,175,176)
#A3B7B8
(163,183,184)
#AEBFC0
(174,191,192)
#B9C7C8
(185,199,200)
#C4CFD0
(196,207,208)
#CFD7D8
(207,215,216)
#DADFE0
(218,223,224)
#E5E7E8
(229,231,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829FA0; }

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

This text font color is #829FA0.


Background Color

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

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

This div background color is #829FA0.


Border color

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

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

This div border color is #829FA0.


Opacity

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

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

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

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

This text has shadow with #829FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FA0 on black background.


Color preview on white background

This text has color #829FA0 on white background.



Black color preview on #829FA0 background

This text has black color on #829FA0 background.


White color preview on #829FA0 background

This text has white color on #829FA0 background.