COLOR #828AAD

HEX: #828AAD
RGB: (130,138,173)

Renk bilgisi

#828AAD contains red, green and blue colors in about the same proportion. #828AAD ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#828AAD color RGB value is (130,138,173).

  • kırmız ton 130;
  • yeşil ton 138;
  • mavi ton 173.
RGB:
(130,138,173)
(51%,54%,68%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 138 of 255 = 54%
B 173 of 255 = 68%

130
138
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 138 + 173 = 441 (100%)
R 130 of 441 ~ 29.48%
G 138 of 441 ~ 31.29%
B 173 of 441 ~ 39.23%

%29.48
%31.29
%39.23

CMYK RENK MODELİ

#828AAD rengi CMYK tonu (25,20,0,32).

  • camgöbeği tonu 24.86%
  • eflatun tonu 20.23%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(25,20,0,32)
C25M20Y0K32 
(25%,20%,0%,32%)
(0.25/0.20/0.00/0.32)	

CMYK yüzdeleri

%24.86
%20.23
%0
%32.16

Codes

Color #828AAD in popluar color models

828AAD
RGB130138173
HSL229°20.77%59.41%
HSB/HSV229°24.86%67.84%
CMYK24.86%20.23%0.00%
32.16%

Color #828AAD in popluar number systems.

HEX828AAD
Decimal130138173
Binary100000101000101010101101
Octal202212255

Shades and tints

Shades of #828AAD

#828AAD
(130,138,173)
#777E9E
(119,126,158)
#6C728F
(108,114,143)
#616680
(97,102,128)
#565A71
(86,90,113)
#4B4E62
(75,78,98)
#404253
(64,66,83)
#353644
(53,54,68)
#2A2A35
(42,42,53)
#1F1E26
(31,30,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #828AAD

#828AAD
(130,138,173)
#8D94B4
(141,148,180)
#989EBB
(152,158,187)
#A3A8C2
(163,168,194)
#AEB2C9
(174,178,201)
#B9BCD0
(185,188,208)
#C4C6D7
(196,198,215)
#CFD0DE
(207,208,222)
#DADAE5
(218,218,229)
#E5E4EC
(229,228,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828AAD color. Also use rgb(130,138,173) instead hex code.

Text Font Color

.myTextColor { color: #828AAD; }

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

This text font color is #828AAD.


Background Color

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

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

This div background color is #828AAD.


Border color

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

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

This div border color is #828AAD.


Opacity

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

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

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

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

This text has shadow with #828AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828AAD on black background.


Color preview on white background

This text has color #828AAD on white background.



Black color preview on #828AAD background

This text has black color on #828AAD background.


White color preview on #828AAD background

This text has white color on #828AAD background.