COLOR #828EA9

HEX: #828EA9
RGB: (130,142,169)

Renk bilgisi

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

RGB renk modeli

#828EA9 color RGB value is (130,142,169).

  • kırmız ton 130;
  • yeşil ton 142;
  • mavi ton 169.
RGB:
(130,142,169)
(51%,56%,66%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 142 of 255 = 56%
B 169 of 255 = 66%

130
142
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 142 + 169 = 441 (100%)
R 130 of 441 ~ 29.48%
G 142 of 441 ~ 32.2%
B 169 of 441 ~ 38.32%

%29.48
%32.2
%38.32

CMYK RENK MODELİ

#828EA9 rengi CMYK tonu (23,16,0,34).

  • camgöbeği tonu 23.08%
  • eflatun tonu 15.98%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(23,16,0,34)
C23M16Y0K34 
(23%,16%,0%,34%)
(0.23/0.16/0.00/0.34)	

CMYK yüzdeleri

%23.08
%15.98
%0
%33.73

Codes

Color #828EA9 in popluar color models

828EA9
RGB130142169
HSL222°18.48%58.63%
HSB/HSV222°23.08%66.27%
CMYK23.08%15.98%0.00%
33.73%

Color #828EA9 in popluar number systems.

HEX828EA9
Decimal130142169
Binary100000101000111010101001
Octal202216251

Shades and tints

Shades of #828EA9

#828EA9
(130,142,169)
#77829A
(119,130,154)
#6C768B
(108,118,139)
#616A7C
(97,106,124)
#565E6D
(86,94,109)
#4B525E
(75,82,94)
#40464F
(64,70,79)
#353A40
(53,58,64)
#2A2E31
(42,46,49)
#1F2222
(31,34,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #828EA9

#828EA9
(130,142,169)
#8D98B0
(141,152,176)
#98A2B7
(152,162,183)
#A3ACBE
(163,172,190)
#AEB6C5
(174,182,197)
#B9C0CC
(185,192,204)
#C4CAD3
(196,202,211)
#CFD4DA
(207,212,218)
#DADEE1
(218,222,225)
#E5E8E8
(229,232,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828EA9 color. Also use rgb(130,142,169) instead hex code.

Text Font Color

.myTextColor { color: #828EA9; }

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

This text font color is #828EA9.


Background Color

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

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

This div background color is #828EA9.


Border color

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

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

This div border color is #828EA9.


Opacity

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

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

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

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

This text has shadow with #828EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828EA9 on black background.


Color preview on white background

This text has color #828EA9 on white background.



Black color preview on #828EA9 background

This text has black color on #828EA9 background.


White color preview on #828EA9 background

This text has white color on #828EA9 background.