COLOR #828DB0

HEX: #828DB0
RGB: (130,141,176)

Renk bilgisi

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

RGB renk modeli

#828DB0 color RGB value is (130,141,176).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 141 of 255 = 55%
B 176 of 255 = 69%

130
141
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 141 + 176 = 447 (100%)
R 130 of 447 ~ 29.08%
G 141 of 447 ~ 31.54%
B 176 of 447 ~ 39.37%

%29.08
%31.54
%39.37

CMYK RENK MODELİ

#828DB0 rengi CMYK tonu (26,20,0,31).

  • camgöbeği tonu 26.14%
  • eflatun tonu 19.89%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(26,20,0,31)
C26M20Y0K31 
(26%,20%,0%,31%)
(0.26/0.20/0.00/0.31)	

CMYK yüzdeleri

%26.14
%19.89
%0
%30.98

Codes

Color #828DB0 in popluar color models

828DB0
RGB130141176
HSL226°22.55%60.00%
HSB/HSV226°26.14%69.02%
CMYK26.14%19.89%0.00%
30.98%

Color #828DB0 in popluar number systems.

HEX828DB0
Decimal130141176
Binary100000101000110110110000
Octal202215260

Shades and tints

Shades of #828DB0

#828DB0
(130,141,176)
#7781A0
(119,129,160)
#6C7590
(108,117,144)
#616980
(97,105,128)
#565D70
(86,93,112)
#4B5160
(75,81,96)
#404550
(64,69,80)
#353940
(53,57,64)
#2A2D30
(42,45,48)
#1F2120
(31,33,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #828DB0

#828DB0
(130,141,176)
#8D97B7
(141,151,183)
#98A1BE
(152,161,190)
#A3ABC5
(163,171,197)
#AEB5CC
(174,181,204)
#B9BFD3
(185,191,211)
#C4C9DA
(196,201,218)
#CFD3E1
(207,211,225)
#DADDE8
(218,221,232)
#E5E7EF
(229,231,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828DB0; }

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

This text font color is #828DB0.


Background Color

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

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

This div background color is #828DB0.


Border color

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

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

This div border color is #828DB0.


Opacity

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

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

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

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

This text has shadow with #828DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828DB0 on black background.


Color preview on white background

This text has color #828DB0 on white background.



Black color preview on #828DB0 background

This text has black color on #828DB0 background.


White color preview on #828DB0 background

This text has white color on #828DB0 background.