COLOR #827A9B

HEX: #827A9B
RGB: (130,122,155)

Renk bilgisi

#827A9B contains red, green and blue colors in about the same proportion. #827A9B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#827A9B color RGB value is (130,122,155).

  • kırmız ton 130;
  • yeşil ton 122;
  • mavi ton 155.
RGB:
(130,122,155)
(51%,48%,61%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 122 of 255 = 48%
B 155 of 255 = 61%

130
122
155

R + G + B ~ 53%. #827A9B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 122 + 155 = 407 (100%)
R 130 of 407 ~ 31.94%
G 122 of 407 ~ 29.98%
B 155 of 407 ~ 38.08%

%31.94
%29.98
%38.08

CMYK RENK MODELİ

#827A9B rengi CMYK tonu (16,21,0,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 21.29%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(16,21,0,39)
C16M21Y0K39 
(16%,21%,0%,39%)
(0.16/0.21/0.00/0.39)	

CMYK yüzdeleri

%16.13
%21.29
%0
%39.22

Codes

Color #827A9B in popluar color models

827A9B
RGB130122155
HSL255°14.16%54.31%
HSB/HSV255°21.29%60.78%
CMYK16.13%21.29%0.00%
39.22%

Color #827A9B in popluar number systems.

HEX827A9B
Decimal130122155
Binary10000010111101010011011
Octal202172233

Shades and tints

Shades of #827A9B

#827A9B
(130,122,155)
#776F8D
(119,111,141)
#6C647F
(108,100,127)
#615971
(97,89,113)
#564E63
(86,78,99)
#4B4355
(75,67,85)
#403847
(64,56,71)
#352D39
(53,45,57)
#2A222B
(42,34,43)
#1F171D
(31,23,29)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #827A9B

#827A9B
(130,122,155)
#8D86A4
(141,134,164)
#9892AD
(152,146,173)
#A39EB6
(163,158,182)
#AEAABF
(174,170,191)
#B9B6C8
(185,182,200)
#C4C2D1
(196,194,209)
#CFCEDA
(207,206,218)
#DADAE3
(218,218,227)
#E5E6EC
(229,230,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A9B color. Also use rgb(130,122,155) instead hex code.

Text Font Color

.myTextColor { color: #827A9B; }

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

This text font color is #827A9B.


Background Color

.myBgColor { background-color: #827A9B; }

<div style="background-color:#827A9B">Inner text</div>

This div background color is #827A9B.


Border color

.myBorderColor { border: 1px solid #827A9B; }

<div style="border:3px solid #827A9B">Div</div>

This div border color is #827A9B.


Opacity

.myOpacity80 { color: #827A9B; opacity: 0.8; }

<p style="color:#827A9B;opacity:0.8;">80%</p>

Text with #827A9B 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 #827A9B;}

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

This text has shadow with #827A9B color.

.textShadow {text-shadow: 3px 3px 1px #827A9B, 3px 3px 1px red;}

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

This text has shadow with #827A9B primary color and red secondary color.


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

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

This text has shadow with #827A9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A9B on black background.


Color preview on white background

This text has color #827A9B on white background.



Black color preview on #827A9B background

This text has black color on #827A9B background.


White color preview on #827A9B background

This text has white color on #827A9B background.