COLOR #829ABD

HEX: #829ABD
RGB: (130,154,189)

Renk bilgisi

#829ABD contains red, green and blue colors in about the same proportion. #829ABD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#829ABD color RGB value is (130,154,189).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 154 of 255 = 60%
B 189 of 255 = 74%

130
154
189

R + G + B ~ 62%. #829ABD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 154 + 189 = 473 (100%)
R 130 of 473 ~ 27.48%
G 154 of 473 ~ 32.56%
B 189 of 473 ~ 39.96%

%27.48
%32.56
%39.96

CMYK RENK MODELİ

#829ABD rengi CMYK tonu (31,19,0,26).

  • camgöbeği tonu 31.22%
  • eflatun tonu 18.52%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(31,19,0,26)
C31M19Y0K26 
(31%,19%,0%,26%)
(0.31/0.19/0.00/0.26)	

CMYK yüzdeleri

%31.22
%18.52
%0
%25.88

Codes

Color #829ABD in popluar color models

829ABD
RGB130154189
HSL216°30.89%62.55%
HSB/HSV216°31.22%74.12%
CMYK31.22%18.52%0.00%
25.88%

Color #829ABD in popluar number systems.

HEX829ABD
Decimal130154189
Binary100000101001101010111101
Octal202232275

Shades and tints

Shades of #829ABD

#829ABD
(130,154,189)
#778CAC
(119,140,172)
#6C7E9B
(108,126,155)
#61708A
(97,112,138)
#566279
(86,98,121)
#4B5468
(75,84,104)
#404657
(64,70,87)
#353846
(53,56,70)
#2A2A35
(42,42,53)
#1F1C24
(31,28,36)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #829ABD

#829ABD
(130,154,189)
#8DA3C3
(141,163,195)
#98ACC9
(152,172,201)
#A3B5CF
(163,181,207)
#AEBED5
(174,190,213)
#B9C7DB
(185,199,219)
#C4D0E1
(196,208,225)
#CFD9E7
(207,217,231)
#DAE2ED
(218,226,237)
#E5EBF3
(229,235,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829ABD; }

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

This text font color is #829ABD.


Background Color

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

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

This div background color is #829ABD.


Border color

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

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

This div border color is #829ABD.


Opacity

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

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

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

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

This text has shadow with #829ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829ABD on black background.


Color preview on white background

This text has color #829ABD on white background.



Black color preview on #829ABD background

This text has black color on #829ABD background.


White color preview on #829ABD background

This text has white color on #829ABD background.