COLOR #829AD4

HEX: #829AD4
RGB: (130,154,212)

Renk bilgisi

#829AD4 contains mainly green and blue colors. #829AD4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#829AD4 color RGB value is (130,154,212).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 154 of 255 = 60%
B 212 of 255 = 83%

130
154
212

R + G + B ~ 65%. #829AD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 154 + 212 = 496 (100%)
R 130 of 496 ~ 26.21%
G 154 of 496 ~ 31.05%
B 212 of 496 ~ 42.74%

%26.21
%31.05
%42.74

CMYK RENK MODELİ

#829AD4 rengi CMYK tonu (39,27,0,17).

  • camgöbeği tonu 38.68%
  • eflatun tonu 27.36%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(39,27,0,17)
C39M27Y0K17 
(39%,27%,0%,17%)
(0.39/0.27/0.00/0.17)	

CMYK yüzdeleri

%38.68
%27.36
%0
%16.86

Codes

Color #829AD4 in popluar color models

829AD4
RGB130154212
HSL222°48.81%67.06%
HSB/HSV222°38.68%83.14%
CMYK38.68%27.36%0.00%
16.86%

Color #829AD4 in popluar number systems.

HEX829AD4
Decimal130154212
Binary100000101001101011010100
Octal202232324

Shades and tints

Shades of #829AD4

#829AD4
(130,154,212)
#778CC1
(119,140,193)
#6C7EAE
(108,126,174)
#61709B
(97,112,155)
#566288
(86,98,136)
#4B5475
(75,84,117)
#404662
(64,70,98)
#35384F
(53,56,79)
#2A2A3C
(42,42,60)
#1F1C29
(31,28,41)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #829AD4

#829AD4
(130,154,212)
#8DA3D7
(141,163,215)
#98ACDA
(152,172,218)
#A3B5DD
(163,181,221)
#AEBEE0
(174,190,224)
#B9C7E3
(185,199,227)
#C4D0E6
(196,208,230)
#CFD9E9
(207,217,233)
#DAE2EC
(218,226,236)
#E5EBEF
(229,235,239)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829AD4; }

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

This text font color is #829AD4.


Background Color

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

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

This div background color is #829AD4.


Border color

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

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

This div border color is #829AD4.


Opacity

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

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

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

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

This text has shadow with #829AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829AD4 on black background.


Color preview on white background

This text has color #829AD4 on white background.



Black color preview on #829AD4 background

This text has black color on #829AD4 background.


White color preview on #829AD4 background

This text has white color on #829AD4 background.