COLOR #829CA8

HEX: #829CA8
RGB: (130,156,168)

Renk bilgisi

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

RGB renk modeli

#829CA8 color RGB value is (130,156,168).

  • kırmız ton 130;
  • yeşil ton 156;
  • mavi ton 168.
RGB:
(130,156,168)
(51%,61%,66%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 156 of 255 = 61%
B 168 of 255 = 66%

130
156
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 156 + 168 = 454 (100%)
R 130 of 454 ~ 28.63%
G 156 of 454 ~ 34.36%
B 168 of 454 ~ 37%

%28.63
%34.36
%37

CMYK RENK MODELİ

#829CA8 rengi CMYK tonu (23,7,0,34).

  • camgöbeği tonu 22.62%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(23,7,0,34)
C23M7Y0K34 
(23%,7%,0%,34%)
(0.23/0.07/0.00/0.34)	

CMYK yüzdeleri

%22.62
%7.14
%0
%34.12

Codes

Color #829CA8 in popluar color models

829CA8
RGB130156168
HSL199°17.92%58.43%
HSB/HSV199°22.62%65.88%
CMYK22.62%7.14%0.00%
34.12%

Color #829CA8 in popluar number systems.

HEX829CA8
Decimal130156168
Binary100000101001110010101000
Octal202234250

Shades and tints

Shades of #829CA8

#829CA8
(130,156,168)
#778E99
(119,142,153)
#6C808A
(108,128,138)
#61727B
(97,114,123)
#56646C
(86,100,108)
#4B565D
(75,86,93)
#40484E
(64,72,78)
#353A3F
(53,58,63)
#2A2C30
(42,44,48)
#1F1E21
(31,30,33)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #829CA8

#829CA8
(130,156,168)
#8DA5AF
(141,165,175)
#98AEB6
(152,174,182)
#A3B7BD
(163,183,189)
#AEC0C4
(174,192,196)
#B9C9CB
(185,201,203)
#C4D2D2
(196,210,210)
#CFDBD9
(207,219,217)
#DAE4E0
(218,228,224)
#E5EDE7
(229,237,231)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829CA8 color. Also use rgb(130,156,168) instead hex code.

Text Font Color

.myTextColor { color: #829CA8; }

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

This text font color is #829CA8.


Background Color

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

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

This div background color is #829CA8.


Border color

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

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

This div border color is #829CA8.


Opacity

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

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

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

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

This text has shadow with #829CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829CA8 on black background.


Color preview on white background

This text has color #829CA8 on white background.



Black color preview on #829CA8 background

This text has black color on #829CA8 background.


White color preview on #829CA8 background

This text has white color on #829CA8 background.