COLOR #829EA5

HEX: #829EA5
RGB: (130,158,165)

Renk bilgisi

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

RGB renk modeli

#829EA5 color RGB value is (130,158,165).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 158 of 255 = 62%
B 165 of 255 = 65%

130
158
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 158 + 165 = 453 (100%)
R 130 of 453 ~ 28.7%
G 158 of 453 ~ 34.88%
B 165 of 453 ~ 36.42%

%28.7
%34.88
%36.42

CMYK RENK MODELİ

#829EA5 rengi CMYK tonu (21,4,0,35).

  • camgöbeği tonu 21.21%
  • eflatun tonu 4.24%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(21,4,0,35)
C21M4Y0K35 
(21%,4%,0%,35%)
(0.21/0.04/0.00/0.35)	

CMYK yüzdeleri

%21.21
%4.24
%0
%35.29

Codes

Color #829EA5 in popluar color models

829EA5
RGB130158165
HSL192°16.28%57.84%
HSB/HSV192°21.21%64.71%
CMYK21.21%4.24%0.00%
35.29%

Color #829EA5 in popluar number systems.

HEX829EA5
Decimal130158165
Binary100000101001111010100101
Octal202236245

Shades and tints

Shades of #829EA5

#829EA5
(130,158,165)
#779096
(119,144,150)
#6C8287
(108,130,135)
#617478
(97,116,120)
#566669
(86,102,105)
#4B585A
(75,88,90)
#404A4B
(64,74,75)
#353C3C
(53,60,60)
#2A2E2D
(42,46,45)
#1F201E
(31,32,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #829EA5

#829EA5
(130,158,165)
#8DA6AD
(141,166,173)
#98AEB5
(152,174,181)
#A3B6BD
(163,182,189)
#AEBEC5
(174,190,197)
#B9C6CD
(185,198,205)
#C4CED5
(196,206,213)
#CFD6DD
(207,214,221)
#DADEE5
(218,222,229)
#E5E6ED
(229,230,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829EA5 color. Also use rgb(130,158,165) instead hex code.

Text Font Color

.myTextColor { color: #829EA5; }

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

This text font color is #829EA5.


Background Color

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

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

This div background color is #829EA5.


Border color

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

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

This div border color is #829EA5.


Opacity

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

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

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

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

This text has shadow with #829EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829EA5 on black background.


Color preview on white background

This text has color #829EA5 on white background.



Black color preview on #829EA5 background

This text has black color on #829EA5 background.


White color preview on #829EA5 background

This text has white color on #829EA5 background.