COLOR #828CD4

HEX: #828CD4
RGB: (130,140,212)

Renk bilgisi

#828CD4 contains mainly blue color. #828CD4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#828CD4 color RGB value is (130,140,212).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 140 of 255 = 55%
B 212 of 255 = 83%

130
140
212

R + G + B ~ 63%. #828CD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 140 + 212 = 482 (100%)
R 130 of 482 ~ 26.97%
G 140 of 482 ~ 29.05%
B 212 of 482 ~ 43.98%

%26.97
%29.05
%43.98

CMYK RENK MODELİ

#828CD4 rengi CMYK tonu (39,34,0,17).

  • camgöbeği tonu 38.68%
  • eflatun tonu 33.96%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(39,34,0,17)
C39M34Y0K17 
(39%,34%,0%,17%)
(0.39/0.34/0.00/0.17)	

CMYK yüzdeleri

%38.68
%33.96
%0
%16.86

Codes

Color #828CD4 in popluar color models

828CD4
RGB130140212
HSL233°48.81%67.06%
HSB/HSV233°38.68%83.14%
CMYK38.68%33.96%0.00%
16.86%

Color #828CD4 in popluar number systems.

HEX828CD4
Decimal130140212
Binary100000101000110011010100
Octal202214324

Shades and tints

Shades of #828CD4

#828CD4
(130,140,212)
#7780C1
(119,128,193)
#6C74AE
(108,116,174)
#61689B
(97,104,155)
#565C88
(86,92,136)
#4B5075
(75,80,117)
#404462
(64,68,98)
#35384F
(53,56,79)
#2A2C3C
(42,44,60)
#1F2029
(31,32,41)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #828CD4

#828CD4
(130,140,212)
#8D96D7
(141,150,215)
#98A0DA
(152,160,218)
#A3AADD
(163,170,221)
#AEB4E0
(174,180,224)
#B9BEE3
(185,190,227)
#C4C8E6
(196,200,230)
#CFD2E9
(207,210,233)
#DADCEC
(218,220,236)
#E5E6EF
(229,230,239)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828CD4 color. Also use rgb(130,140,212) instead hex code.

Text Font Color

.myTextColor { color: #828CD4; }

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

This text font color is #828CD4.


Background Color

.myBgColor { background-color: #828CD4; }

<div style="background-color:#828CD4">Inner text</div>

This div background color is #828CD4.


Border color

.myBorderColor { border: 1px solid #828CD4; }

<div style="border:3px solid #828CD4">Div</div>

This div border color is #828CD4.


Opacity

.myOpacity80 { color: #828CD4; opacity: 0.8; }

<p style="color:#828CD4;opacity:0.8;">80%</p>

Text with #828CD4 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 #828CD4;}

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

This text has shadow with #828CD4 color.

.textShadow {text-shadow: 3px 3px 1px #828CD4, 3px 3px 1px red;}

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

This text has shadow with #828CD4 primary color and red secondary color.


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

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

This text has shadow with #828CD4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828CD4 on black background.


Color preview on white background

This text has color #828CD4 on white background.



Black color preview on #828CD4 background

This text has black color on #828CD4 background.


White color preview on #828CD4 background

This text has white color on #828CD4 background.