COLOR #827E89

HEX: #827E89
RGB: (130,126,137)

Renk bilgisi

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

RGB renk modeli

#827E89 color RGB value is (130,126,137).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 137 of 255 = 54%

130
126
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 137 = 393 (100%)
R 130 of 393 ~ 33.08%
G 126 of 393 ~ 32.06%
B 137 of 393 ~ 34.86%

%33.08
%32.06
%34.86

CMYK RENK MODELİ

#827E89 rengi CMYK tonu (5,8,0,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 8.03%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(5,8,0,46)
C5M8Y0K46 
(5%,8%,0%,46%)
(0.05/0.08/0.00/0.46)	

CMYK yüzdeleri

%5.11
%8.03
%0
%46.27

Codes

Color #827E89 in popluar color models

827E89
RGB130126137
HSL262°4.45%51.57%
HSB/HSV262°8.03%53.73%
CMYK5.11%8.03%0.00%
46.27%

Color #827E89 in popluar number systems.

HEX827E89
Decimal130126137
Binary10000010111111010001001
Octal202176211

Shades and tints

Shades of #827E89

#827E89
(130,126,137)
#77737D
(119,115,125)
#6C6871
(108,104,113)
#615D65
(97,93,101)
#565259
(86,82,89)
#4B474D
(75,71,77)
#403C41
(64,60,65)
#353135
(53,49,53)
#2A2629
(42,38,41)
#1F1B1D
(31,27,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #827E89

#827E89
(130,126,137)
#8D8993
(141,137,147)
#98949D
(152,148,157)
#A39FA7
(163,159,167)
#AEAAB1
(174,170,177)
#B9B5BB
(185,181,187)
#C4C0C5
(196,192,197)
#CFCBCF
(207,203,207)
#DAD6D9
(218,214,217)
#E5E1E3
(229,225,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E89; }

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

This text font color is #827E89.


Background Color

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

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

This div background color is #827E89.


Border color

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

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

This div border color is #827E89.


Opacity

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

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

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

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

This text has shadow with #827E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E89 on black background.


Color preview on white background

This text has color #827E89 on white background.



Black color preview on #827E89 background

This text has black color on #827E89 background.


White color preview on #827E89 background

This text has white color on #827E89 background.