COLOR #827D89

HEX: #827D89
RGB: (130,125,137)

Renk bilgisi

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

RGB renk modeli

#827D89 color RGB value is (130,125,137).

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

RGB bağlantıları ve doygunluk

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

130
125
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 137 = 392 (100%)
R 130 of 392 ~ 33.16%
G 125 of 392 ~ 31.89%
B 137 of 392 ~ 34.95%

%33.16
%31.89
%34.95

CMYK RENK MODELİ

#827D89 rengi CMYK tonu (5,9,0,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 8.76%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(5,9,0,46)
C5M9Y0K46 
(5%,9%,0%,46%)
(0.05/0.09/0.00/0.46)	

CMYK yüzdeleri

%5.11
%8.76
%0
%46.27

Codes

Color #827D89 in popluar color models

827D89
RGB130125137
HSL265°4.84%51.37%
HSB/HSV265°8.76%53.73%
CMYK5.11%8.76%0.00%
46.27%

Color #827D89 in popluar number systems.

HEX827D89
Decimal130125137
Binary10000010111110110001001
Octal202175211

Shades and tints

Shades of #827D89

#827D89
(130,125,137)
#77727D
(119,114,125)
#6C6771
(108,103,113)
#615C65
(97,92,101)
#565159
(86,81,89)
#4B464D
(75,70,77)
#403B41
(64,59,65)
#353035
(53,48,53)
#2A2529
(42,37,41)
#1F1A1D
(31,26,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #827D89

#827D89
(130,125,137)
#8D8893
(141,136,147)
#98939D
(152,147,157)
#A39EA7
(163,158,167)
#AEA9B1
(174,169,177)
#B9B4BB
(185,180,187)
#C4BFC5
(196,191,197)
#CFCACF
(207,202,207)
#DAD5D9
(218,213,217)
#E5E0E3
(229,224,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D89; }

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

This text font color is #827D89.


Background Color

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

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

This div background color is #827D89.


Border color

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

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

This div border color is #827D89.


Opacity

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

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

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

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

This text has shadow with #827D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D89 on black background.


Color preview on white background

This text has color #827D89 on white background.



Black color preview on #827D89 background

This text has black color on #827D89 background.


White color preview on #827D89 background

This text has white color on #827D89 background.