COLOR #828DBA

HEX: #828DBA
RGB: (130,141,186)

Renk bilgisi

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

RGB renk modeli

#828DBA color RGB value is (130,141,186).

  • kırmız ton 130;
  • yeşil ton 141;
  • mavi ton 186.
RGB:
(130,141,186)
(51%,55%,73%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 141 of 255 = 55%
B 186 of 255 = 73%

130
141
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 141 + 186 = 457 (100%)
R 130 of 457 ~ 28.45%
G 141 of 457 ~ 30.85%
B 186 of 457 ~ 40.7%

%28.45
%30.85
%40.7

CMYK RENK MODELİ

#828DBA rengi CMYK tonu (30,24,0,27).

  • camgöbeği tonu 30.11%
  • eflatun tonu 24.19%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(30,24,0,27)
C30M24Y0K27 
(30%,24%,0%,27%)
(0.30/0.24/0.00/0.27)	

CMYK yüzdeleri

%30.11
%24.19
%0
%27.06

Codes

Color #828DBA in popluar color models

828DBA
RGB130141186
HSL228°28.87%61.96%
HSB/HSV228°30.11%72.94%
CMYK30.11%24.19%0.00%
27.06%

Color #828DBA in popluar number systems.

HEX828DBA
Decimal130141186
Binary100000101000110110111010
Octal202215272

Shades and tints

Shades of #828DBA

#828DBA
(130,141,186)
#7781AA
(119,129,170)
#6C759A
(108,117,154)
#61698A
(97,105,138)
#565D7A
(86,93,122)
#4B516A
(75,81,106)
#40455A
(64,69,90)
#35394A
(53,57,74)
#2A2D3A
(42,45,58)
#1F212A
(31,33,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #828DBA

#828DBA
(130,141,186)
#8D97C0
(141,151,192)
#98A1C6
(152,161,198)
#A3ABCC
(163,171,204)
#AEB5D2
(174,181,210)
#B9BFD8
(185,191,216)
#C4C9DE
(196,201,222)
#CFD3E4
(207,211,228)
#DADDEA
(218,221,234)
#E5E7F0
(229,231,240)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828DBA color. Also use rgb(130,141,186) instead hex code.

Text Font Color

.myTextColor { color: #828DBA; }

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

This text font color is #828DBA.


Background Color

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

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

This div background color is #828DBA.


Border color

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

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

This div border color is #828DBA.


Opacity

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

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

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

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

This text has shadow with #828DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828DBA on black background.


Color preview on white background

This text has color #828DBA on white background.



Black color preview on #828DBA background

This text has black color on #828DBA background.


White color preview on #828DBA background

This text has white color on #828DBA background.