COLOR #829AB2

HEX: #829AB2
RGB: (130,154,178)

Renk bilgisi

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

RGB renk modeli

#829AB2 color RGB value is (130,154,178).

  • kırmız ton 130;
  • yeşil ton 154;
  • mavi ton 178.
RGB:
(130,154,178)
(51%,60%,70%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 154 of 255 = 60%
B 178 of 255 = 70%

130
154
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 154 + 178 = 462 (100%)
R 130 of 462 ~ 28.14%
G 154 of 462 ~ 33.33%
B 178 of 462 ~ 38.53%

%28.14
%33.33
%38.53

CMYK RENK MODELİ

#829AB2 rengi CMYK tonu (27,13,0,30).

  • camgöbeği tonu 26.97%
  • eflatun tonu 13.48%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(27,13,0,30)
C27M13Y0K30 
(27%,13%,0%,30%)
(0.27/0.13/0.00/0.30)	

CMYK yüzdeleri

%26.97
%13.48
%0
%30.2

Codes

Color #829AB2 in popluar color models

829AB2
RGB130154178
HSL210°23.76%60.39%
HSB/HSV210°26.97%69.80%
CMYK26.97%13.48%0.00%
30.20%

Color #829AB2 in popluar number systems.

HEX829AB2
Decimal130154178
Binary100000101001101010110010
Octal202232262

Shades and tints

Shades of #829AB2

#829AB2
(130,154,178)
#778CA2
(119,140,162)
#6C7E92
(108,126,146)
#617082
(97,112,130)
#566272
(86,98,114)
#4B5462
(75,84,98)
#404652
(64,70,82)
#353842
(53,56,66)
#2A2A32
(42,42,50)
#1F1C22
(31,28,34)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #829AB2

#829AB2
(130,154,178)
#8DA3B9
(141,163,185)
#98ACC0
(152,172,192)
#A3B5C7
(163,181,199)
#AEBECE
(174,190,206)
#B9C7D5
(185,199,213)
#C4D0DC
(196,208,220)
#CFD9E3
(207,217,227)
#DAE2EA
(218,226,234)
#E5EBF1
(229,235,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829AB2 color. Also use rgb(130,154,178) instead hex code.

Text Font Color

.myTextColor { color: #829AB2; }

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

This text font color is #829AB2.


Background Color

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

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

This div background color is #829AB2.


Border color

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

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

This div border color is #829AB2.


Opacity

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

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

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

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

This text has shadow with #829AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829AB2 on black background.


Color preview on white background

This text has color #829AB2 on white background.



Black color preview on #829AB2 background

This text has black color on #829AB2 background.


White color preview on #829AB2 background

This text has white color on #829AB2 background.