COLOR #827E9B

HEX: #827E9B
RGB: (130,126,155)

Renk bilgisi

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

RGB renk modeli

#827E9B color RGB value is (130,126,155).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 155 of 255 = 61%

130
126
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 155 = 411 (100%)
R 130 of 411 ~ 31.63%
G 126 of 411 ~ 30.66%
B 155 of 411 ~ 37.71%

%31.63
%30.66
%37.71

CMYK RENK MODELİ

#827E9B rengi CMYK tonu (16,19,0,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 18.71%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(16,19,0,39)
C16M19Y0K39 
(16%,19%,0%,39%)
(0.16/0.19/0.00/0.39)	

CMYK yüzdeleri

%16.13
%18.71
%0
%39.22

Codes

Color #827E9B in popluar color models

827E9B
RGB130126155
HSL248°12.66%55.10%
HSB/HSV248°18.71%60.78%
CMYK16.13%18.71%0.00%
39.22%

Color #827E9B in popluar number systems.

HEX827E9B
Decimal130126155
Binary10000010111111010011011
Octal202176233

Shades and tints

Shades of #827E9B

#827E9B
(130,126,155)
#77738D
(119,115,141)
#6C687F
(108,104,127)
#615D71
(97,93,113)
#565263
(86,82,99)
#4B4755
(75,71,85)
#403C47
(64,60,71)
#353139
(53,49,57)
#2A262B
(42,38,43)
#1F1B1D
(31,27,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #827E9B

#827E9B
(130,126,155)
#8D89A4
(141,137,164)
#9894AD
(152,148,173)
#A39FB6
(163,159,182)
#AEAABF
(174,170,191)
#B9B5C8
(185,181,200)
#C4C0D1
(196,192,209)
#CFCBDA
(207,203,218)
#DAD6E3
(218,214,227)
#E5E1EC
(229,225,236)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E9B; }

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

This text font color is #827E9B.


Background Color

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

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

This div background color is #827E9B.


Border color

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

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

This div border color is #827E9B.


Opacity

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

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

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

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

This text has shadow with #827E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E9B on black background.


Color preview on white background

This text has color #827E9B on white background.



Black color preview on #827E9B background

This text has black color on #827E9B background.


White color preview on #827E9B background

This text has white color on #827E9B background.