COLOR #827E8B

HEX: #827E8B
RGB: (130,126,139)

Renk bilgisi

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

RGB renk modeli

#827E8B color RGB value is (130,126,139).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 139 of 255 = 55%

130
126
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 139 = 395 (100%)
R 130 of 395 ~ 32.91%
G 126 of 395 ~ 31.9%
B 139 of 395 ~ 35.19%

%32.91
%31.9
%35.19

CMYK RENK MODELİ

#827E8B rengi CMYK tonu (6,9,0,45).

  • camgöbeği tonu 6.47%
  • eflatun tonu 9.35%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(6,9,0,45)
C6M9Y0K45 
(6%,9%,0%,45%)
(0.06/0.09/0.00/0.45)	

CMYK yüzdeleri

%6.47
%9.35
%0
%45.49

Codes

Color #827E8B in popluar color models

827E8B
RGB130126139
HSL258°5.31%51.96%
HSB/HSV258°9.35%54.51%
CMYK6.47%9.35%0.00%
45.49%

Color #827E8B in popluar number systems.

HEX827E8B
Decimal130126139
Binary10000010111111010001011
Octal202176213

Shades and tints

Shades of #827E8B

#827E8B
(130,126,139)
#77737F
(119,115,127)
#6C6873
(108,104,115)
#615D67
(97,93,103)
#56525B
(86,82,91)
#4B474F
(75,71,79)
#403C43
(64,60,67)
#353137
(53,49,55)
#2A262B
(42,38,43)
#1F1B1F
(31,27,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #827E8B

#827E8B
(130,126,139)
#8D8995
(141,137,149)
#98949F
(152,148,159)
#A39FA9
(163,159,169)
#AEAAB3
(174,170,179)
#B9B5BD
(185,181,189)
#C4C0C7
(196,192,199)
#CFCBD1
(207,203,209)
#DAD6DB
(218,214,219)
#E5E1E5
(229,225,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E8B; }

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

This text font color is #827E8B.


Background Color

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

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

This div background color is #827E8B.


Border color

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

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

This div border color is #827E8B.


Opacity

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

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

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

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

This text has shadow with #827E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E8B on black background.


Color preview on white background

This text has color #827E8B on white background.



Black color preview on #827E8B background

This text has black color on #827E8B background.


White color preview on #827E8B background

This text has white color on #827E8B background.