COLOR #829FD0

HEX: #829FD0
RGB: (130,159,208)

Renk bilgisi

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

RGB renk modeli

#829FD0 color RGB value is (130,159,208).

  • kırmız ton 130;
  • yeşil ton 159;
  • mavi ton 208.
RGB:
(130,159,208)
(51%,62%,82%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 159 of 255 = 62%
B 208 of 255 = 82%

130
159
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 159 + 208 = 497 (100%)
R 130 of 497 ~ 26.16%
G 159 of 497 ~ 31.99%
B 208 of 497 ~ 41.85%

%26.16
%31.99
%41.85

CMYK RENK MODELİ

#829FD0 rengi CMYK tonu (38,24,0,18).

  • camgöbeği tonu 37.50%
  • eflatun tonu 23.56%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(38,24,0,18)
C38M24Y0K18 
(38%,24%,0%,18%)
(0.38/0.24/0.00/0.18)	

CMYK yüzdeleri

%37.5
%23.56
%0
%18.43

Codes

Color #829FD0 in popluar color models

829FD0
RGB130159208
HSL218°45.35%66.27%
HSB/HSV218°37.50%81.57%
CMYK37.50%23.56%0.00%
18.43%

Color #829FD0 in popluar number systems.

HEX829FD0
Decimal130159208
Binary100000101001111111010000
Octal202237320

Shades and tints

Shades of #829FD0

#829FD0
(130,159,208)
#7791BE
(119,145,190)
#6C83AC
(108,131,172)
#61759A
(97,117,154)
#566788
(86,103,136)
#4B5976
(75,89,118)
#404B64
(64,75,100)
#353D52
(53,61,82)
#2A2F40
(42,47,64)
#1F212E
(31,33,46)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #829FD0

#829FD0
(130,159,208)
#8DA7D4
(141,167,212)
#98AFD8
(152,175,216)
#A3B7DC
(163,183,220)
#AEBFE0
(174,191,224)
#B9C7E4
(185,199,228)
#C4CFE8
(196,207,232)
#CFD7EC
(207,215,236)
#DADFF0
(218,223,240)
#E5E7F4
(229,231,244)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829FD0 color. Also use rgb(130,159,208) instead hex code.

Text Font Color

.myTextColor { color: #829FD0; }

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

This text font color is #829FD0.


Background Color

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

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

This div background color is #829FD0.


Border color

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

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

This div border color is #829FD0.


Opacity

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

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

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

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

This text has shadow with #829FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FD0 on black background.


Color preview on white background

This text has color #829FD0 on white background.



Black color preview on #829FD0 background

This text has black color on #829FD0 background.


White color preview on #829FD0 background

This text has white color on #829FD0 background.